/node_modules/babel-polyfill/node_modules/core-js/library/es6/regexp.js

https://bitbucket.org/worklabschd/bingle_customer2 · JavaScript · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · db341e37c7a7bf327afc9a0390d75b60 MD5 · raw file

  1. require('../modules/es6.regexp.constructor');
  2. require('../modules/es6.regexp.to-string');
  3. require('../modules/es6.regexp.flags');
  4. require('../modules/es6.regexp.match');
  5. require('../modules/es6.regexp.replace');
  6. require('../modules/es6.regexp.search');
  7. require('../modules/es6.regexp.split');
  8. module.exports = require('../modules/_core').RegExp;