Merge pull request #1444 from acstll/global-whitelist-promise

Add `Promise` to whitelisted globals
pull/1446/head
Rich Harris 6 years ago committed by GitHub
commit 085926d20f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save