From 6c01290a627a4eb0e1fd3410fe93db99f95f857b 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 bfc30c3a371b..d776bb3524bd 100644 --- a/src/compiler/utils/names.ts +++ b/src/compiler/utils/names.ts @@ -57,6 +57,7 @@ export const globals = new Set([ 'String', 'SVGElement', 'SyntaxError', + 'Symbol', 'TypeError', 'undefined', 'URIError',