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
any plan to expose typescript parser under Deno namespace?
it would be primitive requirement for making code generator or transformations
if Deno uses swc under the hood it would be great if we get parser under Deno namespace for development tools;
like
Deno.typescript.parse('const variable = "value");
The text was updated successfully, but these errors were encountered:
any plan to expose typescript parser under Deno namespace?
it would be primitive requirement for making code generator or transformations
if Deno uses swc under the hood it would be great if we get parser under Deno namespace for development tools;
like
The text was updated successfully, but these errors were encountered: