Package

org.scalajs.core.tools

jsdep

Permalink

package jsdep

Visibility
  1. Public
  2. All

Type Members

  1. class BadComplianceException extends Exception

    Permalink
  2. final class ComplianceRequirement extends AnyRef

    Permalink

    Expresses a requirement for a given semantic to be compliant

  3. class ConflictingMinifiedJSException extends DependencyException

    Permalink
  4. class ConflictingNameException extends DependencyException

    Permalink
  5. class CyclicDependencyException extends DependencyException

    Permalink
  6. abstract class DependencyException extends Exception

    Permalink
  7. 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.

  8. 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".

  9. final class JSDependencyManifest extends AnyRef

    Permalink

    The information written to a "JS_DEPENDENCIES" manifest file.

  10. class JSLibResolveException extends Exception

    Permalink
  11. class MissingDependencyException extends DependencyException

    Permalink
  12. final class Origin extends AnyRef

    Permalink

    The place a JSDependency originated from

  13. final class ResolutionInfo extends AnyRef

    Permalink

    Information about a resolved JSDependency

  14. final class ResolvedJSDependency extends AnyRef

    Permalink

    A dependency on a native JavaScript library that has been successfully resolved

Value Members

  1. object ComplianceRequirement

    Permalink
  2. object DependencyResolver

    Permalink
  3. object JSDependency

    Permalink
  4. object JSDependencyManifest

    Permalink
  5. object JSLibResolveException extends Serializable

    Permalink
  6. object ManifestFilters

    Permalink

    Holds useful JSDependencyManifest filters

  7. object Origin

    Permalink
  8. object ResolvedJSDependency

    Permalink

Ungrouped