Like mentioned in this issue, when a regex has unescaped forward slashes it throws Expected: ;. This is significant because some polyfills from core.js contains unescaped forward slashes (/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/), making it incompatible with extendscript. Can this be solved?
Like mentioned in this issue, when a regex has unescaped forward slashes it throws
Expected: ;. This is significant because some polyfills from core.js contains unescaped forward slashes (/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/), making it incompatible with extendscript. Can this be solved?