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

fix: add back `IntoSwcFileName` #272

Closed dsherret closed 3 weeks ago

dsherret commented 3 weeks ago

This was removed because it wasn't used, but actually it's used in JSR... so added back with a comment.