Class: EmitError

lib/bundler/emit.EmitError(message, fileopt, kindopt)

Raised when a graph cannot be rendered into a correct bundle.

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:
  • Array:.<Array:.<string:>>
Source:

file :string

Type:
  • string
Source:

kind :string

Type:
  • string
Source: