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

feat: windows support #35

Closed
wants to merge 10 commits into from
Closed

feat: windows support #35

wants to merge 10 commits into from

Conversation

korki43
Copy link

@korki43 korki43 commented Mar 19, 2021

This supersedes #26. It'll close #20.

@korki43 korki43 mentioned this pull request Mar 19, 2021
@korki43 korki43 changed the title Windows support feat: windows support Mar 19, 2021
@@ -266,7 +272,9 @@ const setGlobals = async (args: DenoliverOptions): Promise<void> => {
before = args.after
} else {
try {
const path = posix.resolve(`${root}/${args.after}`)
const path = (Deno.build.os === 'windows' ? 'file://' : '').concat(
resolve(`${root}/${args.after}`)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not very elegant, but it doesn't use mutation, as requested.

@korki43
Copy link
Author

korki43 commented Dec 18, 2021

stale, closing

@korki43 korki43 closed this Dec 18, 2021
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.

Support for Windows (untested)
1 participant