ts_morph
To use:
import { Project } from "https://deno.land/x/ts_morph@x.x.x/mod.ts";
Or import @ts-morph/bootstrap
, which uses the same versioning as ts-morph:
import { createProject } from "https://deno.land/x/ts_morph@x.x.x/bootstrap/mod.ts";
Note: These modules are not tested that well as I have not implemented a way to test both the node and deno modules. Please let me know if you notice any behaviour differences with the node module.