@rollup/browser
Advanced tools
Comparing version
@@ -522,3 +522,3 @@ export const VERSION: string; | ||
acorn?: Record<string, unknown>; | ||
acornInjectPlugins?: (() => unknown)[] | (() => unknown); | ||
acornInjectPlugins?: ((...arguments_: any[]) => unknown)[] | ((...arguments_: any[]) => unknown); | ||
cache?: boolean | RollupCache; | ||
@@ -525,0 +525,0 @@ context?: string; |
{ | ||
"name": "@rollup/browser", | ||
"version": "3.21.2", | ||
"version": "3.21.3", | ||
"description": "Next-generation ES module bundler browser build", | ||
@@ -5,0 +5,0 @@ "main": "dist/rollup.browser.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
4454333
0