TypeScriptWorker

wvlet.airframe.rx.html.widget.editor.monaco.languages.typescript.TypeScriptWorker
trait TypeScriptWorker extends Object

Attributes

Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def getCodeFixesAtPosition(fileName: String, start: Double, end: Double, errorCodes: Array[Double], formatOptions: Any): Promise[Array[_ <: Any]]
def getCompilerOptionsDiagnostics(fileName: String): Promise[Array[Diagnostic]]
def getCompletionEntryDetails(fileName: String, position: Double, entry: String): Promise[Any | Unit]
def getCompletionsAtPosition(fileName: String, position: Double): Promise[Any | Unit]
def getDefinitionAtPosition(fileName: String, position: Double): Promise[Array[_ <: Any] | Unit]
def getEmitOutput(fileName: String): Promise[Any]
def getFormattingEditsAfterKeystroke(fileName: String, postion: Double, ch: String, options: Any): Promise[Array[Any]]
def getFormattingEditsForDocument(fileName: String, options: Any): Promise[Array[Any]]
def getFormattingEditsForRange(fileName: String, start: Double, end: Double, options: Any): Promise[Array[Any]]
def getNavigationBarItems(fileName: String): Promise[Array[Any]]
def getOccurrencesAtPosition(fileName: String, position: Double): Promise[Array[_ <: Any] | Unit]
def getQuickInfoAtPosition(fileName: String, position: Double): Promise[Any | Unit]
def getReferencesAtPosition(fileName: String, position: Double): Promise[Array[Any] | Unit]
def getRenameInfo(fileName: String, positon: Double, options: Any): Promise[Any]
def getSemanticDiagnostics(fileName: String): Promise[Array[Diagnostic]]
def getSignatureHelpItems(fileName: String, position: Double): Promise[Any | Unit]
def getSuggestionDiagnostics(fileName: String): Promise[Array[Diagnostic]]
def getSyntacticDiagnostics(fileName: String): Promise[Array[Diagnostic]]

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