workspace-d v3.8.0 (2022-02-23T20:10:01Z)
Dub
Repo
ComponentWrapper
workspaced
api
Undocumented in source.
interface
ComponentWrapper {
void
bind
(WorkspaceD workspaced, WorkspaceD.Instance instance);
Future
!
JSONValue
run
(string method, JSONValue[] args);
void
shutdown
(bool dtor);
}
Members
Functions
bind
void
bind
(WorkspaceD workspaced, WorkspaceD.Instance instance)
Undocumented in source.
run
Future
!
JSONValue
run
(string method, JSONValue[] args)
Undocumented in source.
shutdown
void
shutdown
(bool dtor)
Undocumented in source.
Meta
Source
See Implementation
workspaced
api
aliases
BroadcastCallback
ComponentBindFailCallback
IdentifierListProvider
ImportPathProvider
classes
DefaultComponentFactory
enums
ignoredFunc
functions
checkType
checkVersion
component
extractPathSemver
getConfigPath
getVersionAndFixPath
isLocallyCompiledDCD
isRefOrOutParam
matchesOverload
orDubFetchFallback
trace
traceTaskLog
interfaces
ComponentFactory
ComponentWrapper
manifest constants
verRegex
mixin templates
DefaultComponentWrapper
static variables
traceTask
structs
CodeReplacement
ComponentFactoryInstance
ComponentInfo
ComponentInfoParams
ComponentWrapperInstance
FileChanges