denoland / deno_ast

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

fix: const enums weren't transpiled correctly #163

Closed dsherret closed 1 year ago

dsherret commented 1 year ago

I broke const enums in swc for us when using ts_is_enum_mutable (then fixed them today)