Files
windmill/cli/wasm/ts/windmill_parser_wasm.d.ts
T
hugocasa d2328e3670 fix: update parsers to prevent assets var bug (#6246)
* fix: update parsers to prevent assets var bug

* fix wrong parse function in cli for duckdb

---------

Co-authored-by: Diego Imbert <diego@windmill.dev>
2025-07-21 10:58:09 +02:00

7 lines
287 B
TypeScript

/* tslint:disable */
/* eslint-disable */
export function parse_deno(code: string, main_override?: string | null): string;
export function parse_outputs(code: string): string;
export function parse_ts_imports(code: string): string;
export function parse_assets_ts(code: string): string;