daml/language-support
Martin Huschenbett d82d47a275
daml2ts: Write module A.B.C into file src/A/B/C/module.ts (#5209)
Instead of writing the TypeScript for DAML module `A.B.C` into the file
`src/A/B/C.ts` we now write it into `src/A/B/C/module.ts`. This is in
preparation for also writing a file `src/A/B/C/index.ts`, which
re-exports `src/A/B/C/module` but also `src/A/B/C/D` for each `D`.

We also make sure to use the correct path separator on Windows.

CHANGELOG_BEGIN
CHANGELOG_END
2020-03-26 16:38:12 +01:00
..
codegen-common Spin-off BuildInfo into its own (micro-)library (#5004) 2020-03-16 09:04:00 +01:00
codegen-main Disable scaladoc on the MacOS CI (#4524) 2020-02-14 14:08:24 +00:00
hs/bindings Remove MRT and LET (#5172) 2020-03-25 16:50:27 +01:00
java Remove MRT and LET (#5172) 2020-03-25 16:50:27 +01:00
scala Remove MRT and LET (#5172) 2020-03-25 16:50:27 +01:00
ts daml2ts: Write module A.B.C into file src/A/B/C/module.ts (#5209) 2020-03-26 16:38:12 +01:00