#9343·flow

Rename `typeParameters` property to `typeArguments`

Author: fiskerCreated Dec 12, 2025Updated Dec 24, 2025
Labelsparsing
  • 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