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

Update scope analysis after SWC upgrade #85

Closed bartlomieju closed 2 years ago

bartlomieju commented 2 years ago

New version of SWC will collect top-level bindings, so we need to double check our scope analysis code and possibly remove that code.

https://github.com/swc-project/swc/pull/4436

dsherret commented 2 years ago

Blocked on https://github.com/swc-project/swc/issues/4610