-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Allow specifying a range in babel-code-frame #5064
Copy link
Copy link
Closed
Labels
PR: Breaking Change 💥A type of pull request used for our changelog categories for next major releaseA type of pull request used for our changelog categories for next major releasePR: New Feature 🚀A type of pull request used for our changelog categoriesA type of pull request used for our changelog categoriesoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue
Milestone
Metadata
Metadata
Assignees
Labels
PR: Breaking Change 💥A type of pull request used for our changelog categories for next major releaseA type of pull request used for our changelog categories for next major releasePR: New Feature 🚀A type of pull request used for our changelog categoriesA type of pull request used for our changelog categoriesoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue
code frame is used in TSLint. Lint errors have a range instead of a single character pointer. Can we extend the code frame to accept a range too?
A lint error can have a range like this:
I volunteer to make the change if it's an acceptable change from your side.