gleam-lang/gleam

Add integration test for typescript type definitions (d.ts)

已關閉

#2,003 建立於 2023年2月14日

 (0 則留言) (8 個反應) (0 位負責人)Rust (960 個分叉)batch import
good first issuehelp wanted

倉庫指標

星標
 (21,417 顆星)
PR 合併指標
 (平均合併 10天 19小時) (30 天內合併 69 個 PR)

描述

Issue #1998 was found when trying to use the type definitions with the TypeScript compiler. Maybe it would be a good idea to add add a small integration test that can be run in CI for testing the type definitions. A minimal JavaScript project that uses some type definitions generated from Gleam code and tries to compile with the TypeScript compiler. Probably this doesn't need to be done on all the cross-compilation targets, but unsure what is the easiest way to integrate this in the current CI pipeline.

貢獻者指南