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:
46
network-poc/frontend/node_modules/@shikijs/vscode-textmate/package.json
generated
vendored
Normal file
46
network-poc/frontend/node_modules/@shikijs/vscode-textmate/package.json
generated
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"name": "@shikijs/vscode-textmate",
|
||||
"version": "10.0.2",
|
||||
"type": "module",
|
||||
"description": "Shiki's fork of `vscode-textmate`",
|
||||
"author": {
|
||||
"name": "Microsoft Corporation"
|
||||
},
|
||||
"exports": {
|
||||
".": "./dist/index.js"
|
||||
},
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/shikijs/vscode-textmate"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/shikijs/vscode-textmate/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^9.1.1",
|
||||
"@types/node": "^16.18.121",
|
||||
"bumpp": "^9.9.0",
|
||||
"mocha": "^9.2.2",
|
||||
"tsup": "^8.3.5",
|
||||
"tsx": "^4.19.2",
|
||||
"typescript": "^5.7.2",
|
||||
"vscode-oniguruma": "^1.7.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsup",
|
||||
"test": "mocha --ui=tdd ./src/tests/all.test.ts",
|
||||
"benchmark": "node benchmark/benchmark.js",
|
||||
"inspect": "tsx src/tests/inspect.ts",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"tmconvert": "node scripts/tmconvert.js",
|
||||
"version": "npm run compile && npm run test",
|
||||
"postversion": "git push && git push --tags",
|
||||
"release": "bumpp && pnpm publish"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user