Commit 5faadee
committed
Update server and bump version
1 parent 7a9008f commit 5faadee
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
- .eslintrc.js+1
- .github/workflows/npm-publish.yml+3-3
- .github/workflows/test-diagnostics.yaml+1-1
- .github/workflows/test-performance.yaml+2-2
- .github/workflows/test.yaml+2-2
- CHANGELOG.md+15
- package-lock.json+1.8k-1.3k
- package.json+9-9
- src/browser/fileSystem.ts-11
- src/browser/indexedDB.ts+4-1
- src/common/index.ts+2-4
- src/common/protocol.ts-1
- src/common/providers/astProvider.ts+9-4
- src/common/providers/diagnostics/diagnosticsProvider.ts+8-7
- src/common/providers/diagnostics/diagnosticsRequest.ts+1-1
- src/common/providers/diagnostics/elmLsDiagnostics.ts+5-4
- src/common/providers/handlers/moveRefactoringHandler.ts+2-3
- src/common/providers/paramsExtensions.ts+3-2
- src/common/providers/ranking.ts+1.3k-974
- src/common/util/sequence.ts+4-1
- src/common/util/treeUtils.ts+27-28
- src/compiler/patternMatches.ts+4-5
- src/compiler/program.ts+4-1
- src/compiler/references.ts+14-14
- src/compiler/typeChecker.ts+10-13
- src/compiler/typeExpression.ts+2-4
- src/compiler/typeInference.ts+12
- src/directories.ts+1
- test/referencesProviderTests/typeReferences.test.ts+89
- test/typeInference.test.ts+66-1
- tree-sitter-elm.wasm
- tsconfig.browser.json+1-1
- tsconfig.node.json+1-1
0 commit comments