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

Description
FIXED; if you get an error paste:
- the exact error message
- your eslint config except rules
- 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); |