Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is*ScopeBoundary #41

Closed
ajafff opened this issue Mar 21, 2018 · 0 comments
Closed

is*ScopeBoundary #41

ajafff opened this issue Mar 21, 2018 · 0 comments
Milestone

Comments

@ajafff
Copy link
Owner

ajafff commented Mar 21, 2018

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,
}
@ajafff ajafff added this to the v3.0.0 milestone Mar 21, 2018
@ajafff ajafff closed this as completed in 5cc7276 Jul 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant