Constructor
new BindingError(message, importer, specifier, name)
Parameters:
| Name | Type | Description |
|---|---|---|
message |
string | The diagnostic. |
importer |
string | The module doing the importing. |
specifier |
string | The specifier it imported from. |
name |
string | The missing export. |
- Source:
Members
importer :string
Type:
- string
- Source:
missing :string
Type:
- string
- Source:
specifier :string
Type:
- string
- Source: