From 192c1bbafab5f8c1c7de3860ada4fe0fa0753c4e Mon Sep 17 00:00:00 2001 From: Jesper Hasselquist Date: Sun, 27 Oct 2019 21:20:21 +0100 Subject: [PATCH] Add Event to globals list --- 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 53e9fce4a1..88d4d4a319 100644 --- a/src/compiler/utils/names.ts +++ b/src/compiler/utils/names.ts @@ -15,6 +15,7 @@ export const globals = new Set([ 'encodeURIComponent', 'Error', 'EvalError', + 'Event', 'history', 'Infinity', 'InternalError',