Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Cesium private/internal APIs leaking out #84

Open
jumpinjackie opened this issue Dec 29, 2016 · 0 comments
Open

Cesium private/internal APIs leaking out #84

jumpinjackie opened this issue Dec 29, 2016 · 0 comments

Comments

@jumpinjackie
Copy link
Owner

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;
}
@jumpinjackie jumpinjackie changed the title Cesium internal APIs leaking out Cesium private/internal APIs leaking out Dec 29, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant