We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1911b4c commit 5961b42Copy full SHA for 5961b42
packages/reactivity/src/system.ts
@@ -1,5 +1,5 @@
1
/* eslint-disable */
2
-// Ported from https://github.com/stackblitz/alien-signals/blob/v1.0.0/src/system.ts
+// Ported from https://github.com/stackblitz/alien-signals/blob/v1.0.2/src/system.ts
3
import type { ComputedRefImpl as Computed } from './computed.js'
4
import type { ReactiveEffect as Effect } from './effect.js'
5
0 commit comments