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

does babel support this feature?

zzzgit opened this issue · comments

does babel support this feature?
I found not
Is there a plugin for babel can achieve this?

I'm not sure. I'd suggest asking over on the Babel repository, not the spec repository, since I'm not associated with the Babel project.

thank very much

@GabrielDelepine that's the syntax plugin only, which both of the above transforms depend on - that is not sufficient to transpile it, solely to parse it.