Added support for generating trace builds by using the --trace flag.
Added type guards for the built-in ImplementsShape and IsDerivedFromTemplate methods.
Added a new copyEntities option to twconfig.json that, when specified, will add any XML file in the project's src directory to the build output, allowing unsupported entities to be included in the extension.
Fixed incorrect code generation when specifying default values for service parameters.
Added support for generating trace builds by using the
--trace
flag.Added type guards for the built-in
ImplementsShape
andIsDerivedFromTemplate
methods.Added a new
copyEntities
option totwconfig.json
that, when specified, will add any XML file in the project's src directory to the build output, allowing unsupported entities to be included in the extension.Fixed incorrect code generation when specifying default values for service parameters.