feat: v-once
Note: only compiler transform is tested - integration with runtime still needs to be tested.
This commit is contained in:
@@ -63,7 +63,7 @@ export const walkJS: typeof walk = (ast, walker) => {
|
||||
}
|
||||
|
||||
export const isSimpleIdentifier = (name: string): boolean =>
|
||||
!/^\d|[^\w]/.test(name)
|
||||
!/^\d|[^\$\w]/.test(name)
|
||||
|
||||
export function getInnerRange(
|
||||
loc: SourceLocation,
|
||||
|
||||
Reference in New Issue
Block a user