Commit project
This commit is contained in:
parent
28471965a0
commit
3ac017a5ad
1030 changed files with 94062 additions and 0 deletions
8
node_modules/es6-promise/lib/es6-promise.js
generated
vendored
Normal file
8
node_modules/es6-promise/lib/es6-promise.js
generated
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
import Promise from './es6-promise/promise';
|
||||
import polyfill from './es6-promise/polyfill';
|
||||
|
||||
polyfill();
|
||||
// Strange compat..
|
||||
Promise.polyfill = polyfill;
|
||||
Promise.Promise = Promise;
|
||||
export default Promise;
|
Loading…
Add table
Add a link
Reference in a new issue