denoland / deno_ast

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

Add upgrading swc instructions #99

Closed dsherret closed 7 months ago

dsherret commented 2 years ago

Make sure to highlight how all swc option structs should be analyzed for changes (because swc doesn't allow using a struct expr for some options--also SyntaxError codes should be updated because it uses non_exhaustive)

iuioiua commented 9 months ago

+1 on this. This'd allow others to help out upgrade swc 🙂