@bytecodealliance/jco 1.13.3 → 1.15.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/src/common.d.ts DELETED
@@ -1,19 +0,0 @@
1
- export function setShowSpinner(val: any): void;
2
- export function getShowSpinner(): boolean;
3
- export function sizeStr(num: any): string;
4
- export function fixedDigitDisplay(num: any, maxChars: any): string;
5
- export function table(data: any, align?: any[]): string;
6
- /**
7
- * Securely creates a temporary directory and returns its path.
8
- *
9
- * The new directory is created using `fsPromises.mkdtemp()`.
10
- */
11
- export function getTmpDir(): Promise<string>;
12
- export function spawnIOTmp(cmd: any, input: any, args: any): Promise<Buffer<ArrayBufferLike>>;
13
- export function writeFiles(files: any, summaryTitle: any): Promise<void>;
14
- export const isWindows: boolean;
15
- export const ASYNC_WASI_IMPORTS: string[];
16
- export const ASYNC_WASI_EXPORTS: string[];
17
- export { readFileCli as readFile };
18
- declare function readFileCli(file: any, encoding: any): Promise<Buffer<ArrayBufferLike>>;
19
- //# sourceMappingURL=common.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"common.d.ts","sourceRoot":"","sources":["common.js"],"names":[],"mappings":"AA4BA,+CAEC;AACD,0CAIC;AAED,0CASC;AAED,mEAcC;AAED,wDAoBC;AAED;;;;GAIG;AACH,6CAEC;AAWD,8FAiCC;AAED,yEAmBC;AArJD,gCAA8C;AAE9C,0CASE;AAEF,0CAGE;;AAsEF,yFAMC"}
package/src/jco.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"jco.d.ts","sourceRoot":"","sources":["jco.js"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ora-shim.d.ts","sourceRoot":"","sources":["ora-shim.js"],"names":[],"mappings":"AAAA,2BAA2B;AAC3B,mCAEC;AAED;IACI,cAAU;IACV,aAAS;CACZ"}
File without changes
File without changes
File without changes
File without changes