windmill-cli 1.478.0 → 1.479.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/bootstrap/script_bootstrap.js +13 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.8/_common16.js +45 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.8/_common32.js +175 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.8/_common64.js +98 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.8/_common_detach.js +13 -0
- package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.8}/base32.js +39 -21
- package/esm/deps/jsr.io/@std/encoding/1.0.8/base64.js +82 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.8/base64url.js +72 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.8/hex.js +87 -0
- package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.8}/mod.js +1 -0
- package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/eol.js +1 -0
- package/esm/deps/jsr.io/@std/log/0.224.14/rotating_file_handler.js +1 -1
- package/esm/deps.js +2 -2
- package/esm/gen/core/OpenAPI.js +1 -1
- package/esm/gen/services.gen.js +146 -20
- package/esm/hub.js +11 -7
- package/esm/instance.js +8 -0
- package/esm/main.js +1 -1
- package/esm/metadata.js +29 -4
- package/esm/script.js +15 -0
- package/esm/script_common.js +8 -0
- package/esm/settings.js +3 -11
- package/esm/sync.js +19 -1
- package/esm/types.js +3 -0
- package/esm/wasm/csharp/windmill_parser_wasm.js +103 -0
- package/esm/wasm/csharp/windmill_parser_wasm_bg.wasm +0 -0
- package/esm/wasm/go/windmill_parser_wasm.js +103 -0
- package/esm/wasm/go/windmill_parser_wasm_bg.wasm +0 -0
- package/esm/wasm/java/windmill_parser_wasm.js +103 -0
- package/esm/wasm/java/windmill_parser_wasm_bg.wasm +0 -0
- package/esm/wasm/nu/windmill_parser_wasm.js +103 -0
- package/esm/wasm/nu/windmill_parser_wasm_bg.wasm +0 -0
- package/esm/wasm/php/windmill_parser_wasm.js +103 -0
- package/esm/wasm/php/windmill_parser_wasm_bg.wasm +0 -0
- package/esm/wasm/python/windmill_parser_wasm.js +109 -0
- package/esm/wasm/python/windmill_parser_wasm_bg.wasm +0 -0
- package/esm/wasm/regex/windmill_parser_wasm.js +270 -0
- package/esm/wasm/regex/windmill_parser_wasm_bg.wasm +0 -0
- package/esm/wasm/rust/windmill_parser_wasm.js +103 -0
- package/esm/wasm/rust/windmill_parser_wasm_bg.wasm +0 -0
- package/esm/wasm/ts/windmill_parser_wasm.js +419 -0
- package/esm/wasm/ts/windmill_parser_wasm_bg.wasm +0 -0
- package/esm/wasm/yaml/windmill_parser_wasm.js +103 -0
- package/esm/wasm/yaml/windmill_parser_wasm_bg.wasm +0 -0
- package/package.json +1 -1
- package/types/bootstrap/script_bootstrap.d.ts +2 -0
- package/types/bootstrap/script_bootstrap.d.ts.map +1 -1
- package/types/conf.d.ts +1 -0
- package/types/conf.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/1.0.8/_common16.d.ts +21 -0
- package/types/deps/jsr.io/@std/encoding/1.0.8/_common16.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/1.0.8/_common32.d.ts +21 -0
- package/types/deps/jsr.io/@std/encoding/1.0.8/_common32.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/1.0.8/_common64.d.ts +21 -0
- package/types/deps/jsr.io/@std/encoding/1.0.8/_common64.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/1.0.8/_common_detach.d.ts +4 -0
- package/types/deps/jsr.io/@std/encoding/1.0.8/_common_detach.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.8}/_types.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.8}/_validate_binary_like.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.8}/ascii85.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.8}/base32.d.ts +15 -15
- package/types/deps/jsr.io/@std/encoding/1.0.8/base32.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.8}/base58.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/encoding/1.0.8/base64.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/1.0.8/base64url.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/1.0.8/hex.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/1.0.8/mod.d.ts.map +1 -0
- package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.8}/varint.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/_create_walk_entry.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/_get_file_info_type.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/_is_same_path.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/_is_subdir.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/_to_path_string.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/copy.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/empty_dir.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/ensure_dir.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/ensure_file.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/ensure_link.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/ensure_symlink.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/eol.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/exists.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/expand_glob.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/mod.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/move.d.ts.map +1 -1
- package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/walk.d.ts.map +1 -1
- package/types/deps.d.ts +2 -2
- package/types/gen/services.gen.d.ts +75 -11
- package/types/gen/services.gen.d.ts.map +1 -1
- package/types/gen/types.gen.d.ts +102 -35
- package/types/gen/types.gen.d.ts.map +1 -1
- package/types/hub.d.ts.map +1 -1
- package/types/instance.d.ts +1 -0
- package/types/instance.d.ts.map +1 -1
- package/types/main.d.ts +1 -1
- package/types/metadata.d.ts +2 -2
- package/types/metadata.d.ts.map +1 -1
- package/types/script.d.ts +2 -0
- package/types/script.d.ts.map +1 -1
- package/types/script_common.d.ts +1 -1
- package/types/script_common.d.ts.map +1 -1
- package/types/settings.d.ts +2 -4
- package/types/settings.d.ts.map +1 -1
- package/types/sync.d.ts +2 -0
- package/types/sync.d.ts.map +1 -1
- package/types/types.d.ts.map +1 -1
- package/types/wasm/csharp/windmill_parser_wasm.d.ts +7 -0
- package/types/wasm/csharp/windmill_parser_wasm.d.ts.map +1 -0
- package/types/wasm/go/windmill_parser_wasm.d.ts +7 -0
- package/types/wasm/go/windmill_parser_wasm.d.ts.map +1 -0
- package/types/wasm/java/windmill_parser_wasm.d.ts +7 -0
- package/types/wasm/java/windmill_parser_wasm.d.ts.map +1 -0
- package/types/wasm/nu/windmill_parser_wasm.d.ts +7 -0
- package/types/wasm/nu/windmill_parser_wasm.d.ts.map +1 -0
- package/types/wasm/php/windmill_parser_wasm.d.ts +7 -0
- package/types/wasm/php/windmill_parser_wasm.d.ts.map +1 -0
- package/types/wasm/python/windmill_parser_wasm.d.ts +8 -0
- package/types/wasm/python/windmill_parser_wasm.d.ts.map +1 -0
- package/types/wasm/regex/windmill_parser_wasm.d.ts +52 -0
- package/types/wasm/regex/windmill_parser_wasm.d.ts.map +1 -0
- package/types/wasm/rust/windmill_parser_wasm.d.ts +7 -0
- package/types/wasm/rust/windmill_parser_wasm.d.ts.map +1 -0
- package/types/wasm/ts/windmill_parser_wasm.d.ts +19 -0
- package/types/wasm/ts/windmill_parser_wasm.d.ts.map +1 -0
- package/types/wasm/yaml/windmill_parser_wasm.d.ts +7 -0
- package/types/wasm/yaml/windmill_parser_wasm.d.ts.map +1 -0
- package/esm/deps/jsr.io/@std/encoding/1.0.7/_base32_common.js +0 -183
- package/esm/deps/jsr.io/@std/encoding/1.0.7/base64.js +0 -163
- package/esm/deps/jsr.io/@std/encoding/1.0.7/base64url.js +0 -81
- package/esm/deps/jsr.io/@std/encoding/1.0.7/hex.js +0 -109
- package/esm/wasm/windmill_parser_wasm.generated.js +0 -1135
- package/esm/wasm/windmill_parser_wasm_bg.wasm +0 -0
- package/types/deps/jsr.io/@std/encoding/1.0.7/_base32_common.d.ts +0 -18
- package/types/deps/jsr.io/@std/encoding/1.0.7/_base32_common.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/base32.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/base64.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/base64url.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/hex.d.ts.map +0 -1
- package/types/deps/jsr.io/@std/encoding/1.0.7/mod.d.ts.map +0 -1
- package/types/wasm/windmill_parser_wasm.generated.d.ts +0 -146
- package/types/wasm/windmill_parser_wasm.generated.d.ts.map +0 -1
- /package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.8}/_types.js +0 -0
- /package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.8}/_validate_binary_like.js +0 -0
- /package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.8}/ascii85.js +0 -0
- /package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.8}/base58.js +0 -0
- /package/esm/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.8}/varint.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/_create_walk_entry.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/_get_file_info_type.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/_is_same_path.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/_is_subdir.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/_to_path_string.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/copy.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/empty_dir.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/ensure_dir.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/ensure_file.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/ensure_link.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/ensure_symlink.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/exists.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/expand_glob.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/mod.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/move.js +0 -0
- /package/esm/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/walk.js +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.8}/_types.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.8}/_validate_binary_like.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.8}/ascii85.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.8}/base58.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.8}/base64.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.8}/base64url.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.8}/hex.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.8}/mod.d.ts +0 -0
- /package/types/deps/jsr.io/@std/encoding/{1.0.7 → 1.0.8}/varint.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/_create_walk_entry.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/_get_file_info_type.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/_is_same_path.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/_is_subdir.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/_to_path_string.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/copy.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/empty_dir.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/ensure_dir.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/ensure_file.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/ensure_link.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/ensure_symlink.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/eol.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/exists.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/expand_glob.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/mod.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/move.d.ts +0 -0
- /package/types/deps/jsr.io/@std/fs/{1.0.14 → 1.0.15}/walk.d.ts +0 -0
|
Binary file
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import type { Uint8Array_ } from "./_types.js";
|
|
2
|
-
/**
|
|
3
|
-
* Decodes an encoded string with the given lookup table.
|
|
4
|
-
*
|
|
5
|
-
* @param b32 The string to encode.
|
|
6
|
-
* @param lookup The lookup table
|
|
7
|
-
* @returns The encoded string.
|
|
8
|
-
*/
|
|
9
|
-
export declare function decode(b32: string, lookup: ReadonlyArray<string>): Uint8Array_;
|
|
10
|
-
/**
|
|
11
|
-
* Encodes the given data using the lookup table.
|
|
12
|
-
*
|
|
13
|
-
* @param data The data to encode.
|
|
14
|
-
* @param lookup The lookup table.
|
|
15
|
-
* @returns The encoded string.
|
|
16
|
-
*/
|
|
17
|
-
export declare function encode(data: ArrayBuffer | Uint8Array | string, lookup: ReadonlyArray<string>): string;
|
|
18
|
-
//# sourceMappingURL=_base32_common.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_base32_common.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/encoding/1.0.7/_base32_common.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAiC/C;;;;;;GAMG;AACH,wBAAgB,MAAM,CACpB,GAAG,EAAE,MAAM,EACX,MAAM,EAAE,aAAa,CAAC,MAAM,CAAC,GAC5B,WAAW,CAqEb;AA6BD;;;;;;GAMG;AACH,wBAAgB,MAAM,CACpB,IAAI,EAAE,WAAW,GAAG,UAAU,GAAG,MAAM,EACvC,MAAM,EAAE,aAAa,CAAC,MAAM,CAAC,GAC5B,MAAM,CA6DR"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"base32.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/encoding/1.0.7/base32.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC/C,YAAY,EAAE,WAAW,EAAE,CAAC;AA6B5B;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,CAErD;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,YAAY,CAAC,IAAI,EAAE,WAAW,GAAG,UAAU,GAAG,MAAM,GAAG,MAAM,CAE5E"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"base64.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/encoding/1.0.7/base64.ts"],"names":[],"mappings":"AAyBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC/C,YAAY,EAAE,WAAW,EAAE,CAAC;AAqE5B;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,YAAY,CAAC,IAAI,EAAE,WAAW,GAAG,UAAU,GAAG,MAAM,GAAG,MAAM,CAmC5E;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,CAQrD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"base64url.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/encoding/1.0.7/base64url.ts"],"names":[],"mappings":"AAYA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC/C,YAAY,EAAE,WAAW,EAAE,CAAC;AAiC5B;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,eAAe,CAC7B,IAAI,EAAE,WAAW,GAAG,UAAU,GAAG,MAAM,GACtC,MAAM,CAER;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,eAAe,CAAC,MAAM,EAAE,MAAM,GAAG,WAAW,CAE3D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"hex.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/encoding/1.0.7/hex.ts"],"names":[],"mappings":"AA6BA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC/C,YAAY,EAAE,WAAW,EAAE,CAAC;AA4B5B;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,GAAG,WAAW,GAAG,MAAM,CAUxE;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,WAAW,CAiBlD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../../../src/deps/jsr.io/@std/encoding/1.0.7/mod.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;GAaG;AAEH,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC"}
|
|
@@ -1,146 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @param {string} code
|
|
3
|
-
* @param {string | undefined} [main_override]
|
|
4
|
-
* @returns {string}
|
|
5
|
-
*/
|
|
6
|
-
export function parse_deno(code: string, main_override?: string | undefined): string;
|
|
7
|
-
/**
|
|
8
|
-
* @param {string} code
|
|
9
|
-
* @returns {string}
|
|
10
|
-
*/
|
|
11
|
-
export function parse_outputs(code: string): string;
|
|
12
|
-
/**
|
|
13
|
-
* @param {string} code
|
|
14
|
-
* @returns {string}
|
|
15
|
-
*/
|
|
16
|
-
export function parse_ts_imports(code: string): string;
|
|
17
|
-
/**
|
|
18
|
-
* @param {string} code
|
|
19
|
-
* @returns {string}
|
|
20
|
-
*/
|
|
21
|
-
export function parse_bash(code: string): string;
|
|
22
|
-
/**
|
|
23
|
-
* @param {string} code
|
|
24
|
-
* @returns {string}
|
|
25
|
-
*/
|
|
26
|
-
export function parse_powershell(code: string): string;
|
|
27
|
-
/**
|
|
28
|
-
* @param {string} code
|
|
29
|
-
* @returns {string}
|
|
30
|
-
*/
|
|
31
|
-
export function parse_go(code: string): string;
|
|
32
|
-
/**
|
|
33
|
-
* @param {string} code
|
|
34
|
-
* @param {string | undefined} [main_override]
|
|
35
|
-
* @returns {string}
|
|
36
|
-
*/
|
|
37
|
-
export function parse_python(code: string, main_override?: string | undefined): string;
|
|
38
|
-
/**
|
|
39
|
-
* @param {string} code
|
|
40
|
-
* @returns {string}
|
|
41
|
-
*/
|
|
42
|
-
export function parse_sql(code: string): string;
|
|
43
|
-
/**
|
|
44
|
-
* @param {string} code
|
|
45
|
-
* @returns {string}
|
|
46
|
-
*/
|
|
47
|
-
export function parse_mysql(code: string): string;
|
|
48
|
-
/**
|
|
49
|
-
* @param {string} code
|
|
50
|
-
* @returns {string}
|
|
51
|
-
*/
|
|
52
|
-
export function parse_oracledb(code: string): string;
|
|
53
|
-
/**
|
|
54
|
-
* @param {string} code
|
|
55
|
-
* @returns {string}
|
|
56
|
-
*/
|
|
57
|
-
export function parse_bigquery(code: string): string;
|
|
58
|
-
/**
|
|
59
|
-
* @param {string} code
|
|
60
|
-
* @returns {string}
|
|
61
|
-
*/
|
|
62
|
-
export function parse_snowflake(code: string): string;
|
|
63
|
-
/**
|
|
64
|
-
* @param {string} code
|
|
65
|
-
* @returns {string}
|
|
66
|
-
*/
|
|
67
|
-
export function parse_mssql(code: string): string;
|
|
68
|
-
/**
|
|
69
|
-
* @param {string} code
|
|
70
|
-
* @returns {string | undefined}
|
|
71
|
-
*/
|
|
72
|
-
export function parse_db_resource(code: string): string | undefined;
|
|
73
|
-
/**
|
|
74
|
-
* @param {string} code
|
|
75
|
-
* @returns {string}
|
|
76
|
-
*/
|
|
77
|
-
export function parse_graphql(code: string): string;
|
|
78
|
-
/**
|
|
79
|
-
* @param {string} code
|
|
80
|
-
* @returns {string}
|
|
81
|
-
*/
|
|
82
|
-
export function parse_php(code: string): string;
|
|
83
|
-
/**
|
|
84
|
-
* @param {string} code
|
|
85
|
-
* @returns {string}
|
|
86
|
-
*/
|
|
87
|
-
export function parse_rust(code: string): string;
|
|
88
|
-
/**
|
|
89
|
-
* @param {string} code
|
|
90
|
-
* @returns {string}
|
|
91
|
-
*/
|
|
92
|
-
export function parse_ansible(code: string): string;
|
|
93
|
-
/**
|
|
94
|
-
* @param {string} code
|
|
95
|
-
* @returns {string}
|
|
96
|
-
*/
|
|
97
|
-
export function parse_csharp(code: string): string;
|
|
98
|
-
export function instantiate(opts: any): Promise<{
|
|
99
|
-
parse_deno: typeof parse_deno;
|
|
100
|
-
parse_outputs: typeof parse_outputs;
|
|
101
|
-
parse_ts_imports: typeof parse_ts_imports;
|
|
102
|
-
parse_bash: typeof parse_bash;
|
|
103
|
-
parse_powershell: typeof parse_powershell;
|
|
104
|
-
parse_go: typeof parse_go;
|
|
105
|
-
parse_python: typeof parse_python;
|
|
106
|
-
parse_sql: typeof parse_sql;
|
|
107
|
-
parse_mysql: typeof parse_mysql;
|
|
108
|
-
parse_oracledb: typeof parse_oracledb;
|
|
109
|
-
parse_bigquery: typeof parse_bigquery;
|
|
110
|
-
parse_snowflake: typeof parse_snowflake;
|
|
111
|
-
parse_mssql: typeof parse_mssql;
|
|
112
|
-
parse_db_resource: typeof parse_db_resource;
|
|
113
|
-
parse_graphql: typeof parse_graphql;
|
|
114
|
-
parse_php: typeof parse_php;
|
|
115
|
-
parse_rust: typeof parse_rust;
|
|
116
|
-
parse_ansible: typeof parse_ansible;
|
|
117
|
-
parse_csharp: typeof parse_csharp;
|
|
118
|
-
}>;
|
|
119
|
-
export function instantiateWithInstance(opts: any): Promise<{
|
|
120
|
-
instance: any;
|
|
121
|
-
exports: {
|
|
122
|
-
parse_deno: typeof parse_deno;
|
|
123
|
-
parse_outputs: typeof parse_outputs;
|
|
124
|
-
parse_ts_imports: typeof parse_ts_imports;
|
|
125
|
-
parse_bash: typeof parse_bash;
|
|
126
|
-
parse_powershell: typeof parse_powershell;
|
|
127
|
-
parse_go: typeof parse_go;
|
|
128
|
-
parse_python: typeof parse_python;
|
|
129
|
-
parse_sql: typeof parse_sql;
|
|
130
|
-
parse_mysql: typeof parse_mysql;
|
|
131
|
-
parse_oracledb: typeof parse_oracledb;
|
|
132
|
-
parse_bigquery: typeof parse_bigquery;
|
|
133
|
-
parse_snowflake: typeof parse_snowflake;
|
|
134
|
-
parse_mssql: typeof parse_mssql;
|
|
135
|
-
parse_db_resource: typeof parse_db_resource;
|
|
136
|
-
parse_graphql: typeof parse_graphql;
|
|
137
|
-
parse_php: typeof parse_php;
|
|
138
|
-
parse_rust: typeof parse_rust;
|
|
139
|
-
parse_ansible: typeof parse_ansible;
|
|
140
|
-
parse_csharp: typeof parse_csharp;
|
|
141
|
-
};
|
|
142
|
-
}>;
|
|
143
|
-
export function isInstantiated(): boolean;
|
|
144
|
-
export function cacheToLocalDir(url: any, decompress: any): Promise<any>;
|
|
145
|
-
export function fetchWithRetries(url: any, maxRetries?: number): Promise<Response>;
|
|
146
|
-
//# sourceMappingURL=windmill_parser_wasm.generated.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"windmill_parser_wasm.generated.d.ts","sourceRoot":"","sources":["../../src/wasm/windmill_parser_wasm.generated.js"],"names":[],"mappings":"AAuNA;;;;GAIG;AACH,iCAJW,MAAM,kBACN,MAAM,GAAG,SAAS,GAChB,MAAM,CA+BlB;AAED;;;GAGG;AACH,oCAHW,MAAM,GACJ,MAAM,CAuBlB;AAED;;;GAGG;AACH,uCAHW,MAAM,GACJ,MAAM,CAuBlB;AAED;;;GAGG;AACH,iCAHW,MAAM,GACJ,MAAM,CAuBlB;AAED;;;GAGG;AACH,uCAHW,MAAM,GACJ,MAAM,CAuBlB;AAED;;;GAGG;AACH,+BAHW,MAAM,GACJ,MAAM,CAuBlB;AAED;;;;GAIG;AACH,mCAJW,MAAM,kBACN,MAAM,GAAG,SAAS,GAChB,MAAM,CA+BlB;AAED;;;GAGG;AACH,gCAHW,MAAM,GACJ,MAAM,CAuBlB;AAED;;;GAGG;AACH,kCAHW,MAAM,GACJ,MAAM,CAuBlB;AAED;;;GAGG;AACH,qCAHW,MAAM,GACJ,MAAM,CAuBlB;AAED;;;GAGG;AACH,qCAHW,MAAM,GACJ,MAAM,CAuBlB;AAED;;;GAGG;AACH,sCAHW,MAAM,GACJ,MAAM,CAuBlB;AAED;;;GAGG;AACH,kCAHW,MAAM,GACJ,MAAM,CAuBlB;AAED;;;GAGG;AACH,wCAHW,MAAM,GACJ,MAAM,GAAG,SAAS,CAuB9B;AAED;;;GAGG;AACH,oCAHW,MAAM,GACJ,MAAM,CAuBlB;AAED;;;GAGG;AACH,gCAHW,MAAM,GACJ,MAAM,CAuBlB;AAED;;;GAGG;AACH,iCAHW,MAAM,GACJ,MAAM,CAuBlB;AAED;;;GAGG;AACH,oCAHW,MAAM,GACJ,MAAM,CAuBlB;AAED;;;GAGG;AACH,mCAHW,MAAM,GACJ,MAAM,CAuBlB;AA4TD;;;;;;;;;;;;;;;;;;;;GAEC;AAED;;;;;;;;;;;;;;;;;;;;;;;GAYC;AA0BD,0CAEC;AACD,yEAeC;AAuGD,mFAmBC"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|