slint/api/node/rust/interpreter
Simon Hausmann 51a241edd6
Node.js: If a JS callback throws an exception, report the exception t… (#6416)
As a drive-by, this introduces a macro that allows for explicit logging to console.error (which goes to stderr). This is something we should gradually start using, as it allows for capturing on the Node.js side (by the user or our tests).
2024-10-01 13:57:50 +02:00
..
component_compiler.rs Improve source structure in the node api (#6164) 2024-09-30 08:49:35 +00:00
component_definition.rs Improve source structure in the node api (#6164) 2024-09-30 08:49:35 +00:00
component_instance.rs Node.js: If a JS callback throws an exception, report the exception t… (#6416) 2024-10-01 13:57:50 +02:00
diagnostic.rs Improve source structure in the node api (#6164) 2024-09-30 08:49:35 +00:00
value.rs node: less unwraps (#6388) 2024-10-01 08:47:53 +00:00
window.rs Improve source structure in the node api (#6164) 2024-09-30 08:49:35 +00:00