mirror of
https://github.com/fluencelabs/aqua.git
synced 2025-06-28 14:01:33 +00:00
feat(compiler): Generate empty calls to responseHandlerSrv
[LNG-286] (#979)
* Add noEmptyResponse * Fix tests
This commit is contained in:
2
api/api-npm/index.d.ts
vendored
2
api/api-npm/index.d.ts
vendored
@ -37,6 +37,8 @@ type CommonArgs = {
|
||||
targetType?: "ts" | "js" | "air" | undefined;
|
||||
/** Compile aqua in tracing mode (for debugging purposes). Default: false */
|
||||
tracing?: boolean | undefined;
|
||||
/** Do not generate response call if there are no returned values */
|
||||
noEmptyResponse?: boolean | undefined;
|
||||
};
|
||||
|
||||
type CodeString = {
|
||||
|
Reference in New Issue
Block a user