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

feat: upgrade to swc_ecma_parser 0.130 #138

Closed dsherret closed 1 year ago

dsherret commented 1 year ago

Tested downstream crates.

dsherret commented 1 year ago

Paused waiting on https://github.com/swc-project/swc/pull/6950 (though we should still upgrade if that doesn't land in a while)

dsherret commented 1 year ago

I'm going to continue the upgrade without decorators. PTAL.