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:
6
network-poc/frontend/node_modules/unstorage/drivers/lru-cache.d.cts
generated
vendored
Normal file
6
network-poc/frontend/node_modules/unstorage/drivers/lru-cache.d.cts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { LRUCache } from "lru-cache";
|
||||
type LRUCacheOptions = LRUCache.OptionsBase<string, any, any> & Partial<LRUCache.OptionsMaxLimit<string, any, any>> & Partial<LRUCache.OptionsSizeLimit<string, any, any>> & Partial<LRUCache.OptionsTTLLimit<string, any, any>>;
|
||||
export interface LRUDriverOptions extends LRUCacheOptions {
|
||||
}
|
||||
declare const _default: (opts: LRUDriverOptions) => import("..").Driver<LRUDriverOptions, LRUCache<string, any, any>>;
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user