Closed aMarCruz closed 5 years ago
Two slashes within a literal regex or ES6 TL will break jscc expressions:
//#set _R = /\/// //#set _S = `//`
This is because the parser confuses the slashes in the content with the trailing comment.
Two slashes within a literal regex or ES6 TL will break jscc expressions:
This is because the parser confuses the slashes in the content with the trailing comment.