- Build: Update build per latest Babel

- npm: Add script to fix eslint errors
- npm: Update devDeps
This commit is contained in:
Brett Zamir
2019-10-01 17:33:36 +08:00
parent 404911827e
commit d856dbae4a
20 changed files with 279 additions and 178 deletions

View File

@@ -293,7 +293,7 @@ var svgEditorExtension_storage = (function () {
var loc = top.location; // Allow this to work with the embedded editor as well
if (loc.href.includes('storagePrompt=')) {
loc.href = loc.href.replace(_wrapRegExp(/([&?])storagePrompt=[^&]*(&?)/, {
loc.href = loc.href.replace(_wrapRegExp(/([&\?])storagePrompt=[\0-%'-\uFFFF]*(&?)/, {
sep: 1,
amp: 2
}), function (n0, sep, amp) {