以下の内容はhttps://m-hiyama-memo.hatenablog.com/entry/2022/06/20/185516より取得しました。


CJSエクスポートのエミュレート

CommonJS方式 exports と module.exports - (新) 檜山正幸のキマイラ飼育記 メモ編 の話。

let mod = {};
mod.exports = {};

(function (module, exports){

  exports = "hello";
 // 好きなコード

})(mod, mod.exports);

console.dir(mod.exports);

これで挙動をエミュレートできると思う。




以上の内容はhttps://m-hiyama-memo.hatenablog.com/entry/2022/06/20/185516より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14