Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/node_modules.2/core-js/internals/
Upload File :
Current File : /home/infinitibizsol/.trash/node_modules.2/core-js/internals/regexp-unsupported-dot-all.js

'use strict';
var fails = require('../internals/fails');
var global = require('../internals/global');

// babel-minify and Closure Compiler transpiles RegExp('.', 's') -> /./s and it causes SyntaxError
var $RegExp = global.RegExp;

module.exports = fails(function () {
  var re = $RegExp('.', 's');
  return !(re.dotAll && re.test('\n') && re.flags === 's');
});

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists