slint/api/node/typescript
Tobias Hunger 63f7533dc9 compiler: Fix identifier normalization function
`__1` is a valid identifier, which we normalized to
`--1`, which is invalid.

This changes the nromalization function to leave a `_` in the first position.
2025-05-21 12:21:20 +02:00
..
index.ts compiler: Fix identifier normalization function 2025-05-21 12:21:20 +02:00
models.ts Fix Node.js docs missing Diagnostic, DiagnosticLevel, RgbaColor, and Brush 2025-01-14 14:49:02 +01:00