const acorn = require('acorn'); const Analyzer = require('common-shake').Analyzer; const a = new Analyzer(); a.run(acorn.parse(` 'use strict'; const lib = require('./a.js'); exports.a = lib.a; `, { locations: true }), 'index.js'); a.run(acorn.parse(` 'use strict'; exports.a = 42; `, { locations: true }), 'a.js'); a.resolve('index.js', './a.js', 'a.js'); console.log(a.isSuccess(), a.bailouts); // t
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く