0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

Merge pull request #3810 from Joxtacy/add_event_to_globals_list

Add Event to globals list
This commit is contained in:
Rich Harris 2019-10-27 20:35:54 -04:00 committed by GitHub
commit 292017c8d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ export const globals = new Set([
'encodeURIComponent',
'Error',
'EvalError',
'Event',
'history',
'Infinity',
'InternalError',