From 95b7551728015916dd232099f9fc51dca66051a0 Mon Sep 17 00:00:00 2001 From: maxlath Date: Mon, 4 Apr 2022 15:38:21 +0200 Subject: [PATCH] add Symbol to globals addressing #7418 --- src/compiler/utils/names.ts | 1 + 1 file changed, 1 insertion(+) 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',