import { type X } not flagged in JavaScript #48445
Labels
Bug
A bug in TypeScript
Domain: JavaScript
The issue relates to JavaScript specifically
Help Wanted
You can do this
Milestone
Bug Report
π Search Terms
import type javascript error
π Version & Regression Information
β― Playground Link
Playground link with relevant code
π» Code
π Actual behavior
import { type X }
is not flagged as "can only be used in TypeScript files" but crashes at runtimeπ Expected behavior
It should be an error
The text was updated successfully, but these errors were encountered: