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>
5 lines
272 B
TypeScript
5 lines
272 B
TypeScript
import { type Channel, type TracingChannel } from 'node:diagnostics_channel';
|
|
export type { TracingChannel, Channel };
|
|
export declare let metrics: Channel<unknown>;
|
|
export declare let tracing: TracingChannel<unknown>;
|
|
//# sourceMappingURL=diagnostics-channel-esm.d.mts.map
|