Skip to content

Receiving Parsing error: not implemented on v2.24.0 #1759

Closed
@biehlerj

Description

@biehlerj

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

No one assigned

    Labels

    bugSomething isn't workingpackage: parserIssues related to @typescript-eslint/parser

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions