Package

org.scalajs.core.tools

jsdep

Permalink

package jsdep

Visibility
  1. Public
  2. All

Type Members

  1. class ConflictingMinifiedJSException extends DependencyException

    Permalink
  2. class ConflictingNameException extends DependencyException

    Permalink
  3. class CyclicDependencyException extends DependencyException

    Permalink
  4. abstract class DependencyException extends Exception

    Permalink
  5. final class FlatJSDependency extends AnyRef

    Permalink

    The same as a JSDependency but containing the origin from the containing JSDependencyManifest, and resolved relative paths.

    The same as a JSDependency but containing the origin from the containing JSDependencyManifest, and resolved relative paths.

    This class is used for filtering of dependencies.

  6. final class JSDependency extends AnyRef

    Permalink

    Expresses a dependency on a raw JS library and the JS libraries this library itself depends on.

    Expresses a dependency on a raw JS library and the JS libraries this library itself depends on.

    Both the resourceName and each element of dependencies are potentially partial relative paths from the root of the classpath entry to the library. Examples are "jquery.js" or "compressed/history.js".

  7. final class JSDependencyManifest extends AnyRef

    Permalink

    The information written to a "JS_DEPENDENCIES" manifest file.

  8. class MissingDependencyException extends DependencyException

    Permalink
  9. final class Origin extends AnyRef

    Permalink

    The place a JSDependency originated from

  10. final class ResolutionInfo extends AnyRef

    Permalink

    Information about a resolved JSDependency

Value Members

  1. object ConflictingMinifiedJSException extends Serializable

    Permalink
  2. object ConflictingNameException extends Serializable

    Permalink
  3. object CyclicDependencyException extends Serializable

    Permalink
  4. object JSDependency

    Permalink
  5. object JSDependencyManifest

    Permalink
  6. object ManifestFilters

    Permalink

    Holds useful JSDependencyManifest filters

  7. object Origin

    Permalink

Ungrouped