From f9e5ba706aa23ce958b9f82b09814a98ce830515 Mon Sep 17 00:00:00 2001 From: Brad Beggs <66440906+bdb2381@users.noreply.github.com> Date: Tue, 14 Feb 2023 03:16:27 -0700 Subject: [PATCH 01/49] chore: remove comments in tsconfig.json (#1811) --- tsconfig.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index f96902ebaf3..539c9ac2b7e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,12 +8,7 @@ "esModuleInterop": true, "allowJs": true, "alwaysStrict": true, - // "strictNullChecks": true, - // "strictBindCallApply": true, "strictFunctionTypes": true, - // "strictPropertyInitialization": true, - // "noImplicitAny": true, - // "noImplicitThis": true, "useUnknownInCatchVariables": true, "stripInternal": true, "baseUrl": "." From de0768c1f072ce7f18f83752864f89a858ff1d68 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Tue, 14 Feb 2023 15:35:35 +0100 Subject: [PATCH 02/49] docs: focus api search immediately (#1774) --- docs/api/ApiIndex.vue | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/docs/api/ApiIndex.vue b/docs/api/ApiIndex.vue index 882c4a69e14..048f20fd391 100644 --- a/docs/api/ApiIndex.vue +++ b/docs/api/ApiIndex.vue @@ -1,7 +1,7 @@