0
0
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:
Arturo 2018-05-10 22:56:42 +02:00
parent 7a7fd1dd3e
commit 6b9ad23922

View File

@ -19,6 +19,7 @@ export default new Set([
'Object',
'parseFloat',
'parseInt',
'Promise',
'RegExp',
'Set',
'String',