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

fix(diagnostics): don't output trailing blank line in display #249

Closed dsherret closed 2 months ago

dsherret commented 2 months ago

This moves the blank line to be the responsibility of whatever is formatting multiple diagnostics.

Closes https://github.com/denoland/deno_ast/issues/245