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>
17 lines
280 B
TypeScript
17 lines
280 B
TypeScript
export type {
|
|
ConstructNameMap,
|
|
ConstructName,
|
|
Handle,
|
|
Handlers,
|
|
Info,
|
|
Join,
|
|
Map,
|
|
Options,
|
|
SafeConfig,
|
|
State,
|
|
Tracker,
|
|
Unsafe
|
|
} from './lib/types.js'
|
|
export {toMarkdown} from './lib/index.js'
|
|
export {handle as defaultHandlers} from './lib/handle/index.js'
|