diff options
| author | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-05-12 21:27:03 +0900 |
|---|---|---|
| committer | Hiroki Tagato <tagattie@FreeBSD.org> | 2025-05-12 21:28:26 +0900 |
| commit | 51a6c70dba1b7483cad9fde351673b6d4eaa1f66 (patch) | |
| tree | ba11e7a726b31edf3543911862ae6a901d5cc732 /editors/vscode/files/patch-build_lib_propertyInitOrderChecker.ts | |
| parent | 7eb86aa2f72530a057ae157ee0ca3552ac073c5e (diff) | |
editors/vscode: update to 1.100.0
Changelog: https://code.visualstudio.com/updates/v1_100
Reported by: GitHub (watch releases)
Diffstat (limited to 'editors/vscode/files/patch-build_lib_propertyInitOrderChecker.ts')
| -rw-r--r-- | editors/vscode/files/patch-build_lib_propertyInitOrderChecker.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vscode/files/patch-build_lib_propertyInitOrderChecker.ts b/editors/vscode/files/patch-build_lib_propertyInitOrderChecker.ts index b62d13308595..24851b7064a4 100644 --- a/editors/vscode/files/patch-build_lib_propertyInitOrderChecker.ts +++ b/editors/vscode/files/patch-build_lib_propertyInitOrderChecker.ts @@ -1,6 +1,6 @@ ---- build/lib/propertyInitOrderChecker.ts.orig 2025-04-11 12:27:58 UTC +--- build/lib/propertyInitOrderChecker.ts.orig 2025-05-07 12:32:30 UTC +++ build/lib/propertyInitOrderChecker.ts -@@ -149,7 +149,7 @@ function createProgram(tsconfigPath: string): ts.Progr +@@ -109,7 +109,7 @@ function createProgram(tsconfigPath: string): ts.Progr function createProgram(tsconfigPath: string): ts.Program { const tsConfig = ts.readConfigFile(tsconfigPath, ts.sys.readFile); |
