Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Parse error with TypeScript 3 #498

Closed
@texastoland

Description

@texastoland

FIXED; if you get an error paste:

  1. the exact error message
  2. your eslint config except rules
  3. your lockfile in a gist

What version of TypeScript are you using?

3.0.0-rc

What version of typescript-eslint-parser are you using?

16.0.1

What code were you trying to parse?

Any codes.

What did you expect to happen?

It parses.

What happened?

Parsing error: ts.unescapeIdentifier is not a function

Deprecated functions were removed for the major version update.

return ts.unescapeIdentifier(identifier);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions