ShihChi Huang

Results 3 issues of ShihChi Huang

here is the whole code snippet to repro https://gist.github.com/huang47/764f969b2ec9b58b01292571e98c0b1b where I don't see any errors in vscode developer tool.

Not quite sure if it's because my misunderstanding, but seems like requrieify doesn't like requireing json ``` shell /private/tmp/t/a.json:1 module.exports= var global = (function(){ return this; }).call(null); if(!global.require){ global.require =...

This PR is trying to address throwing exceptions while requiring a JSON file and didn't spend any efforts supporting below 1. fix unit tests Currently it doesn't work because bundle...