@rollup/browser 3.4.0-0 → 3.4.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,7 +466,6 @@ type TreeshakingPreset = 'smallest' | 'safest' | 'recommended';
|
|
|
466
466
|
export interface NormalizedTreeshakingOptions {
|
|
467
467
|
annotations: boolean;
|
|
468
468
|
correctVarValueBeforeDeclaration: boolean;
|
|
469
|
-
manualPureFunctions: readonly string[];
|
|
470
469
|
moduleSideEffects: HasModuleSideEffects;
|
|
471
470
|
propertyReadSideEffects: boolean | 'always';
|
|
472
471
|
tryCatchDeoptimization: boolean;
|