Greetings!
ClearScript generally does not expose script parsing as a separate function from script execution. The methods that execute script code report syntax errors as well.
However,
Cheers!
ClearScript generally does not expose script parsing as a separate function from script execution. The methods that execute script code report syntax errors as well.
However,
V8ScriptEngine.Compile()
may be close to what you're looking for.Cheers!