Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lucolvin/typescript-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ff837fb
Choose a base ref
...
head repository: microsoft/typescript-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f816232
Choose a head ref
Loading
Showing 49,262 changed files with 2,816,385 additions and 229,990 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .custom-gcl.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# yaml-language-server: $schema=https://golangci-lint.run/jsonschema/custom-gcl.jsonschema.json

version: v1.64.6
version: v2.0.2

destination: ./_tools

10 changes: 6 additions & 4 deletions .dprint.jsonc
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@
"cwd": "${configDir}",
"cacheKey": "4",
"commands": [
{ "command": "gofumpt -lang=go1.24", "exts": ["go"] }
{ "command": "go tool mvdan.cc/gofumpt -lang=go1.24", "exts": ["go"] }
]
},
"excludes": [
@@ -53,13 +53,15 @@
"**/*_generated.go",
"internal/bundled/libs/**",
"internal/lsp/lsproto/_generate/*.json",
"internal/lsp/lsproto/_generate/metaModelSchema.mts"
"internal/lsp/lsproto/_generate/metaModelSchema.mts",
// Needs to be LF to have a working shebang.
"_packages/native-preview/bin/tsgo.js"
],
// Note: if adding new languages, make sure settings.template.json is updated too.
// Also, if updating typescript, update the one in package.json.
"plugins": [
"https://plugins.dprint.dev/typescript-0.93.3.wasm",
"https://plugins.dprint.dev/json-0.19.4.wasm",
"https://plugins.dprint.dev/typescript-0.94.0.wasm",
"https://plugins.dprint.dev/json-0.20.0.wasm",
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm",
"https://plugins.dprint.dev/exec-0.5.1.json@492414e39dea4dccc07b4af796d2f4efdb89e84bae2bd4e1e924c0cc050855bf"
]
4 changes: 2 additions & 2 deletions .github/actions/setup-go/action.yml
Original file line number Diff line number Diff line change
@@ -14,13 +14,13 @@ runs:
steps:
- name: Install Go
id: install-go
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: ${{ inputs.go-version }}
cache: false

- name: Go cache
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
with:
# There is more code downloaded and built than is covered by '**/go.sum',
# so give each job its own cache to try and not end up sharing the wrong
14 changes: 14 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
comment: false

coverage:
precision: 5
status:
patch:
default:
informational: true
project:
default:
informational: true

github_checks:
annotations: false
Binary file modified .github/ls-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading