Show More
Commit Description:
fix wrong merge
Commit Description:
fix wrong merge
References:
File last commit:
Show/Diff file:
Action:
node_modules/regexp.prototype.flags/index.js
| 18 lines
| 408 B
| application/javascript
| JavascriptLexer
|
r789 | 'use strict'; | |||
var define = require('define-properties'); | ||||
var callBind = require('es-abstract/helpers/callBind'); | ||||
var implementation = require('./implementation'); | ||||
var getPolyfill = require('./polyfill'); | ||||
var shim = require('./shim'); | ||||
var flagsBound = callBind(implementation); | ||||
define(flagsBound, { | ||||
getPolyfill: getPolyfill, | ||||
implementation: implementation, | ||||
shim: shim | ||||
}); | ||||
module.exports = flagsBound; | ||||