NativeScript
Open main menu
Docs
@nativescript/core
Open NativeScript GitHub
Close menu
Docs
@nativescript/core
Search Anything
Preparing search index...
The search index is not available
NativeScript
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
@nativescript/core
ModuleNameResolver
Class ModuleNameResolver
Modules
Module
Name
Resolver
constructor
_cache
clear
Cache
get
Candidates
resolve
Module
Name
resolve
Module
Name
Impl
Hierarchy
ModuleNameResolver
Index
Constructors
constructor
Properties
_cache
Methods
clear
Cache
get
Candidates
resolve
Module
Name
resolve
Module
Name
Impl
Constructors
constructor
new
Module
Name
Resolver
(
context
:
PlatformContext
, moduleListProvider
?:
ModuleListProvider
)
:
ModuleNameResolver
Parameters
context:
PlatformContext
moduleListProvider:
ModuleListProvider
= ...
Returns
ModuleNameResolver
Properties
Private
_cache
_cache
:
object
Type declaration
Methods
clear
Cache
clear
Cache
(
)
:
void
Returns
void
Private
get
Candidates
get
Candidates
(
path
:
string
, ext
:
string
)
:
string[]
Parameters
path:
string
ext:
string
Returns
string[]
resolve
Module
Name
resolve
Module
Name
(
path
:
string
, ext
:
string
)
:
string
Parameters
path:
string
ext:
string
Returns
string
Private
resolve
Module
Name
Impl
resolve
Module
Name
Impl
(
path
:
string
, ext
:
string
)
:
string
Parameters
path:
string
ext:
string
Returns
string
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method