-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
DuplicateAn existing issue was already createdAn existing issue was already createdFix AvailableA PR has been opened for this issueA PR has been opened for this issue
Description
import { "😊" as yay } from "...";
yay();
export { yay as "🦈" };
The above code should be supported.
The minimum viable product should have tests for:
esnext
module outputes2015
or similar module output just to get an error--declaration
emit- Specific declaration emit where the compiler might generate
import()
type syntax.
- Specific declaration emit where the compiler might generate
- Quick info, and error message tests where we might generate
import()
type syntax - Completions in
import {}
andexport {}
lists - Go-to-definition
It is likely that we would never try to emit our own import()
type syntax.
Metadata
Metadata
Assignees
Labels
DuplicateAn existing issue was already createdAn existing issue was already createdFix AvailableA PR has been opened for this issueA PR has been opened for this issue