denoland / deno_lint

Blazing fast linter for JavaScript and TypeScript written in Rust
https://lint.deno.land/
MIT License
1.53k stars 172 forks source link

fix(dlint): avoid panic when no trailing new line is appended #1149

Closed magurotuna closed 1 year ago

magurotuna commented 1 year ago

This commit prevents dlint from panicking when the input file doesn't contain a final newline character.

Towards #1145