Skip to content

Commit

Permalink
fix: use _ as word boundary in IIFE var names (#1630)
Browse files Browse the repository at this point in the history
* fix: use `_` as word boundary in IIFE var names

* Revert "fix: use `_` as word boundary in IIFE var names"

This reverts commit 396ed3f.

* Reapply "fix: use `_` as word boundary in IIFE var names"

This reverts commit f31de7d.
  • Loading branch information
FabianLars authored Aug 7, 2024
1 parent 901dd56 commit 2c00c02
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 deletions.
9 changes: 9 additions & 0 deletions .changes/iife-varname-spacing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
barcode-scanner: patch
clipboard-manager: patch
deep-link: patch
global-shortcut: patch
window-state: patch
---

Fixed an issue that caused multi-word IIFE names to not be formatted correctly. For example the `barcode-scanner` was defined as `window.__TAURI_PLUGIN_CLIPBOARDMANAGER__` instead of `window.__TAURI_PLUGIN_CLIPBOARD_MANAGER__`.
2 changes: 1 addition & 1 deletion plugins/barcode-scanner/api-iife.js

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

2 changes: 1 addition & 1 deletion plugins/clipboard-manager/api-iife.js

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

2 changes: 1 addition & 1 deletion plugins/deep-link/api-iife.js

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

2 changes: 1 addition & 1 deletion plugins/global-shortcut/api-iife.js

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

Loading

0 comments on commit 2c00c02

Please sign in to comment.