[Bug]: Babel TypeScript transformer does not support satisfies
operator
#15067
Labels
area: typescript
outdated
A closed issue/PR that is archived due to age. Recommended to make a new issue
💻
How are you using Babel?
Other (Next.js, Gatsby, vue-cli, ...)
Input code
Configuration file name
No response
Configuration
No response
Current and expected behavior
Current Behavior
Error is output:
Missing semicolon. (1:12)
;Expected Behavior
Code is output like below:
Environment
N/A
Possible solution
No response
Additional context
The
satisfies
operator is part of the TypeScript 4.9 beta that is to be released soon. Please add support for it within the transformer.The text was updated successfully, but these errors were encountered: