And I notice DataSourceCollection.jsimport when from "../ThirdParty/when.js", but when.js does not exist in github. And I can find when.js in the code download from website.
I’m very confused about this. Thanks to everyone who can help me.
The ZIP file with the source code from the download page is created with a certain glup task, and it collects and arranges the source files - and particularly, some of the ThirdParty files - in a way that is suitable for release and distribution. Specifically: The when.js file is not contained in Source/ThirdParty on GitHub, but in ThirdParty/npm, and copied into the right directory when the ZIP file is created.