org.scalajs.core.tools

jsdep

package jsdep

Visibility
  1. Public
  2. All

Type Members

  1. class ConflictingMinifiedJSException extends DependencyException

  2. class ConflictingNameException extends DependencyException

  3. class CyclicDependencyException extends DependencyException

  4. abstract class DependencyException extends Exception

  5. final class FlatJSDependency extends AnyRef

    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

    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

    The information written to a "JS_DEPENDENCIES" manifest file.

  8. class MissingDependencyException extends DependencyException

  9. final class Origin extends AnyRef

    The place a JSDependency originated from

  10. final class ResolutionInfo extends AnyRef

    Information about a resolved JSDependency

Value Members

  1. object ConflictingMinifiedJSException extends Serializable

  2. object ConflictingNameException extends Serializable

  3. object CyclicDependencyException extends Serializable

  4. object JSDependency

  5. object JSDependencyManifest

  6. object ManifestFilters

    Holds useful JSDependencyManifest filters

  7. object Origin

Ungrouped