@rollup/browser 4.25.0 → 4.27.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
|
@@ -918,6 +918,7 @@ export interface RollupBuild {
|
|
|
918
918
|
cache: RollupCache | undefined;
|
|
919
919
|
close: () => Promise<void>;
|
|
920
920
|
closed: boolean;
|
|
921
|
+
[Symbol.asyncDispose](): Promise<void>;
|
|
921
922
|
generate: (outputOptions: OutputOptions) => Promise<RollupOutput>;
|
|
922
923
|
getTimings?: () => SerializedTimings;
|
|
923
924
|
watchFiles: string[];
|