-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add range
property to token
#3347
Comments
Node |
I mean... the node version is irrelevant for this feature request |
Not everybody can or will be running bleeding edge current releases. |
Okay, back to topic: is this feature request acceptable or not? |
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pug Version:
pug-lexer
v5.0.1
Node Version: v16+
Feature Request
Add a
range
property of type[number, number]
to each token.Would be needed in these two repos:
https://github.com/Shinigami92/eslint-plugin-vue-pug-sfc/blob/8b17689236179edd7b3eacac724edd69746ef104/src/utils/index.ts#L225-L227
currently I'm already calculating them on my own here!
no component prop suggestions in Pug .vue template vuejs/language-tools#618 (comment)
I'm willing to open a PR for this, if it gets an okay
The text was updated successfully, but these errors were encountered: