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: move `Diagnostic` trait from CLI down here #205

Closed dsherret closed 7 months ago

dsherret commented 7 months ago

This is mostly a straight move down from the CLI. We can work on improving this more in the future, but for now let's just get this in.

Part of https://github.com/denoland/deno/issues/22117

Co-authored-by: lucacasonato lucacasonato@users.noreply.github.com