immutable-js-oss / immutable-js

Immutable persistent data collections for Javascript which increase efficiency and simplicity.
https://immutable-js-oss.github.io/immutable-js/
MIT License
37 stars 6 forks source link

Test that #41 is fixed #207

Closed jdeniau closed 3 years ago

jdeniau commented 3 years ago

Fixes #41.

Probably fixed by #194

jdeniau commented 3 years ago

@Methuselah96 lint fixed. I simply ignored the rule as vm is a node core module and thus needs to be "required" if I understand correctly