Select new syntax checker #21
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently we are using
vm.Script
to test for Syntax Errors in the generated code because normal node does not support source maps.We should switch to something more advanced with fewer potential security implications, like eslint.
The text was updated successfully, but these errors were encountered: