Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native Deno typescript parser api #13237

Closed
hodev-dev opened this issue Dec 30, 2021 · 1 comment
Closed

Native Deno typescript parser api #13237

hodev-dev opened this issue Dec 30, 2021 · 1 comment
Labels
duplicate a duplicate of another issue

Comments

@hodev-dev
Copy link

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");
@kitsonk kitsonk added the duplicate a duplicate of another issue label Dec 30, 2021
@kitsonk
Copy link
Contributor

kitsonk commented Dec 30, 2021

Duplicate of #2355 #3983 and #9851

@kitsonk kitsonk closed this as completed Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate a duplicate of another issue
Projects
None yet
Development

No branches or pull requests

2 participants