Wang Language - v0.21.5
GitHub
NPM
🎮 Playground
Preparing search index...
ExecutionContext
Interface ExecutionContext
interface
ExecutionContext
{
   Â
classes
:
Map
<
string
,
any
>
;
   Â
currentNode
?:
any
;
   Â
exports
:
Map
<
string
,
any
>
;
   Â
functions
:
Map
<
string
,
Function
>
;
   Â
moduleCache
:
Map
<
string
,
any
>
;
   Â
moduleExports
?:
any
;
   Â
modulePath
?:
string
;
   Â
parent
?:
ExecutionContext
;
   Â
variableKinds
:
Map
<
string
,
"const"
|
"let"
|
"var"
>
;
   Â
variables
:
Map
<
string
,
any
>
;
}
Index
Properties
classes
current
Node?
exports
functions
module
Cache
module
Exports?
module
Path?
parent?
variable
Kinds
variables
Properties
classes
classes
:
Map
<
string
,
any
>
Optional
current
Node
currentNode
?:
any
exports
exports
:
Map
<
string
,
any
>
functions
functions
:
Map
<
string
,
Function
>
module
Cache
moduleCache
:
Map
<
string
,
any
>
Optional
module
Exports
moduleExports
?:
any
Optional
module
Path
modulePath
?:
string
Optional
parent
parent
?:
ExecutionContext
variable
Kinds
variableKinds
:
Map
<
string
,
"const"
|
"let"
|
"var"
>
variables
variables
:
Map
<
string
,
any
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
classes
current
Node
exports
functions
module
Cache
module
Exports
module
Path
parent
variable
Kinds
variables
GitHub
NPM
🎮 Playground
Wang Language - v0.21.5
Loading...