タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

CommonJSとECMAScriptとnodejsに関するefclのブックマーク (1)

  • require(esm) in Node.js

    Recently I landed experimental support for require()-ing synchronous ES modules in Node.js, a feature that has been long overdue. In the pull request, I commented with my understanding about why it did not happen sooner before this pull request in 2024. This post expands on that comment a bit more. The opinions in this post are my own and reflect my perception of the ESM development in Node.js as

    efcl
    efcl 2024/03/19
    Node.jsに実装された`--experimental-require-module`で、CommonJSからESMを`require`できる仕組みについて。 Top-Level awaitの非同期をスコープ外にすることで実装が進んだ
  • 1