You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One plugin has @types/cesium as a dependency. Not only are they incorrect types - the package also has cesium as a dependency. Which means that the TerriaMap which imports the plugin will have terriajs-cesium and cesium in node_modules.
From a quick inspection of build JS files (for TerriaMap with given plugin) - I couldn't find any references to node_modules/cesium - but it could cause future problems.
How should a plugin get access to terriajs-cesium types?
The text was updated successfully, but these errors were encountered:
One plugin has
@types/cesium
as a dependency. Not only are they incorrect types - the package also hascesium
as a dependency. Which means that theTerriaMap
which imports the plugin will haveterriajs-cesium
andcesium
innode_modules
.From a quick inspection of build JS files (for
TerriaMap
with given plugin) - I couldn't find any references tonode_modules/cesium
- but it could cause future problems.How should a plugin get access to
terriajs-cesium
types?The text was updated successfully, but these errors were encountered: