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

Diagnostic display should not output trailing newlines #245

Closed dsherret closed 2 months ago

dsherret commented 2 months ago

That's a higher level responsibility of something displaying multiple diagnostics.

https://github.com/denoland/deno_ast/blob/bb9eddbef34e8896296fc24cec75afffa1516e03/src/diagnostics.rs#L416