gleam-lang/gleam
Typescript declarations are not emitted with existing build directory
Fechada
#4.520 aberto em 29 de abr. de 2025
good first issuehelp wanted
Métricas do repositório
- Stars
- (21.417 estrelas)
- Métricas de merge de PR
- (Mesclagem média 10d 19h) (69 fundiu PRs em 30d)
Description
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