-
Notifications
You must be signed in to change notification settings - Fork 195
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
make it available for Deno #921
Comments
It would be great. ts-morph was actually previously used in Deno's build system when it was still on node. ts-morph doesn't have too many dependencies, so I don't believe this would be too hard. I think probably the easiest solution here would be to build |
Opened dsherret/code-block-writer#36 Edit: This is complete now. |
One part about this was figuring out how to bundle the .d.ts files (aka lib files) for Deno. #934 should solve this, but I think for Deno it will have to remove the "require" and always load the lib files module in ts-morph/packages/common/src/getLibFiles.ts Lines 2 to 5 in 3dd5c72
|
ts-morph/common dependencies
ts-morph dependencies
Remaining Tasks
|
This is for #921. Will add a `DenoRuntime` implementation in the future.
…stead. This is more work towards support Deno (#921).
@hemedani this is now available here: https://deno.land/x/ts_morph Note that I haven't developed a way to run the tests for the Deno module yet, so it might be a little bit unstable. I started using it in some of my Deno code in a different repo and seems to work well so far... |
awesome |
Describe the solution you'd like
Just make work this awesome lib for Deno
The text was updated successfully, but these errors were encountered: