mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 13:40:25 +00:00
* Make space for tree sitter
* Add the tree sitter wasm file
* Very naive tree-sitter syntax highlighting for html, with a layer breaker
* Update tree when content changes
* WIP for making abstract tokens class
* Handle theme changes
* Replace entire text model value with parse callback
* Perf improvements
* Add tree-sitter-typescript
* Add typescript + better initial parsing
* Refactor into tree parsing service and fix flaw in parse callback
* Remove things that aren't the parser service
* Add yielding
* Remove changes that aren't required for PR
* Remove more file changes
* Reduce yield to 50 ms
* Fix incremental parsing
* Try update node-abi
* Revert "Try update node-abi"
This reverts commit df28801e31.
* Update text buffer chunk api
* fix build
* Remove tree-sitter dependency
* Adopt new, as yet unpublished, `@vscode/tree-sitter-wasm` package
* Use published `@vscode/tree-sitter-wasm` package
* Break `TreeSitterTree` and `TreeSitterParserService` into better pieces
and:
- document the order of editor changes
- use service injection where `TextModel` is constructed
* Fix tests
* Remove unneeded import
* Fix missing tree-sitter-wasm in web and remote
* Make package.jsons match
* Add @vscode/tree-sitter-wasm to web loader config
* Try using importAMDNodeModule
* PR feedback
* Add race condition test for changing language while loading language
* Use same timeout
* Queue content changes
* Remove override dispose
* Move queue into TreeSitterTree
---------
Co-authored-by: Peng Lyu <penn.lv@gmail.com>
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"name": "vscode-reh",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@microsoft/1ds-core-js": "^3.2.13",
|
|
"@microsoft/1ds-post-js": "^3.2.13",
|
|
"@parcel/watcher": "2.1.0",
|
|
"@vscode/deviceid": "^0.1.1",
|
|
"@vscode/iconv-lite-umd": "0.7.0",
|
|
"@vscode/proxy-agent": "^0.22.0",
|
|
"@vscode/ripgrep": "^1.15.9",
|
|
"@vscode/spdlog": "^0.15.0",
|
|
"@vscode/tree-sitter-wasm": "^0.0.1",
|
|
"@vscode/vscode-languagedetection": "1.0.21",
|
|
"@vscode/windows-process-tree": "^0.6.0",
|
|
"@vscode/windows-registry": "^1.1.0",
|
|
"@xterm/addon-clipboard": "0.2.0-beta.34",
|
|
"@xterm/addon-image": "0.9.0-beta.51",
|
|
"@xterm/addon-search": "0.16.0-beta.51",
|
|
"@xterm/addon-serialize": "0.14.0-beta.51",
|
|
"@xterm/addon-unicode11": "0.9.0-beta.51",
|
|
"@xterm/addon-webgl": "0.19.0-beta.51",
|
|
"@xterm/headless": "5.6.0-beta.51",
|
|
"@xterm/xterm": "5.6.0-beta.51",
|
|
"cookie": "^0.4.0",
|
|
"http-proxy-agent": "^7.0.0",
|
|
"https-proxy-agent": "^7.0.2",
|
|
"jschardet": "3.1.3",
|
|
"kerberos": "2.1.1-alpha.0",
|
|
"minimist": "^1.2.6",
|
|
"native-watchdog": "^1.4.1",
|
|
"node-pty": "1.1.0-beta11",
|
|
"tas-client-umd": "0.2.0",
|
|
"vscode-oniguruma": "1.7.0",
|
|
"vscode-regexpp": "^3.1.0",
|
|
"vscode-textmate": "9.0.0",
|
|
"yauzl": "^3.0.0",
|
|
"yazl": "^2.4.3"
|
|
},
|
|
"resolutions": {
|
|
"node-gyp-build": "4.8.1"
|
|
}
|
|
}
|