rollup 2.78.1 → 2.79.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
@@ -358,14 +358,6 @@ export interface OutputBundle {
358
358
  [fileName: string]: OutputAsset | OutputChunk;
359
359
  }
360
360
 
361
- export interface FilePlaceholder {
362
- type: 'placeholder';
363
- }
364
-
365
- export interface OutputBundleWithPlaceholders {
366
- [fileName: string]: OutputAsset | OutputChunk | FilePlaceholder;
367
- }
368
-
369
361
  export interface FunctionPluginHooks {
370
362
  augmentChunkHash: (this: PluginContext, chunk: PreRenderedChunk) => string | void;
371
363
  buildEnd: (this: PluginContext, err?: Error) => void;
@@ -631,6 +623,7 @@ export type AmdOptions = (
631
623
  }
632
624
  ) & {
633
625
  define?: string;
626
+ forceJsExtensionForImports?: boolean;
634
627
  };
635
628
 
636
629
  export type NormalizedAmdOptions = (
@@ -644,6 +637,7 @@ export type NormalizedAmdOptions = (
644
637
  }
645
638
  ) & {
646
639
  define: string;
640
+ forceJsExtensionForImports: boolean;
647
641
  };
648
642
 
649
643
  export interface OutputOptions {
package/dist/rollup.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.78.1
4
- Fri, 19 Aug 2022 05:19:43 GMT - commit 398d0c4970b679795025f36e320f8aecb2859d24
3
+ Rollup.js v2.79.1
4
+ Thu, 22 Sep 2022 04:55:29 GMT - commit 69ff4181e701a0fe0026d0ba147f31bc86beffa8
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.78.1
4
- Fri, 19 Aug 2022 05:19:43 GMT - commit 398d0c4970b679795025f36e320f8aecb2859d24
3
+ Rollup.js v2.79.1
4
+ Thu, 22 Sep 2022 04:55:29 GMT - commit 69ff4181e701a0fe0026d0ba147f31bc86beffa8
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.78.1
4
- Fri, 19 Aug 2022 05:19:43 GMT - commit 398d0c4970b679795025f36e320f8aecb2859d24
3
+ Rollup.js v2.79.1
4
+ Thu, 22 Sep 2022 04:55:29 GMT - commit 69ff4181e701a0fe0026d0ba147f31bc86beffa8
5
5
 
6
6
  https://github.com/rollup/rollup
7
7
 
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v2.78.1
4
- Fri, 19 Aug 2022 05:19:43 GMT - commit 398d0c4970b679795025f36e320f8aecb2859d24
3
+ Rollup.js v2.79.1
4
+ Thu, 22 Sep 2022 04:55:29 GMT - commit 69ff4181e701a0fe0026d0ba147f31bc86beffa8
5
5
 
6
6
  https://github.com/rollup/rollup
7
7