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

This reverts commit 396ed3fa56.
This commit is contained in:
FabianLars
2024-08-07 14:04:46 +02:00
parent 396ed3fa56
commit f31de7dab3
8 changed files with 6 additions and 199 deletions
-9
View File
@@ -1,9 +0,0 @@
---
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__`.