mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
0f625580f3
tsdown's bundled .d.ts output uses namespace declarations that reference forward-declared types, which breaks Monaco/ATA type acquisition. Switch to: - tsdown for JS bundles (ESM + CJS) with --no-dts - tsc with emitDeclarationOnly for clean individual .d.ts files This restores the type structure from 1.617.0 which worked correctly with Monaco editor's automatic type acquisition. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Windmill Client
The SDK for the Windmill API.
import * as wmill from 'windmill-client';
await wmill.getVariable('u/foo/my_variable')