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>
9 lines
493 B
TypeScript
9 lines
493 B
TypeScript
/**
|
|
* Prevents Rollup from triggering other plugins in the process by masking the extension (hence the virtual file).
|
|
* Inverse function of getComponentFromVirtualModulePageName() below.
|
|
* @param virtualModulePrefix The prefix used to create the virtual module
|
|
* @param path Page component path
|
|
*/
|
|
export declare function getVirtualModulePageName(virtualModulePrefix: string, path: string): string;
|
|
export declare function getVirtualModulePageNameForComponent(component: string): string;
|