interface ValueScopeOptions {
    es5?: boolean;
    lines?: boolean;
    parent?: Scope;
    prefixes?: Set<string>;
    scope: ScopeStore;
}

Hierarchy (view full)

Properties

es5?: boolean
lines?: boolean
parent?: Scope
prefixes?: Set<string>
scope: ScopeStore