SFC compiler doesn't support new TypeScript (4.9+) feature
Vue version
3.2.47
Link to minimal reproduction
Steps to reproduce
Uncomment "satisfies Color" from App.vue line 4
What is expected?
That SFC TS code gets transpiled just as well as standalone TS
What is actually happening?
Some new TS feature ("statisfies" in this case) isn't supported by the SFC
System Info
No response
Any additional comments?
No response
Currently, TS 4.9 is not supported yet. Maybe we should fix this issue after merging https://github.com/vuejs/core/pull/7141.