feat(experimental): standalone ref transform

This commit is contained in:
Evan You
2021-08-22 22:21:42 -04:00
parent 84b24a71f0
commit db8dc753c0
16 changed files with 1258 additions and 873 deletions

View File

@@ -283,10 +283,10 @@ export function processExpression(
}
},
undefined,
true, // invoke on ALL identifiers
true, // isLocal scope analysis
parentStack,
knownIds,
// invoke on ALL identifiers
true
knownIds
)
// We break up the compound expression into an array of strings and sub