Version 1
[yaffs-website] / node_modules / grunt-legacy-log-utils / node_modules / lodash / _reEscape.js
diff --git a/node_modules/grunt-legacy-log-utils/node_modules/lodash/_reEscape.js b/node_modules/grunt-legacy-log-utils/node_modules/lodash/_reEscape.js
new file mode 100644 (file)
index 0000000..7f47eda
--- /dev/null
@@ -0,0 +1,4 @@
+/** Used to match template delimiters. */
+var reEscape = /<%-([\s\S]+?)%>/g;
+
+module.exports = reEscape;