ShihChi Huang
Results
4
comments of
ShihChi Huang
nope I don't..would you mind telling me more details and I can try it on modern.ie : )
I also ran into this issue where escape does noop like what @LukasMasuch mentioned
it's something like below ``` javascript // in dep.json { "hello: "world" } // in mod.json var dep = require('./dep.json'); module.exports = function () { return dep.hello; }; ``` I...