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
{{ message }}
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.
The following types have to be currently stubbed in the generated d.ts file, but these types are not even public according to the Cesium API reference, so the plugin must be leaking out functions/methods that use them or unintentionally hoisting said functions/methods to public visibility.
declare module Cesium {
type BufferUsage = any;
type VertexBuffer = any;
type IndexBuffer = any;
type ShaderProgram = any;
type ShaderSource = any;
type IauOrientationParameters = any;
type HMDVRDevice = any;
type Rotation = any;
type Framebuffer = any;
type ClearCommand = any;
type VertexArray = any;
type Texture = any;
type Pass = any;
type CubeMap = any;
type MipmapHint = any;
type PassState = any;
type Tile = any;
type TileReplacementQueue = any;
}
The text was updated successfully, but these errors were encountered:
jumpinjackie
changed the title
Cesium internal APIs leaking out
Cesium private/internal APIs leaking out
Dec 29, 2016
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following types have to be currently stubbed in the generated d.ts file, but these types are not even public according to the Cesium API reference, so the plugin must be leaking out functions/methods that use them or unintentionally hoisting said functions/methods to public visibility.
The text was updated successfully, but these errors were encountered: