Closed
Description
As noted here: #520 (comment)
[test] FAIL node src/__node_tests__/index.js
[test] ● Test suite failed to run
[test]
[test] ReferenceError: BigInt is not defined
[test]
[test] at createLongLongConversion (node_modules/webidl-conversions/lib/index.js:162:51)
[test] at Object.<anonymous> (node_modules/webidl-conversions/lib/index.js:224:24)
[test] at Object.<anonymous> (node_modules/jsdom/lib/jsdom/browser/Window.js:3:27)
[test]
I have no idea why that's happening. I'm guessing that we've got a devDependency that does not support Node 10. This is unfortunate and I'm kinda thinking the easiest solution is to just drop Node 10 from CI and hope we don't ever ship anything that breaks Node 10... 😬 That said, Node 10 doesn't get EOL until mid-2021 (and that's how long I think we should support it) so it may be better to find another solution to this.
Any ideas?