Skip to content

Instantly share code, notes, and snippets.

@puckey
Created October 18, 2019 12:19
Source/Core/TranslationRotationScale.js:1:1 - error TS9005: Declaration emit for this file requires using private name 'TranslationRotationScale'. An explicit type annotation may unblock declaration emit.
1 import Cartesian3 from './Cartesian3.js';
~~~~~~
Source/DataSources/createMaterialPropertyDescriptor.js:1:1 - error TS9006: Declaration emit for this file requires using private name 'set' from module '"/Users/synch/Downloads/cesium-master 3/Source/DataSources/createPropertyDescriptor"'. An explicit type annotation may unblock declaration emit.
1 import Color from '../Core/Color.js';
~~~~~~
Source/DataSources/createPropertyDescriptor.js:1:1 - error TS9005: Declaration emit for this file requires using private name 'set'. An explicit type annotation may unblock declaration emit.
1 import defaultValue from '../Core/defaultValue.js';
~~~~~~
Source/DataSources/createRawPropertyDescriptor.js:1:1 - error TS9006: Declaration emit for this file requires using private name 'set' from module '"/Users/synch/Downloads/cesium-master 3/Source/DataSources/createPropertyDescriptor"'. An explicit type annotation may unblock declaration emit.
1 import createPropertyDescriptor from './createPropertyDescriptor.js';
~~~~~~
Source/DataSources/Entity.js:1:1 - error TS9006: Declaration emit for this file requires using private name 'PropertyBag' from module '"/Users/synch/Downloads/cesium-master 3/Source/DataSources/PropertyBag"'. An explicit type annotation may unblock declaration emit.
1 import Cartesian3 from '../Core/Cartesian3.js';
~~~~~~
Source/DataSources/EntityCluster.js:1:1 - error TS9005: Declaration emit for this file requires using private name '(Anonymous function)'. An explicit type annotation may unblock declaration emit.
1 import BoundingRectangle from '../Core/BoundingRectangle.js';
~~~~~~
Source/DataSources/ModelGraphics.js:1:1 - error TS9006: Declaration emit for this file requires using private name 'PropertyBag' from module '"/Users/synch/Downloads/cesium-master 3/Source/DataSources/PropertyBag"'. An explicit type annotation may unblock declaration emit.
1 import defaultValue from '../Core/defaultValue.js';
~~~~~~
Source/DataSources/NodeTransformationProperty.js:1:1 - error TS9005: Declaration emit for this file requires using private name 'NodeTransformationProperty'. An explicit type annotation may unblock declaration emit.
1 import defaultValue from '../Core/defaultValue.js';
~~~~~~
Source/DataSources/NodeTransformationProperty.js:1:1 - error TS9006: Declaration emit for this file requires using private name 'TranslationRotationScale' from module '"/Users/synch/Downloads/cesium-master 3/Source/Core/TranslationRotationScale"'. An explicit type annotation may unblock declaration emit.
1 import defaultValue from '../Core/defaultValue.js';
~~~~~~
Source/DataSources/PropertyBag.js:1:1 - error TS9005: Declaration emit for this file requires using private name 'PropertyBag'. An explicit type annotation may unblock declaration emit.
1 import defaultValue from '../Core/defaultValue.js';
~~~~~~
Source/ThirdParty/mersenne-twister.js:71:1 - error TS9005: Declaration emit for this file requires using private name 'MersenneTwister'. An explicit type annotation may unblock declaration emit.
71 var MersenneTwister = function(seed) {
~~~
Source/ThirdParty/rbush.js:1:1 - error TS9005: Declaration emit for this file requires using private name '_initFormat'. An explicit type annotation may unblock declaration emit.
1 import quickselect from './quickselect.js';
~~~~~~
Source/ThirdParty/rbush.js:1:1 - error TS9005: Declaration emit for this file requires using private name '_splitRoot'. An explicit type annotation may unblock declaration emit.
1 import quickselect from './quickselect.js';
~~~~~~
Source/ThirdParty/rbush.js:1:1 - error TS9005: Declaration emit for this file requires using private name 'clear'. An explicit type annotation may unblock declaration emit.
1 import quickselect from './quickselect.js';
~~~~~~
Source/ThirdParty/rbush.js:1:1 - error TS9005: Declaration emit for this file requires using private name 'fromJSON'. An explicit type annotation may unblock declaration emit.
1 import quickselect from './quickselect.js';
~~~~~~
Source/ThirdParty/rbush.js:1:1 - error TS9005: Declaration emit for this file requires using private name 'load'. An explicit type annotation may unblock declaration emit.
1 import quickselect from './quickselect.js';
~~~~~~
Source/ThirdParty/when.js:16:2 - error TS9005: Declaration emit for this file requires using private name 'Promise'. An explicit type annotation may unblock declaration emit.
16 var reduceArray, slice, undef;
~~~
Found 17 errors.
● npx tsc --declaration --allowJs --emitDeclarationOnly --outFile ./out.d.ts ./Source/Cesium.js
Source/Core/TranslationRotationScale.js:1:1 - error TS9005: Declaration emit for this file requires using private name 'TranslationRotationScale'. An explicit type annotation may unblock declaration emit.
1 import Cartesian3 from './Cartesian3.js';
~~~~~~
Source/DataSources/createMaterialPropertyDescriptor.js:1:1 - error TS9006: Declaration emit for this file requires using private name 'set' from module '"/Users/synch/Downloads/cesium-master 3/Source/DataSources/createPropertyDescriptor"'. An explicit type annotation may unblock declaration emit.
1 import Color from '../Core/Color.js';
~~~~~~
Source/DataSources/createPropertyDescriptor.js:1:1 - error TS9005: Declaration emit for this file requires using private name 'set'. An explicit type annotation may unblock declaration emit.
1 import defaultValue from '../Core/defaultValue.js';
~~~~~~
Source/DataSources/createRawPropertyDescriptor.js:1:1 - error TS9006: Declaration emit for this file requires using private name 'set' from module '"/Users/synch/Downloads/cesium-master 3/Source/DataSources/createPropertyDescriptor"'. An explicit type annotation may unblock declaration emit.
1 import createPropertyDescriptor from './createPropertyDescriptor.js';
~~~~~~
Source/DataSources/Entity.js:1:1 - error TS9006: Declaration emit for this file requires using private name 'PropertyBag' from module '"/Users/synch/Downloads/cesium-master 3/Source/DataSources/PropertyBag"'. An explicit type annotation may unblock declaration emit.
1 import Cartesian3 from '../Core/Cartesian3.js';
~~~~~~
Source/DataSources/EntityCluster.js:1:1 - error TS9005: Declaration emit for this file requires using private name '(Anonymous function)'. An explicit type annotation may unblock declaration emit.
1 import BoundingRectangle from '../Core/BoundingRectangle.js';
~~~~~~
Source/DataSources/ModelGraphics.js:1:1 - error TS9006: Declaration emit for this file requires using private name 'PropertyBag' from module '"/Users/synch/Downloads/cesium-master 3/Source/DataSources/PropertyBag"'. An explicit type annotation may unblock declaration emit.
1 import defaultValue from '../Core/defaultValue.js';
~~~~~~
Source/DataSources/NodeTransformationProperty.js:1:1 - error TS9005: Declaration emit for this file requires using private name 'NodeTransformationProperty'. An explicit type annotation may unblock declaration emit.
1 import defaultValue from '../Core/defaultValue.js';
~~~~~~
Source/DataSources/NodeTransformationProperty.js:1:1 - error TS9006: Declaration emit for this file requires using private name 'TranslationRotationScale' from module '"/Users/synch/Downloads/cesium-master 3/Source/Core/TranslationRotationScale"'. An explicit type annotation may unblock declaration emit.
1 import defaultValue from '../Core/defaultValue.js';
~~~~~~
Source/DataSources/PropertyBag.js:1:1 - error TS9005: Declaration emit for this file requires using private name 'PropertyBag'. An explicit type annotation may unblock declaration emit.
1 import defaultValue from '../Core/defaultValue.js';
~~~~~~
Source/ThirdParty/mersenne-twister.js:71:1 - error TS9005: Declaration emit for this file requires using private name 'MersenneTwister'. An explicit type annotation may unblock declaration emit.
71 var MersenneTwister = function(seed) {
~~~
Source/ThirdParty/rbush.js:1:1 - error TS9005: Declaration emit for this file requires using private name '_initFormat'. An explicit type annotation may unblock declaration emit.
1 import quickselect from './quickselect.js';
~~~~~~
Source/ThirdParty/rbush.js:1:1 - error TS9005: Declaration emit for this file requires using private name '_splitRoot'. An explicit type annotation may unblock declaration emit.
1 import quickselect from './quickselect.js';
~~~~~~
Source/ThirdParty/rbush.js:1:1 - error TS9005: Declaration emit for this file requires using private name 'clear'. An explicit type annotation may unblock declaration emit.
1 import quickselect from './quickselect.js';
~~~~~~
Source/ThirdParty/rbush.js:1:1 - error TS9005: Declaration emit for this file requires using private name 'fromJSON'. An explicit type annotation may unblock declaration emit.
1 import quickselect from './quickselect.js';
~~~~~~
Source/ThirdParty/rbush.js:1:1 - error TS9005: Declaration emit for this file requires using private name 'load'. An explicit type annotation may unblock declaration emit.
1 import quickselect from './quickselect.js';
~~~~~~
Source/ThirdParty/when.js:16:2 - error TS9005: Declaration emit for this file requires using private name 'Promise'. An explicit type annotation may unblock declaration emit.
16 var reduceArray, slice, undef;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment