cesium icon indicating copy to clipboard operation
cesium copied to clipboard

Refactor "Source/ThirdParty" imports

Open ggetz opened this issue 3 years ago • 0 comments

Modules which are simply imported and exported in Source/ThirdParty are not strictly needed now that we no longer need to package them ahead of time for development, and most likely should not be exported from Cesium.js.

They should be removed, and anywhere in the code which relies on these files should instead require the node module directly.

ggetz avatar Jul 19 '22 20:07 ggetz