Gazebo_simulation-Frontend/node_modules/.cache/babel-loader/86e5bbfa04647cefce0c2bd90f1b85a8.json
2020-12-31 20:18:50 +00: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"}