gleam-lang/gleam

Typescript declarations are not emitted with existing build directory

クローズ

#4,520 opened on 2025/04/29

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (960 件のフォーク)batch import
good first issuehelp wanted

Repository metrics

Stars
 (21,417 個のスター)
PR merge metrics
 (平均マージ 10d 19h) (30d で 69 merged PRs)

説明

Given a gleam application with target = "javascript" will build the application just fine. However when I enable typescript_declarations = true in the gleam.toml config and build the project again, the .d.ts are not emitted until I rm -rf the build directory that was emitted without the declarations turned on.


gleam v1.10.0 runtime: javascript

コントリビューターガイド