Skip to content

Conversation

@robyoder
Copy link

@robyoder robyoder commented Jul 9, 2025

Update @typescript-eslint/parser to 8.36.0 and typescript to 5.8.3.

The discrepancy that prompted this is how type arguments are named in the AST when parsing something like let a: SomeType<b, c>. Previously b and c were called typeParameters but now they are called typeArguments.

See typescript-eslint/typescript-eslint#5384 and typescript-eslint/typescript-eslint#8933

Update @typescript-eslint/parser to 8.36.0 and typescript to 5.8.3.

The discrepancy that prompted this is how type arguments are named in the AST when parsing something like `let a: SomeType<b, c>`. Previously `b` and `c` were called `typeParameters` but now they are called `typeArguments`.

See typescript-eslint/typescript-eslint#5384 and typescript-eslint/typescript-eslint#8933
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant