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

Improve diagnostic to have the ability to format with source code text #36

Closed dsherret closed 1 year ago

dsherret commented 2 years ago

For https://github.com/denoland/deno/issues/8529

This would allow taking a Diagnostic and then formatting it showing the position in the source file text the diagnostic occurred for.

dsherret commented 1 year ago

Closed by #126