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:
24
network-poc/frontend/node_modules/mdast-util-to-markdown/lib/handle/strong.d.ts
generated
vendored
Normal file
24
network-poc/frontend/node_modules/mdast-util-to-markdown/lib/handle/strong.d.ts
generated
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/**
|
||||
* @param {Strong} node
|
||||
* @param {Parents | undefined} _
|
||||
* @param {State} state
|
||||
* @param {Info} info
|
||||
* @returns {string}
|
||||
*/
|
||||
export function strong(node: Strong, _: Parents | undefined, state: State, info: Info): string;
|
||||
export namespace strong {
|
||||
export { strongPeek as peek };
|
||||
}
|
||||
import type { Strong } from 'mdast';
|
||||
import type { Parents } from 'mdast';
|
||||
import type { State } from 'mdast-util-to-markdown';
|
||||
import type { Info } from 'mdast-util-to-markdown';
|
||||
/**
|
||||
* @param {Strong} _
|
||||
* @param {Parents | undefined} _1
|
||||
* @param {State} state
|
||||
* @returns {string}
|
||||
*/
|
||||
declare function strongPeek(_: Strong, _1: Parents | undefined, state: State): string;
|
||||
export {};
|
||||
//# sourceMappingURL=strong.d.ts.map
|
||||
Reference in New Issue
Block a user