mirror of
https://github.com/sveltejs/svelte.git
synced 2024-12-01 17:30:59 +01:00
add _Promise_ to whitelisted globals
This commit is contained in:
parent
7a7fd1dd3e
commit
6b9ad23922
@ -19,6 +19,7 @@ export default new Set([
|
||||
'Object',
|
||||
'parseFloat',
|
||||
'parseInt',
|
||||
'Promise',
|
||||
'RegExp',
|
||||
'Set',
|
||||
'String',
|
||||
|
Loading…
Reference in New Issue
Block a user