-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
area: flowoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issuepkg: types
Description
💻
- Would you like to work on a fix?
How are you using Babel?
Programmatic API (babel.transform, babel.parse)
Input code
mixins and implements removed in #15479. But they still exits in require('@babel/types').VISITOR_KEYS.
> require('@babel/types').VISITOR_KEYS.DeclareInterface
[ 'id', 'typeParameters', 'extends', 'mixins', 'implements', 'body' ]
> require('@babel/types').VISITOR_KEYS.InterfaceDeclaration
[ 'id', 'typeParameters', 'extends', 'mixins', 'implements', 'body' ]
Configuration file name
No response
Configuration
No response
Current and expected behavior
Should not include mixins and implements.
Environment
- @babel/types 7.21.3
Possible solution
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
area: flowoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issuepkg: types