daml/language-support
Martin Huschenbett 7d1068b69d
daml2ts: Avoid 'unused definition' warning for modules without templates (#3698)
We only use the `templateId` function in a module only when the module
contains at least one template definition. Thus, we don't generate it if
there are no modules. That's the only functional change. The other changes
are due to the fact that we want better readability of the code.
2019-12-02 18:21:22 +01:00
..
codegen-common Replace bazel-deps by rules_jvm_external (#3253) 2019-10-28 13:53:14 +01:00
codegen-main Reduce SDK tarball size by 70% by deduplicating Scala dependencies. (#3678) 2019-11-29 13:26:47 +00:00
hs/bindings Sdk access token file (#3607) 2019-11-25 17:38:41 +00:00
java Add authentication support to CommandClient (#3666) 2019-11-29 07:20:39 +00:00
scala DAML-LF iface reader: rename Map to TextMap (#3610) 2019-11-27 14:01:35 +00:00
ts/codegen daml2ts: Avoid 'unused definition' warning for modules without templates (#3698) 2019-12-02 18:21:22 +01:00