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

Cesium private/internal APIs leaking out #84

@jumpinjackie

Description

@jumpinjackie

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions