Package

scala.meta.internal

io

Permalink

package io

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. io
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait JSFs extends scalajs.js.Any

    Permalink

    Facade for native nodejs module "fs".

    Facade for native nodejs module "fs".

    Annotations
    @RawJSType() @native()
    See also

    https://nodejs.org/api/fs.html

  2. trait JSModules extends scalajs.js.Any

    Permalink

    Facade for the native nodejs modules API

    Facade for the native nodejs modules API

    Annotations
    @RawJSType() @native()
    See also

    https://nodejs.org/api/modules.html

  3. trait JSPath extends scalajs.js.Any

    Permalink

    Facade for native nodejs module "path".

    Facade for native nodejs module "path".

    Annotations
    @RawJSType() @native()
    See also

    https://nodejs.org/api/path.html

  4. trait JSProcess extends scalajs.js.Any

    Permalink

    Facade for the native nodejs process API

    Facade for the native nodejs process API

    The process object is a global that provides information about, and control over, the current Node.js process. As a global, it is always available to Node.js applications without using require().

    Annotations
    @RawJSType() @native()
    See also

    https://nodejs.org/api/process.html

  5. trait JSStats extends scalajs.js.Any

    Permalink

    Facade for nodejs class fs.Stats.

    Facade for nodejs class fs.Stats.

    Annotations
    @RawJSType() @native()
    See also

    https://nodejs.org/api/fs.html#fs_class_fs_stats

  6. final case class ListFiles(root: AbsolutePath, files: List[RelativePath]) extends Seq[AbsolutePath] with Product with Serializable

    Permalink
  7. case class NodeNIOPath(filename: String) extends Path with Product with Serializable

    Permalink
  8. implicit class XtensionClasspath extends AnyRef

    Permalink

Value Members

  1. object FileIO

    Permalink
  2. object InputStreamIO

    Permalink
  3. object JSIO

    Permalink
  4. object NodeNIOPath extends Serializable

    Permalink
  5. object PathIO

    Permalink
  6. object PlatformFileIO

    Permalink
  7. object PlatformPathIO

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped