Guy Bedford

Results 1051 comments of Guy Bedford

Ok, just had another look at this, and this is the namespacing problem of package configurations - basically when you request `npm:[email protected]` SystemJS itself doesn't know that you're not just...

So this actually comes from Browserify originally where it would by default output `/` but it used to be a customizable public directory path at least. It seems that in...

To be very specific here, `__dirname` is a feature of the CommonJS module format, and treating `__dirname` as a `/` starting URL is the browserify precedent that Webpack maintained.

I've found myself thinking perhaps we shouldn't restrict private names to include a special symbol prefix. The reason for this is that there may be cases where a user wishes...

Has been great to follow this PR, excited to see this one. I think supporting the import map integrity for top-level script loads would be useful. If we are to...

Out of interest / for the issue history, is it possible to give some idea of the sort of issues that arise here? On Sun, Jul 12, 2020 at 14:36...

> That no longer works with CommonJS because the implementation of require() can't suspend execution in JavaScript This was one of the major issues that the Node.js integration of ES...

This is now supported by the source phase in the current Phase 3 proposal.

Ok, I appreciate the argument that the `__hotReload` hook runs after execution, and so results in a double init. We should get access to the old module from the first...

@alexisvincent the approach can certainly adapt to new changes in SystemJS, just note that every major may break the API you are relying on. I'm happy to assist with the...