Domenic's import() proposal is, as of last week, stage-2, and it seems it is more promising to support that than to support the already replaced System.import.
The problem, though, is that that requires parser support. Having import followed by a ( token is an early error in acorn... 😕
Domenic's
import()proposal is, as of last week, stage-2, and it seems it is more promising to support that than to support the already replacedSystem.import.The problem, though, is that that requires parser support. Having
importfollowed by a(token is an early error in acorn... 😕