NodeFS

bloop.config.NodeFS
object NodeFS extends Object

Attributes

Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
Self type
NodeFS.type

Members list

Type members

Classlikes

trait RmDirOptions extends Object

Attributes

Supertypes
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def closeSync(fd: Int): Unit
def mkdtempSync(prefix: String, encoding: String): String
def openSync(path: String, flags: String): Int
def readFileSync(path: String, encoding: String): String
def rmdirSync(path: String, options: RmDirOptions): Unit
def writeFileSync(path: String, data: String): Unit

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object