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

refactor(dep_graph): remove require #187

Closed dsherret closed 9 months ago

dsherret commented 9 months ago

We filter these out in deno_graph. No need to analyze for something we don't use.