Methods
findScope
- findScope<V extends Context>(stack: Stack): Scope<V>
- findScope<V extends Context>(
stack: Stack,
scope: Scope<Record<PropertyKey, V>>,
): Scope<V> - findScope<V extends Context>(
stack: Stack,
scope?: Scope<Record<PropertyKey, V>>,
): undefined | Scope<V> Parameters
- stack: Stack
Optional
scope: Scope<Record<PropertyKey, V>>
Returns undefined | Scope<V>
An interface meant to be implemented by MemberExpression, Identifier and ChainExpression and all Literal expressions