add

Returns a list of code patches for adding an import. If insertOutermost is false, the import will get added to the innermost block.

More...
@component("importer")
@arguments("subcmd", "add")
add
(
string importName
,
string code
,
int pos
,
bool insertOutermost = true
)

Detailed Description

Call With

{"subcmd": "add"}

Meta