slint/api
Simon Hausmann 5d102bc838 napi: Fix access to diagnostics
Invoking the diagnostics getter would throw an exception because the JsDiagnostic type has no constructor.

There's however no constructor that would allow for the previous
laziness, so instead this PR bites the bullet:

- When diagnostics are requested, we convert them all in one go into proper JavaScript objects.
- The vector returned by line_column is replaced with more idiomatic column and lineNumber properties
2023-08-08 13:46:53 +02:00
..
cpp Make a esp-idf component for slint 2023-08-07 16:33:02 +02:00
napi napi: Fix access to diagnostics 2023-08-08 13:46:53 +02:00
node Add component-factory type to Slint language 2023-07-27 12:04:16 +02:00
rs Add support for flipping borrowed OpenGL textures vertically (#3205) 2023-08-02 13:11:13 +02:00
wasm-interpreter Renderer feature refactor 2023-07-27 19:11:24 +02:00