You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'll make sure to open up the IronJS.Compiler.Parser for external use, the reason it's been kept internal is that the API is a bit crufty and not finalized (there's a lot of "gotchas" in there atm).
What I really want to want is access to a factory from source text to AST.
Currently, the code below is prohibited due to IronJS.Compiler.Parser being internal.
This is useful for eval() but possibly also for script validation.
The text was updated successfully, but these errors were encountered: