Wang Language - v0.21.5
    Preparing search index...

    Interface SerializedContext

    interface SerializedContext {
        classNames: string[];
        exports: [string, any][];
        functionNames: string[];
        moduleCache: [string, any][];
        parentId?: string;
        variableKinds: [string, "const" | "let" | "var"][];
        variables: [string, any][];
    }
    Index

    Properties

    classNames: string[]
    exports: [string, any][]
    functionNames: string[]
    moduleCache: [string, any][]
    parentId?: string
    variableKinds: [string, "const" | "let" | "var"][]
    variables: [string, any][]