Skip to content

Commit

Permalink
Build 28-01-2024 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] and web-flow authored Jan 28, 2024
1 parent 41d979e commit aa69fc9
Show file tree
Hide file tree
Showing 1,283 changed files with 10,805 additions and 9,735 deletions.
2 changes: 1 addition & 1 deletion public/Tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
* Tests that Recorder tab can be open.
*/
TestSuite.prototype.testShowRecorderTab = function() {
this.showPanel('chrome_recorder')
this.showPanel('chrome-recorder')
.then(() => {
this.releaseControl();
})
Expand Down
4 changes: 2 additions & 2 deletions public/core/common/Console.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ export declare class Console extends ObjectWrapper<EventTypes> {
show(): void;
showPromise(): Promise<void>;
}
export declare enum Events {
export declare const enum Events {
MessageAdded = "messageAdded"
}
export type EventTypes = {
[Events.MessageAdded]: Message;
};
export declare enum MessageLevel {
export declare const enum MessageLevel {
Info = "info",
Warning = "warning",
Error = "error"
Expand Down
24 changes: 5 additions & 19 deletions public/core/common/Console.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/Console.js.map

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

4 changes: 2 additions & 2 deletions public/core/common/SettingRegistration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export declare function getRegisteredSettings(): Array<SettingRegistration>;
export declare function registerSettingsForTest(settings: Array<SettingRegistration>, forceReset?: boolean): void;
export declare function resetSettings(): void;
export declare function maybeRemoveSettingExtension(settingName: string): boolean;
export declare enum SettingCategory {
export declare const enum SettingCategory {
NONE = "",
ELEMENTS = "ELEMENTS",
APPEARANCE = "APPEARANCE",
Expand All @@ -27,7 +27,7 @@ export declare enum SettingCategory {
SYNC = "SYNC"
}
export declare function getLocalizedSettingsCategory(category: SettingCategory): Platform.UIString.LocalizedString;
export declare enum SettingType {
export declare const enum SettingType {
ARRAY = "array",
REGEX = "regex",
ENUM = "enum",
Expand Down
68 changes: 18 additions & 50 deletions public/core/common/SettingRegistration.js

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

Loading

0 comments on commit aa69fc9

Please sign in to comment.