-
Notifications
You must be signed in to change notification settings - Fork 2
Update to PureScript v0.15.0 #15
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
Update to PureScript v0.15.0 #15
Conversation
I don’t know how to fix this test. JSDOM seems to have issues with XPath (from reading through their bug tracker). Maybe we disable it for now and open an issue unless perhaps @bbarker knows what’s going wrong |
This issue happened last time we were updating things for |
JSDOM was introduced to help with that: Personally I don’t feel like it’s a good use of time to try and fix this unless it’s quick and direct. I’d rather wrap around if we have time. We can disable tests in the meantime |
`global` isn't assigned until all modules are imprted By wrapping it in an async/await block, we defer importing Test.Main until after XPathResult hsa been defined
Description of the change
Backlinking to purescript/purescript#4244
Migrates FFI to ES modules
Checklist: