@rollup/browser 3.3.0-0 → 3.4.0-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/rollup.browser.d.ts
CHANGED
|
@@ -466,6 +466,7 @@ type TreeshakingPreset = 'smallest' | 'safest' | 'recommended';
|
|
|
466
466
|
export interface NormalizedTreeshakingOptions {
|
|
467
467
|
annotations: boolean;
|
|
468
468
|
correctVarValueBeforeDeclaration: boolean;
|
|
469
|
+
manualPureFunctions: readonly string[];
|
|
469
470
|
moduleSideEffects: HasModuleSideEffects;
|
|
470
471
|
propertyReadSideEffects: boolean | 'always';
|
|
471
472
|
tryCatchDeoptimization: boolean;
|