feat(compiler): Generate empty calls to responseHandlerSrv [LNG-286] (#979)

* Add noEmptyResponse

* Fix tests
This commit is contained in:
InversionSpaces
2023-11-17 11:43:13 +01:00
committed by GitHub
parent 11c8970fd8
commit cee444862a
10 changed files with 85 additions and 48 deletions

View File

@ -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 = {