denoland / deno_ast

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

Move transpile and similar functionality from CLI to deno_ast #48

Closed dsherret closed 2 years ago

dsherret commented 2 years ago

https://github.com/denoland/deno/blob/main/cli/ast/mod.rs

kitsonk commented 2 years ago

Just a note that this should be done under a feature flag.