cel-ts - v0.1.0-alpha
GitHub
Preparing search index...
StrictActivation
Class StrictActivation
Activation that provides error values for undefined variables
Index
Constructors
constructor
Methods
parent
resolve
type
Provider
Constructors
constructor
new
StrictActivation
(
delegate
:
Activation
)
:
StrictActivation
Parameters
delegate
:
Activation
Returns
StrictActivation
Methods
parent
parent
()
:
Activation
|
undefined
Returns
Activation
|
undefined
resolve
resolve
(
name
:
string
)
:
Value
|
undefined
Parameters
name
:
string
Returns
Value
|
undefined
type
Provider
typeProvider
()
:
TypeProvider
|
undefined
Returns
TypeProvider
|
undefined
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
parent
resolve
type
Provider
GitHub
cel-ts - v0.1.0-alpha
Loading...
Activation that provides error values for undefined variables