Removel of trailing jscc comment is breaking the expression
aMarCruz opened this issue · 0 comments
aMarCruz commented
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.