Constructor
new EmitError(message, fileopt, kindopt)
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
message |
string | What cannot be emitted, and why. |
||
file |
string |
<optional> |
The module responsible. |
|
kind |
'cycle' | 'live-binding-alias' | 'live-binding-collision' |
<optional> |
cycle | Which condition was hit, so a caller can map it onto its own diagnostics without matching on the message text. |
- Source:
Members
cycles :Array:.<Array:.<string:>>
Type:
- Source:
file :string
Type:
- string
- Source:
kind :string
Type:
- string
- Source: