denoland / deno_ast

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

feat: add transpile_owned and transpile_owned_with_fallback #237

Closed dsherret closed 3 months ago

dsherret commented 3 months ago

As suggested by @mmastrac

Built this off #236 so waiting on #236.