gleam-lang/gleam

Typescript declarations are not emitted with existing build directory

Fermée

#4 520 ouverte le 29 avr. 2025

 (3 commentaires) (0 réaction) (0 personne assignée)Rust (960 forks)batch import
good first issuehelp wanted

Métriques du dépôt

Stars
 (21 417 étoiles)
Métriques de merge PR
 (Merge moyen 10j 19h) (69 PRs mergées en 30 j)

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

Guide contributeur