Variable: ModuleProtocol
constModuleProtocol:object
The protocol types for modules.
Type Declaration
Local
readonlyLocal:"local"="local"
Local module (starts with . or / or file://).
Npm
readonlyNpm:"npm"="npm"
NPM package (starts with npm:).
Https
readonlyHttps:"https"="https"
HTTPS URL (starts with https://).
Http
readonlyHttp:"http"="http"
HTTP URL (starts with http://).
Default
readonlyDefault:"default"="default"
Default/standard module resolution.