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 entrypoint resolution on windows #5

Merged
merged 4 commits into from
Jun 21, 2021

Conversation

kt3k
Copy link
Owner

@kt3k kt3k commented Jun 21, 2021

This PR tries to fix the issue reported in #4

The entrypoint should be passed as file url format for using esbuild_deno_loader correctly, but it's passed as absolute path format. This PR applies toFileUrl format before passing the entrypoint to esbuild.

This PR also enables the CI on windows.

closes #4

@kt3k kt3k merged commit bd42d6b into main Jun 21, 2021
@kt3k kt3k deleted the fix/fix-entrypoint-resolution-on-windows branch June 21, 2021 06:56
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.

On Windows Getting Started/Basic Usage doesn't compile.
1 participant