We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853e661 commit 0f0660aCopy full SHA for 0f0660a
test/typescript_declarations/Makefile
@@ -6,4 +6,3 @@ clean:
6
test:
7
cargo run --quiet -- build
8
tsc ./build/dev/javascript/typescript_declarations/typescript_declarations.d.mts --noEmit --lib es2015
9
-
test/typescript_declarations/README.md
@@ -1,4 +1,3 @@
1
# typescript_declarations
2
3
Check that generated TypeScript declarartions are correct. This requires TypeScript installed and be in PATH.
4
test/typescript_declarations/gleam.toml
@@ -7,4 +7,3 @@ typescript_declarations = true
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
10
0 commit comments