parser typescript declarations are unusable #523
Labels
1 approval
>=1 team member has approved this PR; we're now leaving it open for more reviews before we merge
enhancement
New feature or request
package: parser
Issues related to @typescript-eslint/parser
I know you've mentioned the types before as being in progress still (and likely to change), but figured this is its own issue.
Currently the parser types are unusable as
eslint-visitor-keys
has no declaration file in the shipped package.The same seems to apply for
eslint-scope
types.This means nobody using typescript can successfully import the parser package without installing the dependencies themselves (and copying your custom types across).
The text was updated successfully, but these errors were encountered: