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

fix: pnp loader path on Windows #124

Closed
wants to merge 1 commit into from
Closed

Conversation

krossekrabbe
Copy link
Contributor

Nodejs throws an ERR_UNSUPPORTED_ESM_URL_SCHEME
exception if supplying an absolute Windows path
in the --experimental-loader option.

This fixes #123

@changeset-bot
Copy link

changeset-bot bot commented Jan 23, 2023

🦋 Changeset detected

Latest commit: 6a47b4d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
synckit Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codesandbox-ci
Copy link

codesandbox-ci bot commented Jan 23, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 23, 2023

📊 Package size report   No changes

File Before After
Total (Includes all files) 43.3 kB 43.3 kB
Tarball size 11.7 kB 11.7 kB
Unchanged files
File Size
lib/index.cjs 9.9 kB
lib/index.d.ts 1.4 kB
lib/index.js 9.7 kB
lib/index.js.map 8.9 kB
lib/types.d.ts 936 B
lib/types.js 44 B
lib/types.js.map 102 B
LICENSE 1.1 kB
package.json 3.4 kB
README.md 7.9 kB

🤖 This report was automatically generated by pkg-size-action

@JounQin
Copy link
Member

JounQin commented Jan 24, 2023

Please fix CI error, thanks.

Nodejs throws an ERR_UNSUPPORTED_ESM_URL_SCHEME
exception if supplying an absolute Windows path
in the `--experimental-loader` option.

This fixes un-ts#123
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.

ERR_UNSUPPORTED_ESM_URL_SCHEME
3 participants