question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use only public APIs of ESLint

See original GitHub issue

Link: https://github.com/eslint/eslint/issues/9193.

vue-eslint-parser has been depending on the private API to traverse <template>'s AST, so we have to fix it to work on ESLint v4.6.0.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mysticateacommented, Sep 1, 2017

Yes, I can. I will fix it ASAP. Thank you!

0reactions
michalsnikcommented, Sep 3, 2017

Fixed in v3.13.0 🚀 thanks @mysticatea 🥇

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Public API request] make parseForESLint accept ts.sourceFile
Of course, I can provide a language service plugin using only public @typescript-eslint/parser APIs. But they accept only string text.
Read more >
Node.js API - ESLint - Pluggable JavaScript Linter
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
Read more >
Simplified ESLint API - JavaScript in Plain English
Simplified ESLint API. The simplest possible way to use and test ESLint plugins. Whip, rope, ...
Read more >
Prevent Api from being called from UI with ESLint?
1. class ApiService { 2. 3. constructor($http) { 4. this.$http = $http; 5. } 6. 7. hugeReponseApi() { 8. const request = {...
Read more >
eslint - npm
ESLint uses Espree for JavaScript parsing. · ESLint uses an AST to evaluate patterns in code. · ESLint is completely pluggable, every single...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found