Closed edemaine closed 5 days ago
The following input causes an error on the Playground:
import { type foo } from bar
The error "cannot use type in dynamic import" makes sense when compiling in iife mode. But I don't think we want this crash to prevent showing TypeScript transpilation; it should just crash when clicking "Run".
type
iife
The following input causes an error on the Playground:
The error "cannot use
type
in dynamic import" makes sense when compiling iniife
mode. But I don't think we want this crash to prevent showing TypeScript transpilation; it should just crash when clicking "Run".