denoland / deno_ast

Source text parsing, lexing, and AST related functionality for Deno
https://crates.io/crates/deno_ast
MIT License
146 stars 45 forks source link

feat: move back swc_ecma_dep_graph into deno_ast #185

Closed dsherret closed 9 months ago

dsherret commented 9 months ago

Moves swc_ecma_dep_graph back into denoland code. I'll open a separate PR with improvements to this.

See https://github.com/swc-project/swc/discussions/8289