daml/language-support/ts
Stephen Compall eb3425b6c6
don't exclude interface-only modules in JS codegen (#14003)
* reproduce

This produces no files for EmptyIfaceOnly and yields the error

src/__tests__/test.ts(571,39): error TS2339: Property 'EmptyIfaceOnly' does not
exist on type 'typeof import(".../node_modules/@daml.js/build-and-lint-1.0.0/lib/Lib/index")'.

* generate files with no serializable types, but interfaces
- fixes parent test

CHANGELOG_BEGIN
- [codegen js] Files are now generated for Daml modules with interfaces
  even if no serializable types are present, and the module contents are
  generally propagated as if they had serializable types in them.
CHANGELOG_END
2022-06-02 11:17:59 -04:00
..
codegen don't exclude interface-only modules in JS codegen (#14003) 2022-06-02 11:17:59 -04:00
daml-ledger reenable no-unnecessary-type-assertion eslint warnings (#13617) 2022-04-20 15:39:49 +00:00
daml-react hunt down DAML better (#13195) 2022-03-08 17:04:58 +01:00
daml-types fix small doc typo (#13857) 2022-05-11 19:30:36 +00:00
packages Address remaining issues about CVE-2021-44906 (#13382) 2022-03-23 11:06:31 +00:00
.gitignore language-support/ts yarn install (#4159) 2020-01-22 17:28:14 +01:00
BUILD.bazel update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
defs.bzl Upgrade typescript and typedoc (#12457) 2022-01-18 15:52:39 +01:00
eslint.bzl update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
jest.bzl update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
package.json language: add daml-react package to ts libraries (#4259) 2020-01-29 15:37:47 +01:00
typedoc.bzl Upgrade typescript and typedoc (#12457) 2022-01-18 15:52:39 +01:00