daml/compiler
Moritz Kiefer bf39f4890c
Upgrade vsce and markdown-it (#12431)
This upgrades vsce to the latest version and also markdown-it which is
unfortunately still pinned to an older version with a vulnerability.

There are some minor changes required to our invocations of vsce. I
tried to test this locally up to the point where it fails due to me
not having a token. We’ll only fully see it working after the next
stable release unfortunately.

changelog_begin
changelog_end
2022-01-17 13:40:42 +00:00
..
daml-extension Upgrade vsce and markdown-it (#12431) 2022-01-17 13:40:42 +00:00
daml-lf-ast update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
daml-lf-proto update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
daml-lf-reader update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
daml-lf-tools update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
daml-lf-verify update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
damlc Drop scenario compat helpers (#12389) 2022-01-13 11:35:27 +00:00
ghcide Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
hie-core Get ghcide from the new upstream repo (#2867) 2019-09-11 08:57:48 +02:00
lsp-tests update copyright headers (#12240) 2022-01-03 16:36:51 +00:00
repl-service Add eager timeouts to the polling functions used in daml start and assistant integration tests. (#12361) 2022-01-12 10:01:56 +00:00
scenario-service Proxy user management errors via the scenario service proto (#12267) 2022-01-05 13:41:49 +00:00
README.md Daml case and logo (#8433) 2021-01-08 12:50:15 +00:00

Daml Compiler

This directory contains several libraries used by and the executable for the Daml compiler.

Libraries

  • daml-lf-ast: The Daml-LF AST and type checker.