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

feat: make `CjsAnalysis` implement Serialize & Deserialize #117

Closed dsherret closed 2 years ago

dsherret commented 2 years ago

We're going to cache this information in the CLI on a per module basis.