Closed
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.