Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove broken loader #14

Closed
wants to merge 1 commit into from
Closed

Remove broken loader #14

wants to merge 1 commit into from

Conversation

srt32
Copy link
Member

@srt32 srt32 commented Apr 26, 2023

CI Is failing with

> @github/memoize@1.1.1 test
> node --loader ts-node/esm.mjs node_modules/mocha/lib/cli/cli.js

(node:1724) ExperimentalWarning: Custom ESM Loaders is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
Error [ERR_LOADER_CHAIN_INCOMPLETE]: "ts-node/esm.mjs 'resolve'" did not call the next hook in its chain and did not explicitly signal a short circuit. If this is intentional, include `shortCircuit: true` in the hook's return.
    at new NodeError (node:internal/errors:387:5)
    at ESMLoader.resolve (node:internal/modules/esm/loader:84[9](https://github.com/github/memoize/actions/runs/4809114771/jobs/8559931456#step:5:10):13)
    at async ESMLoader.getModuleJob (node:internal/modules/esm/loader:424:7)
    at async Promise.all (index 0)
    at async ESMLoader.import (node:internal/modules/esm/loader:530:24)
    at async loadESM (node:internal/process/esm_loader:91:5)
    at async handleMainPromise (node:internal/modules/run_main:65:[12](https://github.com/github/memoize/actions/runs/4809114771/jobs/8559931456#step:5:13)) {
  code: 'ERR_LOADER_CHAIN_INCOMPLETE'
}
Error: Process completed with exit code 1.

@srt32 srt32 requested a review from a team as a code owner April 26, 2023 13:19
@srt32 srt32 requested a review from dgreif April 26, 2023 13:19
@srt32
Copy link
Member Author

srt32 commented Apr 26, 2023

going with #15 instead.

@srt32 srt32 closed this Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant