Don't load source map until the JS source is fully received (#3040)
authorb-fuze <b-fuze.root@live.com>
Sat, 31 Mar 2018 11:26:40 +0000 (07:26 -0400)
committerAlex Lam S.L <alexlamsl@gmail.com>
Sat, 31 Mar 2018 11:26:40 +0000 (20:26 +0900)
commit8adfc29f914efd2af62638491b6c3034e1cc8712
tree8857313f6c50f96972ea274f16bb1565a2a59f2c
parent02f47e1713cb413ac0d2602039c18292f43db863
Don't load source map until the JS source is fully received (#3040)
bin/uglifyjs
test/input/pr-3040/expect.js [new file with mode: 0644]
test/input/pr-3040/input.js [new file with mode: 0644]
test/input/pr-3040/input.js.map [new file with mode: 0644]
test/mocha/cli.js