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 #126

Merged
merged 1 commit into from
Jan 25, 2023
Merged

fix: pnp loader path on Windows #126

merged 1 commit into from
Jan 25, 2023

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

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
@changeset-bot
Copy link

changeset-bot bot commented Jan 25, 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

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

📊 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

@krossekrabbe
Copy link
Contributor Author

@JounQin CI issue should be fixed. Recreated the PR because I wasn't aware someone must approve the linting CI pipeline and I thought there is something wrong.

@codecov
Copy link

codecov bot commented Jan 25, 2023

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage 👍

Coverage data is based on head (6a47b4d) compared to base (644cd74).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #126   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          130       130           
  Branches        57        57           
=========================================
  Hits           130       130           
Impacted Files Coverage Δ
src/index.ts 100.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@JounQin JounQin merged commit 758aaf1 into un-ts:main Jan 25, 2023
@JounQin
Copy link
Member

JounQin commented Jan 25, 2023

Thanks for your contribution!

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