slint/api/node/typescript
Simon Hausmann f94e5a73b0 Node.js: Fix support for loadFile() with an URL on Windows
We recommend the use of `loadFile(new URL("...", import.metal.url))`,
but this never worked on Windows, because we're not using the API
the Node.js docs even recommend to correctly covert to a local path on Windows.

(Apply the same logic to initTranslations)

Fixes #8209
2025-04-22 18:01:48 +02:00
..
index.ts Node.js: Fix support for loadFile() with an URL on Windows 2025-04-22 18:01:48 +02:00
models.ts Fix Node.js docs missing Diagnostic, DiagnosticLevel, RgbaColor, and Brush 2025-01-14 14:49:02 +01:00