메뉴 건너뛰기

GREATUSER

free

ES Modules in Node Today!

관리자 2017.08.11 12:00 조회 수 : 33

ES Modules in Node Today! Editor’s Note: Today’s post is a guest post from John-David Dalton, a Program Manager on the Microsoft Edge team and creator of the popular Lodash JavaScript library, sharing the news of a new community project to bring ECMAScript modules to Node. I’m excited to announce the release of @std/esm (standard/esm), an opt-in, spec-compliant, ECMAScript (ES) module loader that enables a smooth transition between Node and ES module formats with near built-in performance! This fast, small, zero dependency package is all you need to enable ES modules in Node 4+ today! @std/esm used in the Node REPL A tale of two module formats With ESM landing in browsers, attention is turning to Node’s future ESM support. Unlike browsers, which have an out-of-band parse goal signal and no prior module format, support for ESM in Node is a bit more…prickly. Node’s legacy module [ more... ]

The post ES Modules in Node Today! appeared first on 지락문화예술공작단.




원문출처 : https://jirak.net/wp/es-modules-in-node-today/
위로