-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
offset
is missing from node.source
#105
Comments
I will also fix |
Fixed by #108 |
The fix was released in 5.0. |
Thank you @ai and @RamazanIttiev 🙇 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example:
sugarss/parser.js
Line 141 in f880b77
While the default PostCSS parser for example has:
https://github.com/postcss/postcss/blob/77420d62919b4d53921a113bbc939ad5e5b49fe6/lib/parser.js#L361
offset
was likely added later in PostCSS and wasn't backported to this syntax.This is not trivial to fix because the tokenizer also doesn't record the offset values in tokens.
I think this issue is fairly minor, but maybe someone is willing to volunteer their time :) (I don't use
sugarss
myself)The text was updated successfully, but these errors were encountered: