Wang Language - v0.21.5
GitHub
NPM
🎮 Playground
Preparing search index...
SerializedContext
Interface SerializedContext
interface
SerializedContext
{
   Â
classNames
:
string
[]
;
   Â
exports
:
[
string
,
any
]
[]
;
   Â
functionNames
:
string
[]
;
   Â
moduleCache
:
[
string
,
any
]
[]
;
   Â
parentId
?:
string
;
   Â
variableKinds
:
[
string
,
"const"
|
"let"
|
"var"
]
[]
;
   Â
variables
:
[
string
,
any
]
[]
;
}
Index
Properties
class
Names
exports
function
Names
module
Cache
parent
Id?
variable
Kinds
variables
Properties
class
Names
classNames
:
string
[]
exports
exports
:
[
string
,
any
]
[]
function
Names
functionNames
:
string
[]
module
Cache
moduleCache
:
[
string
,
any
]
[]
Optional
parent
Id
parentId
?:
string
variable
Kinds
variableKinds
:
[
string
,
"const"
|
"let"
|
"var"
]
[]
variables
variables
:
[
string
,
any
]
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
class
Names
exports
function
Names
module
Cache
parent
Id
variable
Kinds
variables
GitHub
NPM
🎮 Playground
Wang Language - v0.21.5
Loading...