Open pvginkel opened 9 years ago
Currently AstVisitor return (). In the local visitor, this requires us to keep Booleans for syntax errors. AstVisitor should be made to return JsResult so we can throw proper errors.
AstVisitor
()
JsResult
Currently
AstVisitor
return()
. In the local visitor, this requires us to keep Booleans for syntax errors.AstVisitor
should be made to returnJsResult
so we can throw proper errors.