mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 08:01:38 +00:00
f09a96f88d
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>
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