denoland / deno_ast

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

fix: do not show blank line diagnostic #268

Closed dsherret closed 2 months ago

dsherret commented 2 months ago

swc starting doing EOF errors on the last char instead of last non-whitespace char (which makes sense)