Frontend uudelleenrakennettu: Astro-komponentit, Wasm pääsäikeessä, ei Workeria
Vanha frontend siirretty temp/. Uusi rakenne: - StatusBar.astro, Terminal.astro, Editor.astro, Guide.astro - global.css erillinen - Wasm pääsäikeessä (ei Worker — yksinkertainen, debugattava) - Tab-completion, dropdown, projektikortti, Monaco, GUIDE.md - Ei tokenisointia eikä koodilaboratoriota Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
11
network-poc/frontend/node_modules/astro/dist/content/runtime-assets.d.ts
generated
vendored
Normal file
11
network-poc/frontend/node_modules/astro/dist/content/runtime-assets.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { PluginContext } from 'rollup';
|
||||
import * as z from 'zod/v4';
|
||||
export declare function createImage(pluginContext: PluginContext, shouldEmitFile: boolean, entryFilePath: string): () => z.ZodPipe<z.ZodString, z.ZodTransform<z.ZodNever | {
|
||||
ASTRO_ASSET: string;
|
||||
format: import("../assets/types.js").ImageInputFormat;
|
||||
src: string;
|
||||
width: number;
|
||||
height: number;
|
||||
fsPath: string;
|
||||
orientation?: number | undefined;
|
||||
}, string>>;
|
||||
Reference in New Issue
Block a user