10 Oct 2021, 19:41

@platypii yes, jscad has moved from custom syntax to require from V1 to V2, but in menatime ES6 import is becomming more and more popular, and is looking to take over require in the long run 😞 .

I am putting 😞 not because I dont like import/export, as it has plenty of advantages(easy tree shaking...). I am 😞 because it is also another layer of confusion for new users ... especially those unfamiliar with javascript and if it takes over require completely, then jscad will need refactoring in the future.