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

feat(dep_graph): make some types serializable #186

Closed dsherret closed 9 months ago

dsherret commented 9 months ago

This is so deno_graph doesn't need to recreate serializable types for these.

Waiting on https://github.com/denoland/deno_ast/pull/185