denoland / deno_ast

Source text parsing, lexing, and AST related functionality for Deno
https://crates.io/crates/deno_ast
MIT License
144 stars 43 forks source link

feat: add quick fixes to diagnostics #215

Closed dsherret closed 5 months ago

dsherret commented 5 months ago

Will integrate this into Deno before merging here.

dsherret commented 5 months ago

It doesn't seem beneficial to add this at the moment actually. I'm just going to add something targeted for linting atm.