UNPKG

132 BJavaScriptView Raw
1// This is roughly what Babel's ESM→CommonJS module transform does.
2exports.a = exports.b = null
3
4exports.a = 'a'
5exports.b = 'b'