-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
bugSomething isn't workingSomething isn't workingpackage: parserIssues related to @typescript-eslint/parserIssues related to @typescript-eslint/parser
Description
What code were you trying to parse?
import { app, ipcMain } from 'electron';What did you expect to happen?
No error on the first line of code
What actually happened?
Received an error stating Parsing error: not implemented
Versions
| package | version |
|---|---|
@typescript-eslint/parser |
2.24.0 |
TypeScript |
3.2.2 |
ESLint |
^6.8.0 |
node |
12.6.1 |
npm |
6.13.4 |
When I manually pin my @typescript-eslint/parser dependency to 2.23.0 that error no longer happens and eslint uses the rules in the project's .eslintrc.json. If necessary I can post the debug log in a gist.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpackage: parserIssues related to @typescript-eslint/parserIssues related to @typescript-eslint/parser