workspace-d v3.7.0 (2022-01-06T17:45:11Z)
Dub
Repo
DfmtComponent.format
workspaced
com
dfmt
DfmtComponent
Will format the code passed in asynchronously.
class
DfmtComponent
Future
!
string
format
(
scope
const
(
char
)[]
code
,
string
[]
arguments
= []
)
Return Value
Type:
Future
!
string
the formatted code as string
Meta
Source
See Implementation
workspaced
com
dfmt
DfmtComponent
functions
findDfmtInstructions
format
formatSync
mixins
__anonymous
Will format the code passed in asynchronously.