-
-
Notifications
You must be signed in to change notification settings - Fork 9k
Closed
Labels
✨ feature requestNew feature or requestNew feature or requesthas PRA pull request has already been submitted to solve the issueA pull request has already been submitted to solve the issuehas workaroundA workaround has been found to avoid the problemA workaround has been found to avoid the problemscope: compilerscope: playground
Description
Version
3.2.22
Reproduction link
Steps to reproduce
With TS 4.5
<script setup type=ts>
import { type Ref } from "vue"
</script>What is expected?
Compiles
What is actually happening?
Compilation error: Unexpected token, expected ","
https://devblogs.microsoft.com/typescript/announcing-typescript-4-5/#type-on-import-names
Metadata
Metadata
Assignees
Labels
✨ feature requestNew feature or requestNew feature or requesthas PRA pull request has already been submitted to solve the issueA pull request has already been submitted to solve the issuehas workaroundA workaround has been found to avoid the problemA workaround has been found to avoid the problemscope: compilerscope: playground