| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Review requested:
|
Sorry, something went wrong.
|
@JakobJingleheimer wondering if you have any clues as to what might be up with this asan test failure here? |
Sorry, something went wrong.
|
Looking at the output, it seems all cases are reporting okay, which makes me think there's an async issue (something is not waiting as it should). No idea why this would be isolated to ASan. The test output appears to stop on: Loader hooks → should handle a throwing top-level body → should handle empty plain object Perhaps error here is not defined (or worse, null): Ah, no, we know it's not because of switch (error?.code). I would guess something is unexpectedly throwing, and that's getting swallowed (and ESM worker would be the most likely suspect for swallowing it as we experienced that A LOT during the off-thread PR). I would still look here for the source of the unexpected throw node/lib/internal/modules/esm/initialize_import_meta.js Lines 22 to 25 in adee9bd |
Sorry, something went wrong.
https://openjs-foundation.slack.com/archives/C053UCCP940/p1690842970936839:
From July 31, so this might’ve been introduced by one of the earlier recent loaders PRs. cc @izaakschroeder |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This resolves #49010, ensuring that not found errors to exact modules in import.meta.resolve still return the resolved string. Package not found errors remain module not found errors.
@nodejs/modules