Replies: 1 comment 5 replies
-
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to execute an Acornima's Script (AST)? I have a case that I'll need to traverse the AST for some validation (I'll block the usage of some JS capabilities) and it would be nice if I could reuse that AST within Jint's Engine, since I'm assuming the Engine creates an AST internally on every Engine.Execute(string), right?
Beta Was this translation helpful? Give feedback.
All reactions