Show More
Commit Description:
fix wrong merge
Commit Description:
fix wrong merge
References:
File last commit:
Show/Diff file:
Action:
node_modules/core-js/library/fn/promise/index.js
| 7 lines
| 319 B
| application/javascript
| JavascriptLexer
|
r789 | require('../../modules/es6.object.to-string'); | |||
require('../../modules/es6.string.iterator'); | ||||
require('../../modules/web.dom.iterable'); | ||||
require('../../modules/es6.promise'); | ||||
require('../../modules/es7.promise.finally'); | ||||
require('../../modules/es7.promise.try'); | ||||
module.exports = require('../../modules/_core').Promise; | ||||