mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
add Node and Element as known globals (#5601)
This commit is contained in:
parent
9e0556cf70
commit
cfc73be90f
@ -13,6 +13,7 @@ export const globals = new Set([
|
||||
'decodeURI',
|
||||
'decodeURIComponent',
|
||||
'document',
|
||||
'Element',
|
||||
'encodeURI',
|
||||
'encodeURIComponent',
|
||||
'Error',
|
||||
@ -36,6 +37,7 @@ export const globals = new Set([
|
||||
'NaN',
|
||||
'navigator',
|
||||
'Number',
|
||||
'Node',
|
||||
'Object',
|
||||
'parseFloat',
|
||||
'parseInt',
|
||||
|
Loading…
Reference in New Issue
Block a user