* fix: update parsers to prevent assets var bug * fix wrong parse function in cli for duckdb --------- Co-authored-by: Diego Imbert <diego@windmill.dev>
5 lines
180 B
TypeScript
5 lines
180 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export function parse_python(code: string, main_override?: string | null): string;
|
|
export function parse_assets_py(code: string): string;
|