Gazebo_simulation-Frontend/node_modules/.cache/babel-loader/506823a5691ea3ccae61eecc4d7a7d37.json
2020-12-22 09:59:14 -05:00

1 line
524 B
JSON

{"ast":null,"code":"/** Used to match `RegExp` flags from their coerced string values. */\nvar reFlags = /\\w*$/;\n/**\n * Creates a clone of `regexp`.\n *\n * @private\n * @param {Object} regexp The regexp to clone.\n * @returns {Object} Returns the cloned regexp.\n */\n\nfunction cloneRegExp(regexp) {\n var result = new regexp.constructor(regexp.source, reFlags.exec(regexp));\n result.lastIndex = regexp.lastIndex;\n return result;\n}\n\nmodule.exports = cloneRegExp;","map":null,"metadata":{},"sourceType":"script"}