flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
9
VISUALIZACION/node_modules/core-js/es6/regexp.js
generated
vendored
Executable file
9
VISUALIZACION/node_modules/core-js/es6/regexp.js
generated
vendored
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
require('../modules/es6.regexp.constructor');
|
||||
require('../modules/es6.regexp.exec');
|
||||
require('../modules/es6.regexp.to-string');
|
||||
require('../modules/es6.regexp.flags');
|
||||
require('../modules/es6.regexp.match');
|
||||
require('../modules/es6.regexp.replace');
|
||||
require('../modules/es6.regexp.search');
|
||||
require('../modules/es6.regexp.split');
|
||||
module.exports = require('../modules/_core').RegExp;
|
||||
Loading…
Add table
Add a link
Reference in a new issue