You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Migrated FFI to ES modules via 'lebab'
* Replaced 'export var' with 'export const'
* Removed '"use strict";' in FFI files
* Update to CI to use 'unstable' purescript
* Update Bower dependencies to master or main
* Update pulp to 16.0.0-0
* Update psa to 0.8.2
* Update .eslintrc.json to ES6
* Added changelog entry
* Update CI to use node 14
* Fix unused name warning
* Try to fix node test
* Fix Test.Main import
* Revert import order back to original
* Use async import before running tests
`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
0 commit comments