Skip to content

Commit 5b2e886

Browse files
committed
standard@^10.0.2
1 parent e01e14a commit 5b2e886

File tree

3 files changed

+307
-65
lines changed

3 files changed

+307
-65
lines changed

generate-parser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var quote = function (argument) {
1212
}
1313

1414
var regexEscape = function (s) {
15-
return s.replace(/[\^\\$*+?.()|{}\[\]\/]/g, '\\$&')
15+
return s.replace(/[\^\\$*+?.()|{}[]\/]/g, '\\$&')
1616
}
1717

1818
var handleLicensesAndExceptions = function () {

0 commit comments

Comments
 (0)