-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: JavaScriptThe issue relates to JavaScript specificallyThe issue relates to JavaScript specificallyHelp WantedYou can do thisYou can do this
Milestone
Description
Bug Report
๐ Search Terms
import type javascript error
๐ Version & Regression Information
- This is the behavior in every version I tried
โฏ Playground Link
Playground link with relevant code
๐ป Code
// Not flagged
import { type ComponentType } from 'react';
// Flagged
import type { ReactNode } from 'react';๐ 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: JavaScriptThe issue relates to JavaScript specificallyThe issue relates to JavaScript specificallyHelp WantedYou can do thisYou can do this