add _Promise_ to whitelisted globals

pull/7738/head
Arturo 8 years ago
parent 5e65a64a73
commit 7a43943a9f

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

Loading…
Cancel
Save