Files
windmill/frontend
Guilhem Lemouel f09a96f88d fix(ai): seed React types for tsx linting so JSX resolves
A tsx script linted with `<div>` reported three false positives —
"JSX.IntrinsicElements does not exist" and "React not in scope" —
because type acquisition only ran for bun/bunnative, so @types/react
never loaded. The editor had the same gap: it creates an ATA instance
for tsx but never seeds react.

Add a shared ataSeedImport(scriptLang) (bun -> bun-types, tsx -> react)
that both the editor and the headless linter seed through, and extend
the headless trigger to tsx. Parity by construction: neither path can
seed differently. jsx routes through the lenient JavaScript worker,
which does not flag JSX, so it needs no seed.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-21 11:07:16 +02:00
..
2026-01-22 16:20:01 +00:00
2025-12-23 18:19:30 +00:00
2026-02-19 09:33:33 +00:00
2026-03-05 18:11:40 +01:00
2026-01-22 16:20:01 +00:00
2026-03-18 11:38:22 +00:00

Windmill frontend

The Windmill frontend written in Svelte 5 + Tailwind CSS

The frontend is under AGPL, see the LICENSE file at the root of this repo