piqnt / planck.js

2D JavaScript Physics Engine
http://piqnt.com/planck.js/
MIT License
4.87k stars 236 forks source link

Fix World esm build output #240

Closed shakiba closed 1 year ago

shakiba commented 1 year ago

When the code is compiled to es, class field initialization is moved to top of constructor, before instance of check. So the code breaks if it is called without new.