wix / stylable

Stylable - CSS for components
https://stylable.io
MIT License
1.26k stars 62 forks source link

fix(lsp): invalid node location offset #2897

Closed idoros closed 9 months ago

idoros commented 10 months ago

Similar to the off-by-one fix in postcss, this PR fixes the offset of invalid nodes.

There is another bug in postcss root source location relating to the column, but we don't use it for anything, so I just left the comment and might create a fix for them at some other time.