diff --git a/src/compiler/utils/names.ts b/src/compiler/utils/names.ts index bfc30c3a371..b701d7c025b 100644 --- a/src/compiler/utils/names.ts +++ b/src/compiler/utils/names.ts @@ -56,6 +56,7 @@ export const globals = new Set([ 'setTimeout', 'String', 'SVGElement', + 'Symbol', 'SyntaxError', 'TypeError', 'undefined',