Norm X
Norm X
@cloudgen its very likely because you load the module without using requirejs...(eg. include it directly to the page) what is the purpose having require js in your env without using...
Just to give whoever ended up here one more option: https://www.npmjs.com/package/@svgr/parcel-plugin-svgr
@charlyBerthet it is in the description of the method `loadFileRepresentationForTypeIdentifier`: > // Writes a copy of the data to a temporary file. This file will be deleted when the completion...
it turns out the issue only happen in v0.6.0 tag https://github.com/joeferner/node-http-mitm-proxy/blob/v0.6.0/lib/proxy.js can you please release a new version with the fix?
@acklenx all you need to do is use the code from master branch of this repository, this is only an issue with v0.6.0, the author marked it with wrong version...
Agree with original poster @thepian and I'd like to say it is wrong at the beginning to make prototype inheritance to be called with `class` keyword. > As a user...
> Obviously b is on the prototype and a is on the instance - I'm not sure how you'd assume anything else. Can you elaborate on what else you'd assume,...
@ljharb wow that's quick reply, we are using it in react native, neither node nor browser, there are potentially more js runtime out there...
thx for the reply, 2 cents of my understanding: > This is a node module this is a module that mimic a node module, not the node module itself. the...
for some reason travis just doesn't happy with my gruntfile, will try fix it later