Adds support for declaring and using global functions. Whenever a service makes a call to a global function, that global function's definition will be copied to the service's code during compilation. This will also copy over any other global functions that the initial function calls. Added support for a new property "globalFunctions" in twconfig.json to control whether these declarations are allowed.
Adds experimental support for generating an API declarations file that can be consumed by a separate frontend or node project. (stefan-lacatus)
Adds support for declaring and using global functions. Whenever a service makes a call to a global function, that global function's definition will be copied to the service's code during compilation. This will also copy over any other global functions that the initial function calls. Added support for a new property
"globalFunctions"
intwconfig.json
to control whether these declarations are allowed.Adds experimental support for generating an API declarations file that can be consumed by a separate frontend or node project. (stefan-lacatus)