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

fix: update swc_ecma_parser to 0.141.37 #197

Closed dsherret closed 8 months ago

dsherret commented 8 months ago

This fixes many issues with swc emitting TypeScript code in an AST (emphasis: TypeScript, not TS stripped to JS as it usually does).