rollup 2.39.0 → 2.41.1

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.d.ts CHANGED
@@ -477,7 +477,7 @@ export interface OutputPlugin extends Partial<OutputPluginHooks>, Partial<Output
477
477
  export interface TreeshakingOptions {
478
478
  annotations?: boolean;
479
479
  moduleSideEffects?: ModuleSideEffectsOption;
480
- propertyReadSideEffects?: boolean;
480
+ propertyReadSideEffects?: boolean | 'always';
481
481
  /** @deprecated Use `moduleSideEffects` instead */
482
482
  pureExternalModules?: PureModulesOption;
483
483
  tryCatchDeoptimization?: boolean;
@@ -487,7 +487,7 @@ export interface TreeshakingOptions {
487
487
  export interface NormalizedTreeshakingOptions {
488
488
  annotations: boolean;
489
489
  moduleSideEffects: HasModuleSideEffects;
490
- propertyReadSideEffects: boolean;
490
+ propertyReadSideEffects: boolean | 'always';
491
491
  tryCatchDeoptimization: boolean;
492
492
  unknownGlobalSideEffects: boolean;
493
493
  }
package/dist/rollup.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.39.0
4
- Fri, 12 Feb 2021 16:01:16 GMT - commit f3b1c815ec2abe3aeb89eb261858182b4d124160
3
+ Rollup.js v2.41.1
4
+ Thu, 11 Mar 2021 04:49:46 GMT - commit d053e0da854919998fd8f2f23937703235cd40b8
5
5
 
6
6
 
7
7
  https://github.com/rollup/rollup