Constructor
new ResolveError(specifier, importer, reason)
Parameters:
| Name | Type | Description |
|---|---|---|
specifier |
string | The unresolvable specifier. |
importer |
string | The module that asked for it. |
reason |
string | Why resolution failed. |
- Source:
Members
importer :string
Type:
- string
- Source:
reason :string
Type:
- string
- Source:
specifier :string
Type:
- string
- Source: