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
Two advantages of this approach is that we're already using an intermediate representation, and that potentially things like cross-file imports could become a bit easier.
See e.g.: https://nabeelvalley.co.za/docs/javascript/typescript-ast/
This might also be useful to make pluggable code generators, e.g. generating code specifically for Freon.
Is it possible to use a
ParseExpression
feature like Roslyn has?The text was updated successfully, but these errors were encountered: