Marcel Mundl
Marcel Mundl
@KonradNowacki would you mind posting a stack trace please? Also please bear in mind that this has not been merged yet so the latest package does not include the changes.
Happy Anniversary🎂
@robertsLando Perhaps you could create a custom loader that uses the virtual filesystem. Here are some example implementations from the node docs: https://nodejs.org/dist/latest-v19.x/docs/api/esm.html#loaders
@robertsLando But with the loader you can specify a custom resolve hook to do just that. It gets the URL it is supposed to resolve and the URL of the...
@robertsLando I just tested it with an HTTP/HTTPS loader and it was also invoked for a dynamic import. However, I have absolutely no clue how createRequire would work in such...
@ljharb Because that is not true in the examples stated above because the `::` operator could also be used for property binding as described in the first example.
I am not sure but maybe it could be arranged that for `::` the parens are optional so that ```js const x = value::func; ``` and ```js const x =...
@ljharb and how would you create parameter bindings with that approach? Say, you want to fix the first argument to a set value and only want the function to be...
Where does it state that the syntax was explicitly not intended for that?
"it does not state anything about that" is not the same as "it is explicitly not intended for that". Explicit would mean that it actually states somewhere that this is...