Class: BindingError

lib/bundler/graph.BindingError(message, importer, specifier, name)

Signals that a module imports a name its source does not export.

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: