Skip to content

Commit

Permalink
Build 03-03-2024 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] and web-flow authored Mar 3, 2024
1 parent 687648f commit 20ac853
Show file tree
Hide file tree
Showing 1,734 changed files with 11,314 additions and 3,340 deletions.
8 changes: 4 additions & 4 deletions public/core/common/Progress.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export declare class Progress {
setTotalWork(totalWork: number): void;
setTitle(title: string): void;
setWorked(worked: number, title?: string): void;
incrementWorked(worked?: number): void;
setTotalWork(_totalWork: number): void;
setTitle(_title: string): void;
setWorked(_worked: number, _title?: string): void;
incrementWorked(_worked?: number): void;
done(): void;
isCanceled(): boolean;
}
Expand Down
9 changes: 4 additions & 5 deletions public/core/common/Progress.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/core/common/Progress.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/common/ResourceType.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/core/common/ResourceType.test.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/common/SettingRegistration.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/core/common/SettingRegistration.test.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/core/common/unittests-tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"path": "./bundle-tsconfig.json"
},
{
"path": "../../../test/unittests/front_end/helpers/helpers-tsconfig.json"
"path": "../../testing/testing-tsconfig.json"
},
{
"path": "../../ui/legacy/components/quick_open/bundle-tsconfig.json"
Expand Down
2 changes: 1 addition & 1 deletion public/core/dom_extension/DOMExtension.test.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion public/core/host/UserMetrics.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ export declare enum Action {
InsightGenerated = 130,
InsightErroredApi = 131,
InsightErroredMarkdown = 132,
MaxValue = 133
ToggleShowWebVitals = 133,
MaxValue = 134
}
export declare enum PanelCodes {
elements = 1,
Expand Down
3 changes: 2 additions & 1 deletion public/core/host/UserMetrics.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/core/host/UserMetrics.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/core/host/unittests-tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"path": "./bundle-tsconfig.json"
},
{
"path": "../../../test/unittests/front_end/helpers/helpers-tsconfig.json"
"path": "../../testing/testing-tsconfig.json"
}
]
}
2 changes: 1 addition & 1 deletion public/core/i18n/i18n.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 20ac853

Please sign in to comment.