reload-modules
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Reloader
constructor
common
Root
Path
context
file
Map
files
filter
del
get
Key
get
Parents
reload
reload
All
update
File
Map
update
Files
IError
IFile
Map
IOptions
IFile
Map
Item
Hierarchy
Reloader
Index
Constructors
constructor
Properties
common
Root
Path
context
file
Map
files
filter
Methods
del
get
Key
get
Parents
reload
reload
All
update
File
Map
update
Files
Constructors
constructor
new
Reloader
(
options
:
IOptions
)
:
Reloader
Parameters
options:
IOptions
Returns
Reloader
Properties
common
Root
Path
common
Root
Path
:
string
context
context
:
string
file
Map
file
Map
:
IFileMap
files
files
:
string
[]
= []
filter
filter
:
(
file
:
string
)
=>
boolean
Type declaration
(
file
:
string
)
:
boolean
Parameters
file:
string
Returns
boolean
Methods
Private
del
del
(
modulesToReload
:
string
[]
)
:
void
Parameters
modulesToReload:
string
[]
Returns
void
Private
get
Key
get
Key
(
item
:
IFileMapItem
)
:
string
Parameters
item:
IFileMapItem
Returns
string
Private
get
Parents
get
Parents
(
item
:
IFileMapItem
)
:
string
[]
Parameters
item:
IFileMapItem
Returns
string
[]
reload
reload
(
newFileMap
:
IFileMap
)
:
{
errors
:
IError
[]
;
reloadModules
:
string
[]
}
Parameters
newFileMap:
IFileMap
Returns
{
errors
:
IError
[]
;
reloadModules
:
string
[]
}
errors
:
IError
[]
reload
Modules
:
string
[]
reload
All
reload
All
(
filter
:
(
file
:
string
)
=>
boolean
)
:
{
errors
:
never
[]
;
reloadModules
:
string
[]
}
Parameters
filter:
(
file
:
string
)
=>
boolean
(
file
:
string
)
:
boolean
Parameters
file:
string
Returns
boolean
Returns
{
errors
:
never
[]
;
reloadModules
:
string
[]
}
errors
:
never
[]
reload
Modules
:
string
[]
update
File
Map
update
File
Map
(
fileMap
:
IFileMap
)
:
void
Parameters
fileMap:
IFileMap
Returns
void
Private
update
Files
update
Files
(
)
:
void
Returns
void
Generated using
TypeDoc