Package

scalajssupport

Permalink

package scalajssupport

Visibility
  1. Public
  2. All

Type Members

  1. trait FS extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  2. trait FSStats extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  3. class File extends AnyRef

    Permalink

    This wraps RhinoFile, NodeFile, or PhantomFile depending on which javascript environment is being used, and emulates a subset of the java.io.File API.

  4. trait FileFilter extends AnyRef

    Permalink
  5. class FileWriter extends AnyRef

    Permalink

    Emulates a subset of the java.io.FileWriter API required for scoverage to work.

  6. trait JsFile extends AnyRef

    Permalink
  7. trait JsFileObject extends AnyRef

    Permalink
  8. class NativeRhinoFile extends Object

    Permalink
    Annotations
    @RawJSType() @JSGlobal( "Packages.java.io.File" ) @native()
  9. class NodeFile extends JsFile

    Permalink
  10. trait NodePath extends Object

    Permalink
    Annotations
    @RawJSType() @native()
  11. class PhantomFile extends JsFile

    Permalink
  12. class RhinoFile extends JsFile

    Permalink

Value Members

  1. object File

    Permalink
  2. object Source

    Permalink

    This implementation of Source loads the whole file in memory, which is not really efficient, but it is not a problem for scoverage operations.

Ungrouped