File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
build-system/test-configs Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2222import { install as installMathSign } from '../src/polyfills/math-sign' ;
2323import { install as installObjectAssign } from '../src/polyfills/object-assign' ;
2424import { install as installObjectValues } from '../src/polyfills/object-values' ;
25+ import { install as installPromise } from '../src/polyfills/promise' ;
2526
2627if ( ! IS_ESM ) {
2728 installMathSign ( self ) ;
2829 installObjectAssign ( self ) ;
2930 installObjectValues ( self ) ;
31+ installPromise ( self ) ;
3032}
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ exports.rules = [
117117 '3p/polyfills.js->src/polyfills/math-sign.js' ,
118118 '3p/polyfills.js->src/polyfills/object-assign.js' ,
119119 '3p/polyfills.js->src/polyfills/object-values.js' ,
120+ '3p/polyfills.js->src/polyfills/promise.js' ,
120121 '3p/messaging.js->src/event-helper.js' ,
121122 '3p/bodymovinanimation.js->src/event-helper.js' ,
122123 '3p/iframe-messaging-client.js->src/event-helper.js' ,
@@ -417,6 +418,7 @@ exports.rules = [
417418 '3p/polyfills.js->src/polyfills/math-sign.js' ,
418419 '3p/polyfills.js->src/polyfills/object-assign.js' ,
419420 '3p/polyfills.js->src/polyfills/object-values.js' ,
421+ '3p/polyfills.js->src/polyfills/promise.js' ,
420422 'src/polyfills.js->src/polyfills/domtokenlist.js' ,
421423 'src/polyfills.js->src/polyfills/document-contains.js' ,
422424 'src/polyfills.js->src/polyfills/fetch.js' ,
You can’t perform that action at this time.
0 commit comments