reactive-vscode
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -319,5 +319,12 @@ import { getCurrentScope as L, onScopeDispose as P, shallowRef as d, effectScope as Q, computed as g, reactive as U, toValue as o, watchEffect as C, watch as b, ref as y, shallowReactive as q, toRaw as Y, isRef as G } from "@reactive-vscode/reactivity"; | ||
} | ||
return b(f, m), b([t, n, a], () => { | ||
w(), m(); | ||
}), P(w), { | ||
return b(f, m), b( | ||
() => [ | ||
o(t), | ||
o(n), | ||
o(a) | ||
], | ||
() => { | ||
w(), m(); | ||
} | ||
), P(w), { | ||
watchers: i, | ||
@@ -324,0 +331,0 @@ onDidCreate: r.event, |
{ | ||
"name": "reactive-vscode", | ||
"type": "module", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "Develop VSCode extension with Vue Reactivity API", | ||
@@ -40,3 +40,3 @@ "author": "_Kerman <kermanx@qq.com>", | ||
"dependencies": { | ||
"@reactive-vscode/reactivity": "0.2.1" | ||
"@reactive-vscode/reactivity": "0.2.2" | ||
}, | ||
@@ -43,0 +43,0 @@ "devDependencies": { |
56074
1448
+ Added@reactive-vscode/reactivity@0.2.2(transitive)
- Removed@reactive-vscode/reactivity@0.2.1(transitive)