mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Apply more let/const transforms.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/** Used to match template delimiters. */
|
||||
var reEscape = /<%-([\s\S]+?)%>/g;
|
||||
const reEscape = /<%-([\s\S]+?)%>/g;
|
||||
|
||||
export default reEscape;
|
||||
|
||||
Reference in New Issue
Block a user