quick-lint-js icon indicating copy to clipboard operation
quick-lint-js copied to clipboard

Neovim+ALE: wrong squiggly location

Open strager opened this issue 2 years ago • 1 comments

let x = /*️⃣ I'm a comment! */ y;
console.log(x);

With Neovim and ALE and quick-lint-js LSP, E0057 is reported on the space between ! and *. It should be on the letter y instead.

strager avatar Jun 29 '22 02:06 strager

Test case added to test/js/unicode.js in commit c838df7566a52f36b5500147aee221e3c7ea13bd.

strager avatar Jul 26 '22 08:07 strager