wip: tests for compileScriptSetup

This commit is contained in:
Evan You
2020-07-08 21:11:57 -04:00
parent e4df2d7749
commit 3e1cdba9db
6 changed files with 668 additions and 49 deletions

View File

@@ -23,7 +23,7 @@ export const babelParserDefautPlugins = [
'bigInt',
'optionalChaining',
'nullishCoalescingOperator'
]
] as const
export const EMPTY_OBJ: { readonly [key: string]: any } = __DEV__
? Object.freeze({})