diff --git a/api.js b/api.js new file mode 100644 index 0000000..6854d0a --- /dev/null +++ b/api.js @@ -0,0 +1,5 @@ +// Ensure 'serverApi' is declared only once +const serverApi = { + // ...existing code... +}; +// ...existing code... diff --git a/block-css-value.js b/block-css-value.js new file mode 100644 index 0000000..38bbe57 --- /dev/null +++ b/block-css-value.js @@ -0,0 +1,5 @@ +// Ensure 'BLOCK_CSS_VALUE' is declared only once +const BLOCK_CSS_VALUE = { + // ...existing code... +}; +// ...existing code... diff --git a/block-types.js b/block-types.js new file mode 100644 index 0000000..d4b6ced --- /dev/null +++ b/block-types.js @@ -0,0 +1,5 @@ +// Ensure 'BLOCK_TYPES' is declared only once +const BLOCK_TYPES = { + // ...existing code... +}; +// ...existing code... diff --git a/browser-info.js b/browser-info.js new file mode 100644 index 0000000..b637040 --- /dev/null +++ b/browser-info.js @@ -0,0 +1,5 @@ +// Ensure 'BrowserInfo' is declared only once +const BrowserInfo = { + // ...existing code... +}; +// ...existing code... diff --git a/debug.js b/debug.js new file mode 100644 index 0000000..5ae8d5f --- /dev/null +++ b/debug.js @@ -0,0 +1,4 @@ +// Ensure 'debug' is declared only once +const debug = (message) => { + console.log(message); +}; diff --git a/dialog.js b/dialog.js new file mode 100644 index 0000000..38030db --- /dev/null +++ b/dialog.js @@ -0,0 +1,6 @@ + + + + + +// ...existing code...}; // ...existing code...const Dialog = { \ No newline at end of file diff --git a/helpers.js b/helpers.js new file mode 100644 index 0000000..03443b1 --- /dev/null +++ b/helpers.js @@ -0,0 +1,5 @@ +// Ensure 'guidSeed' is declared only once +const guidSeed = { + // ...existing code... +}; +// ...existing code... diff --git a/icon-badge-periods.js b/icon-badge-periods.js new file mode 100644 index 0000000..3b25b53 --- /dev/null +++ b/icon-badge-periods.js @@ -0,0 +1,5 @@ +// Ensure 'ICON_BADGE_PERIODS' is declared only once +const ICON_BADGE_PERIODS = { + // ...existing code... +}; +// ...existing code... diff --git a/message-types.js b/message-types.js new file mode 100644 index 0000000..fc338c2 --- /dev/null +++ b/message-types.js @@ -0,0 +1,5 @@ +// Ensure 'MESSAGE_TYPES' is declared only once +const MESSAGE_TYPES = { + // ...existing code... +}; +// ...existing code... diff --git a/storage-service.js b/storage-service.js new file mode 100644 index 0000000..118e9af --- /dev/null +++ b/storage-service.js @@ -0,0 +1,5 @@ +// Ensure 'storageService' is declared only once +const storageService = { + // ...existing code... +}; +// ...existing code...