- [ ] `InterfaceExtends.typeParameters` -> `InterfaceExtends.typeArguments` - [ ] `ClassImplements.typeParameters` -> `ClassImplements.typeArguments` - [ ] `GenericTypeAnnotation.typeParameters` -> `GenericTypeAnnotation.typeArguments` It's reasonable to use "arguments" instead of "parameters" in these node types. Refs: https://github.com/facebook/hermes/issues/1808#issuecomment-3580792767 and https://github.com/facebook/hermes/issues/1808#issuecomment-3580800376
InterfaceExtends.typeParameters->InterfaceExtends.typeArgumentsClassImplements.typeParameters->ClassImplements.typeArgumentsGenericTypeAnnotation.typeParameters->GenericTypeAnnotation.typeArgumentsIt's reasonable to use "arguments" instead of "parameters" in these node types.
Refs: facebook/hermes#1808 (comment) and facebook/hermes#1808 (comment)