gleam-lang/gleam

Typescript declarations are not emitted with existing build directory

Chiusa

#4520 aperta il 29 apr 2025

 (3 commenti) (0 reazioni) (0 assegnatari)Rust (960 fork)batch import
good first issuehelp wanted

Metriche repository

Star
 (21.417 stelle)
Metriche merge PR
 (Merge medio 10g 19h) (69 PR mergiate in 30 g)

Descrizione

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

Guida contributor