aboutsummaryrefslogtreecommitdiff
path: root/editors/vscode/files/patch-build_lib_propertyInitOrderChecker.ts
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vscode/files/patch-build_lib_propertyInitOrderChecker.ts')
-rw-r--r--editors/vscode/files/patch-build_lib_propertyInitOrderChecker.ts4
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 1d3e446974f1..b595a907f5d8 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-06-11 13:47:56 UTC
+--- build/lib/propertyInitOrderChecker.ts.orig 2025-09-09 22:02:15 UTC
+++ build/lib/propertyInitOrderChecker.ts
-@@ -36,7 +36,7 @@ function createProgram(tsconfigPath: string): ts.Progr
+@@ -43,7 +43,7 @@ function createProgram(tsconfigPath: string): ts.Progr
function createProgram(tsconfigPath: string): ts.Program {
const tsConfig = ts.readConfigFile(tsconfigPath, ts.sys.readFile);