Files
windmill/cli/wasm/php/windmill_parser_wasm.d.ts
dieriba fc5034e94d fix: preproccessor ui and expanding preprocessor support (#6872)
* preproccessor php

* fix

* ok

* remove folder

* chore: publish parser

---------

Co-authored-by: HugoCasa <hugo@casademont.ch>
2025-11-10 11:22:31 +00:00

4 lines
122 B
TypeScript

/* tslint:disable */
/* eslint-disable */
export function parse_php(code: string, main_override?: string | null): string;