Class ModuleScopeResolver
Constructors
Properties
Methods
Protected
findScopeBySource
- findScopeBySource(
source: string,
importCallOptions?: ImportCallOptions,
): ModuleScope Parameters
- source: string
Optional
importCallOptions: ImportCallOptions
Protected
findSourceByScope
- findSourceByScope(moduleScope: ModuleScope): string
Returns string
Protected
Readonly
isValidHTTPUrl
- isValidHTTPUrl(string: string): boolean
Returns boolean
resolve
- resolve(
source: string,
moduleScope: ModuleScope,
importCallOptions?: ImportCallOptions,
): ModuleScope Parameters
- source: string
- moduleScope: ModuleScope
Optional
importCallOptions: ImportCallOptions
- resolve(source: string | number): ModuleScope
- resolve(
source: string | number,
moduleScope: ModuleScope,
importCallOptions?: ImportCallOptions,
): ModuleScope Parameters
- source: string | number
- moduleScope: ModuleScope
Optional
importCallOptions: ImportCallOptions
Protected
resolveExternalModule
- resolveExternalModule(
source: string,
importCallOptions?: ImportCallOptions,
): WebModuleScope Parameters
- source: string
Optional
importCallOptions: ImportCallOptions
resolveURL
- resolveURL(specified: string, parent: string | URL): string
Parameters
- specified: string
- parent: string | URL
Returns string
- resolveURL(specified: string, parent: string | URL): string
Parameters
- specified: string
- parent: string | URL
Returns string