gleam-lang/gleam
Typescript declarations are not emitted with existing build directory
Geschlossen
#4.520 geöffnet am 29.04.2025
good first issuehelp wanted
Repository-Metriken
- Stars
- (21.417 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 10T 19h) (69 gemergte PRs in 30 T)
Beschreibung
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