エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
What do ES6 modules export?
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
What do ES6 modules export?
CommonJS modules export values, while ES6 modules export immutable bindings. This blog post expla... CommonJS modules export values, while ES6 modules export immutable bindings. This blog post explains what that means. You should be loosely familiar with ES6 modules. If you aren’t, you can consult the chapter on modules in “Exploring ES6”. CommonJS modules export values # With CommonJS (Node.js) modules, things work in relatively familiar ways. If you import a value into a variable, the value is