chore(deps): update dependency rollup to v4.30.0 (v1) (#2264)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/12629655110

Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-01-06 09:07:35 +00:00
committed by tauri-bot
parent 382f759e2c
commit 93ad239a07
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ function transformCallback(callback, once = false) {
if (once) {
Reflect.deleteProperty(window, prop);
}
return callback === null || callback === void 0 ? void 0 : callback(result);
return callback === null || callback === undefined ? undefined : callback(result);
},
writable: false,
configurable: true

File diff suppressed because one or more lines are too long