Joseph Carroll

Results 55 comments of Joseph Carroll

I will work on getting a repro, but it is not a priority. Maybe later this week

No it doesn't, still trying to figure that one out... 😆

It turns out, none of the errors (including the one for markdown-wasm) have any actual impact. The issue is that webpack is reporting those errors when you try to `import()`...

@davidmurdoch are you also seeing these warnings? (ps- sorry for randomly @'ing you on this repo)

FYI - For ESM this is absolutely a problem. Using the import syntax as is, the code would need to look like: ```typescript import * as ImportInTheMiddle from 'import-in-the-middle'; var...

If anyone is using a custom server for https support only, take a look at #53926 Looking for any kind of feedback

Copying my 2cents here as well... I think this change really should be in the `RequestHandler` not the interceptors. Check out mswjs/msw#778 for a more full discussion.

> Well, setting "type": "commonjs" is also not accurate Completely, I don't think `"type"` should be there at all, but it is important to still provide `"types"` for environments that...

@taylorli2000 - Take a look at #2624, that is most likely your issue

# [UPDATE:] Expanded PR to include all TW-v3 rules AND expand callee behavior I've been working on multiple changes for the plugin, the first of which were variable declarations. However,...