slint/api/node/__test__
Simon Hausmann 87b893add7 Node.js: Upgrade TypeScript
Sadly, ts-node doesn't work with the newer typescript anymore. As per https://github.com/avajs/ava/blob/main/docs/recipes/typescript.md , this patch changes
from the second to the first method: build the tests first, then run them with ava.

This requires a few small changes in the tests, as import.meta.url now returns the transpiled .mjs file in the build dir, instead of the source dir, as expected by the test.
2025-01-14 14:49:02 +01:00
..
resources Janitor: Remove trailing whitespaces from all files 2025-01-10 13:23:22 +01:00
api.spec.mts Node.js: Upgrade TypeScript 2025-01-14 14:49:02 +01:00
compiler.spec.mts Improve source structure in the node api (#6164) 2024-09-30 08:49:35 +00:00
eventloop.spec.mts chore: Update npm dependencies 2024-10-08 13:13:49 +03:00
globals.spec.mts Improve source structure in the node api (#6164) 2024-09-30 08:49:35 +00:00
js_value_conversion.spec.mts Node.js: Upgrade TypeScript 2025-01-14 14:49:02 +01:00
models.spec.mts Improve source structure in the node api (#6164) 2024-09-30 08:49:35 +00:00
tsconfig.json Node.js: Upgrade TypeScript 2025-01-14 14:49:02 +01:00
types.spec.mts Improve source structure in the node api (#6164) 2024-09-30 08:49:35 +00:00
window.spec.mts Improve source structure in the node api (#6164) 2024-09-30 08:49:35 +00:00