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.

贡献者指南