Skip to content

Commit 0d5ec41

Browse files
authoredNov 2, 2024
Streamline append VM implementation (#1646)
1 parent 7f4f3f0 commit 0d5ec41

File tree

164 files changed

+3101
-3467
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+3101
-3467
lines changed
 

‎.vscode/settings.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"mode": "auto"
2929
}
3030
],
31+
"eslint.validate": ["javascript", "typescript", "json", "jsonc"],
3132
"files.exclude": {
3233
"**/.DS_Store": true,
3334
"**/.git": true
@@ -40,17 +41,16 @@
4041
},
4142
"javascript.updateImportsOnFileMove.enabled": "always",
4243
"typescript.updateImportsOnFileMove.enabled": "always",
43-
4444
"javascript.preferences.importModuleSpecifier": "project-relative",
4545
"typescript.preferences.importModuleSpecifier": "project-relative",
46-
47-
"typescript.preferences.importModuleSpecifierEnding": "index",
46+
"typescript.preferences.importModuleSpecifierEnding": "auto",
4847
"typescript.preferences.useAliasesForRenames": false,
49-
5048
"typescript.tsdk": "node_modules/typescript/lib",
51-
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
49+
"typescript.tsserver.experimental.enableProjectDiagnostics": false,
5250
"typescript.workspaceSymbols.scope": "currentProject",
51+
"typescript.experimental.updateImportsOnPaste": true,
5352
"eslint.problems.shortenToSingleLine": true,
53+
"typescript.experimental.expandableHover": true,
5454
"inline-bookmarks.expert.custom.words.mapping": {
5555
"warn": ["@premerge(\\s|$)"],
5656
"active": ["@active(\\s|$)"],

‎benchmark/benchmarks/krausest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@types/node": "^20.9.4",
2020
"eslint": "^8.52.0",
21-
"vite": "^5.0.12"
21+
"vite": "^5.4.10"
2222
},
2323
"engines": {
2424
"node": ">=18.0.0"

0 commit comments

Comments
 (0)