Jacob Smith

Results 172 comments of Jacob Smith

Yep! https://github.com/nodejs/loaders/pull/118#issuecomment-1314595194 and I believe this should be logistically/technically possible.

@43081j I'm one of the authors of node's modules (and ESM). I'm happy to help advise here 🙂 For instance, the package.json is misconfigured (you should be using [`exports`](https://nodejs.org/api/packages.html#subpath-exports)). Fixing...

I use Testdouble to do this in a pure ESM environment.

Gentle nudge If you're low on capacity but the feature is acceptable, I can try to implement it.

@searls would you have an opinion on this?

A global mock would be something that is very common in an app but that has an adverse impact on testing. For example, I have an app that interacts with...

Hmmm, I think the ergonomics of the inverse would be rather tedious (both unexpected and not particularly what users want, as well as a bit more difficult to implement). >...

Mm, let's do :) I'm leaning towards not holding everything back from release because it would be useful to users even without "stable". Is the only reason we would need...

I think 2 (https://github.com/nodejs/node/pull/48559 and https://github.com/nodejs/loaders/issues/147) of the 3 items listed above will likely land within the next couple weeks, but how close is https://github.com/nodejs/node/pull/47999? @aduh95 would you still like...

The test-case "_support importing esm and returning the path even when bare-specifier quibbled_" is failing locally (but apparently not in CI??), but I'm not sure why—I added some logs, and...