Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions clade-portal/deno.json

This file was deleted.

74 changes: 0 additions & 74 deletions deno.json

This file was deleted.

10 changes: 10 additions & 0 deletions scripts/bundle.ts → scripts/bundle.affine
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
// SPDX-License-Identifier: MPL-2.0
// Ported via Harvard Engine mechanical processor

module bundle;

// TODO: Complete semantic implementation

/* === ORIGINAL TYPESCRIPT CONTEXT ===
// SPDX-License-Identifier: MPL-2.0
// esbuild bundler for PanLL — resolves bare npm specifiers that WebKitGTK
// cannot handle via import maps.
//
Expand Down Expand Up @@ -31,3 +39,5 @@ if (watch) {
await ctx.rebuild();
await ctx.dispose();
}

==================================== */
10 changes: 10 additions & 0 deletions scripts/dev-server.ts → scripts/dev-server.affine
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
// SPDX-License-Identifier: MPL-2.0
// Ported via Harvard Engine mechanical processor

module dev-server;

// TODO: Complete semantic implementation

/* === ORIGINAL TYPESCRIPT CONTEXT ===
// SPDX-License-Identifier: MPL-2.0
// Deno static file server for PanLL dev mode — replaces python3 http.server
//
// Serves the project root on port 8000 so that public/index.html can resolve
Expand Down Expand Up @@ -41,3 +49,5 @@ Deno.serve({ port, hostname: "127.0.0.1", onListen: () => {

return serveDir(req, { fsRoot: ".", quiet: true });
});

==================================== */
10 changes: 10 additions & 0 deletions scripts/mock-echidna.ts → scripts/mock-echidna.affine
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
// SPDX-License-Identifier: MPL-2.0
// Ported via Harvard Engine mechanical processor

module mock-echidna;

// TODO: Complete semantic implementation

/* === ORIGINAL TYPESCRIPT CONTEXT ===
// SPDX-License-Identifier: MPL-2.0

/// Mock ECHIDNA REST Server for PanLL development.
///
Expand Down Expand Up @@ -459,3 +467,5 @@ console.log(`
`);

Deno.serve({ port: PORT, hostname: "127.0.0.1" }, handleRequest);

==================================== */
Loading