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

feat: implement `Hash` on `EmitOptions` #111

Closed dsherret closed 2 years ago

dsherret commented 2 years ago

This will allow us to implement more targeted cache busting for the emit cache.

Closes #105