Skip to content

is*ScopeBoundary #41

Closed
Closed
@ajafff

Description

@ajafff
export const enum ScopeBoundary {
    None = 0,
    Function = 1,
    Block = 2,
    Type = 4,
}
export const enum ScopeBoundarySelector {
    Function = ScopeBoundary.Function,
    Block = Function | ScopeBounary.Block,
    Type = Block | ScopeBoundary.Type,
}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions