rollup 2.38.4 → 2.40.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.d.ts CHANGED
@@ -653,6 +653,7 @@ export interface OutputOptions {
653
653
  sourcemapPathTransform?: SourcemapPathTransformOption;
654
654
  strict?: boolean;
655
655
  systemNullSetters?: boolean;
656
+ validate?: boolean;
656
657
  }
657
658
 
658
659
  export interface NormalizedOutputOptions {
@@ -696,6 +697,7 @@ export interface NormalizedOutputOptions {
696
697
  sourcemapPathTransform: SourcemapPathTransformOption | undefined;
697
698
  strict: boolean;
698
699
  systemNullSetters: boolean;
700
+ validate: boolean;
699
701
  }
700
702
 
701
703
  export type WarningHandlerWithDefault = (
package/dist/rollup.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.38.4
4
- Tue, 02 Feb 2021 05:54:38 GMT - commit 991bb98fad1f3f76226bfe6243fd6cc45a19a39b
3
+ Rollup.js v2.40.0
4
+ Fri, 26 Feb 2021 14:39:44 GMT - commit 0a0958ff926554abe9916178f56762ba71301ddd
5
5
 
6
6
 
7
7
  https://github.com/rollup/rollup