Skip to content

Commit

Permalink
Deployed using Blazing fast GitHub Pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin committed Sep 20, 2023
1 parent aa1ce3a commit 75997ad
Show file tree
Hide file tree
Showing 17 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion app/docs/-/node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ declare namespace $ {
/// <reference types="node" />
/// <reference types="node" />
declare namespace $ {
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("node:child_process").SpawnSyncReturns<Buffer>;
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("child_process").SpawnSyncReturns<Buffer>;
}

declare namespace $ {
Expand Down
2 changes: 1 addition & 1 deletion app/hello/-/node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ declare namespace $ {
/// <reference types="node" />
/// <reference types="node" />
declare namespace $ {
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("node:child_process").SpawnSyncReturns<Buffer>;
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("child_process").SpawnSyncReturns<Buffer>;
}

declare namespace $ {
Expand Down
2 changes: 1 addition & 1 deletion app/questions/-/node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ declare namespace $ {
/// <reference types="node" />
/// <reference types="node" />
declare namespace $ {
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("node:child_process").SpawnSyncReturns<Buffer>;
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("child_process").SpawnSyncReturns<Buffer>;
}

declare namespace $ {
Expand Down
2 changes: 1 addition & 1 deletion app/quine/-/node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ declare namespace $ {
/// <reference types="node" />
/// <reference types="node" />
declare namespace $ {
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("node:child_process").SpawnSyncReturns<Buffer>;
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("child_process").SpawnSyncReturns<Buffer>;
}

declare namespace $ {
Expand Down
2 changes: 1 addition & 1 deletion app/report/-/node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ declare namespace $ {
/// <reference types="node" />
/// <reference types="node" />
declare namespace $ {
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("node:child_process").SpawnSyncReturns<Buffer>;
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("child_process").SpawnSyncReturns<Buffer>;
}

declare namespace $ {
Expand Down
2 changes: 1 addition & 1 deletion app/supplies/-/node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ declare namespace $ {
/// <reference types="node" />
/// <reference types="node" />
declare namespace $ {
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("node:child_process").SpawnSyncReturns<Buffer>;
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("child_process").SpawnSyncReturns<Buffer>;
}

declare namespace $ {
Expand Down
2 changes: 1 addition & 1 deletion app/supplies/-cordova/www/node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ declare namespace $ {
/// <reference types="node" />
/// <reference types="node" />
declare namespace $ {
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("node:child_process").SpawnSyncReturns<Buffer>;
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("child_process").SpawnSyncReturns<Buffer>;
}

declare namespace $ {
Expand Down
10 changes: 5 additions & 5 deletions build/-/node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ declare namespace $ {
/// <reference types="node" />
/// <reference types="node" />
declare namespace $ {
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("node:child_process").SpawnSyncReturns<Buffer>;
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("child_process").SpawnSyncReturns<Buffer>;
}

declare namespace $ {
Expand Down Expand Up @@ -1341,9 +1341,9 @@ declare namespace $ {
class $mol_server extends $mol_object {
express(): import("express-serve-static-core").Express;
internal_ip(): string;
http(): import("node:http").Server<typeof import("node:http").IncomingMessage, typeof import("node:http").ServerResponse>;
http(): import("http").Server<typeof import("http").IncomingMessage, typeof import("http").ServerResponse>;
connections: Set<import("ws")>;
socket(): import("ws").Server<typeof import("ws"), typeof import("node:http").IncomingMessage>;
socket(): import("ws").Server<typeof import("ws"), typeof import("http").IncomingMessage>;
expressHandlers(): any[];
expressCompressor(): unknown;
expressCors(): unknown;
Expand Down Expand Up @@ -1378,8 +1378,8 @@ declare namespace $ {
expressIndex(): (req: typeof $node.express.request, res: typeof $node.express.response, next: () => void) => void | import("express").Response<any, Record<string, any>>;
port(): number;
lines(next?: Map<import("ws"), string>): Map<import("ws"), string>;
socket(): import("ws").Server<typeof import("ws"), typeof import("node:http").IncomingMessage>;
start(): import("ws").Server<typeof import("ws"), typeof import("node:http").IncomingMessage>;
socket(): import("ws").Server<typeof import("ws"), typeof import("http").IncomingMessage>;
start(): import("ws").Server<typeof import("ws"), typeof import("http").IncomingMessage>;
notify([line, path]: [InstanceType<$node['ws']>, string]): boolean;
}
}
Expand Down
2 changes: 1 addition & 1 deletion func/sandbox/demo/-/node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ declare namespace $ {
/// <reference types="node" />
/// <reference types="node" />
declare namespace $ {
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("node:child_process").SpawnSyncReturns<Buffer>;
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("child_process").SpawnSyncReturns<Buffer>;
}

declare namespace $ {
Expand Down
2 changes: 1 addition & 1 deletion perf/dbmon/-/node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ declare namespace $ {
/// <reference types="node" />
/// <reference types="node" />
declare namespace $ {
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("node:child_process").SpawnSyncReturns<Buffer>;
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("child_process").SpawnSyncReturns<Buffer>;
}

declare namespace $ {
Expand Down
2 changes: 1 addition & 1 deletion perf/dopes/-/node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ declare namespace $ {
/// <reference types="node" />
/// <reference types="node" />
declare namespace $ {
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("node:child_process").SpawnSyncReturns<Buffer>;
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("child_process").SpawnSyncReturns<Buffer>;
}

declare namespace $ {
Expand Down
2 changes: 1 addition & 1 deletion perf/jsfb/-/node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ declare namespace $ {
/// <reference types="node" />
/// <reference types="node" />
declare namespace $ {
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("node:child_process").SpawnSyncReturns<Buffer>;
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("child_process").SpawnSyncReturns<Buffer>;
}

declare namespace $ {
Expand Down
2 changes: 1 addition & 1 deletion perf/sierp/-/node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ declare namespace $ {
/// <reference types="node" />
/// <reference types="node" />
declare namespace $ {
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("node:child_process").SpawnSyncReturns<Buffer>;
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("child_process").SpawnSyncReturns<Buffer>;
}

declare namespace $ {
Expand Down
2 changes: 1 addition & 1 deletion perf/uibench/-/node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ declare namespace $ {
/// <reference types="node" />
/// <reference types="node" />
declare namespace $ {
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("node:child_process").SpawnSyncReturns<Buffer>;
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("child_process").SpawnSyncReturns<Buffer>;
}

declare namespace $ {
Expand Down
2 changes: 1 addition & 1 deletion plot/all/-/node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ declare namespace $ {
/// <reference types="node" />
/// <reference types="node" />
declare namespace $ {
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("node:child_process").SpawnSyncReturns<Buffer>;
function $mol_exec(this: $, dir: string, command: string, ...args: string[]): import("child_process").SpawnSyncReturns<Buffer>;
}

declare namespace $ {
Expand Down
2 changes: 1 addition & 1 deletion plot/all/-/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mol_plot_all",
"version": "1.2.751",
"version": "1.2.752",
"exports": {
"node": {
"import": "./node.mjs",
Expand Down
2 changes: 1 addition & 1 deletion time/all/-/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mol_time_all",
"version": "1.1.723",
"version": "1.1.724",
"exports": {
"node": {
"import": "./node.mjs",
Expand Down

0 comments on commit 75997ad

Please sign in to comment.