Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver3
2いいね 62回再生

Migrating Babel from CommonJS to ESM

CommonJS has been the go-to module system for Node.js for more than a decade, but the ecosystem is slowly moving to ECMAScript Modules.
CommonJS and ESM have different features, and they are not fully compatible with each other: should existing libraries migrate to ESM? Should they keep using ESM forever? Are JavaScript tools ready for native ESM?
Babel is one of the most used packages on npm, and we have been slowly working to move away from CommonJS. What obstacles have we found? How did we overcome them? What have we learned in the process? How do we ensure a smooth transition for our users?

Slides available at: www.slideshare.net/igalia/migrating-babel-from-com…


(c) JSDay 2023
Verona
13-14 April 2023
2023.jsday.it/

コメント