tc39 / proposal-dynamic-import

import() proposal for JavaScript

Home Page:https://tc39.github.io/proposal-dynamic-import/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do you support this syntax?

6pm opened this issue · comments

commented

Do you support this syntax?
import(* as THREE from 'three').then(page => console.log(222))

No. You can read the grammar in the spec.