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: Fix check against Deno #201

Merged
merged 1 commit into from
Sep 9, 2020
Merged

Conversation

bebraw
Copy link
Contributor

@bebraw bebraw commented Sep 9, 2020

Since I know window object exists on Deno and it has Deno object within it, I added a check based on that.

Of course the question is how to test this effectively. 😄

Closes #199.

@peduarte
Copy link
Contributor

peduarte commented Sep 9, 2020

@bebraw Thanks for this <3

While we're still improving our CI workflow and PRs arent running tests. Can you confirm that you can do these succesfully:

  • yarn test
  • yarn build

Otherwise this PR looks good to me!

@bebraw
Copy link
Contributor Author

bebraw commented Sep 9, 2020

@peduarte Yeah, both complete.

If possible, I would consider adding Deno to the build matrix of your CI once you set it up. That way we can see how it goes with the compatibility. I'm not sure if that's trivial, though.

@peduarte
Copy link
Contributor

peduarte commented Sep 9, 2020

@bebraw sounds like a good idea, thanks for that

@peduarte peduarte merged commit ca1a11c into stitchesjs:canary Sep 9, 2020
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.

Check against server fails on Deno
2 participants