多个文件 #1

Open
yystopf wants to merge 38 commits from API-2.0 into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3665d927ae - Show all commits

View File

@ -38,7 +38,7 @@ export function viewAnalyze(): Visitor {
const [viewParticles, usedPropertySet] = parseReactivity(viewUnits, {
babelApi: getBabelApi(),
availableProperties: current.availableVariables,
reactiveBitMap: current._reactiveBitMap,
depMaskMap: current._reactiveBitMap,
reactivityFuncNames,
});