Trying ES6 imports with Chrome but it doesn't seem to work

后端 未结 2 905
终归单人心
终归单人心 2021-01-17 10:07

I am contemplating moving from Dart to ES6 but Chrome doesn\'t seem to support the new import statement which is critical to me.

I used the (named export) code from

2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-17 10:40

    Safari Tech Review 19, via WebKit, now supports modules.

    https://twitter.com/Constellation/status/806660783312543744

    https://webkit.org/status/

提交回复
热议问题