@rollup/browser 3.6.0-1 → 3.6.1-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
|
@@ -157,6 +157,8 @@ interface ModuleInfo extends ModuleOptions {
|
|
|
157
157
|
dynamicImporters: readonly string[];
|
|
158
158
|
dynamicallyImportedIdResolutions: readonly ResolvedId[];
|
|
159
159
|
dynamicallyImportedIds: readonly string[];
|
|
160
|
+
exportedBindings: Record<string, string[]> | null;
|
|
161
|
+
exports: string[] | null;
|
|
160
162
|
hasDefaultExport: boolean | null;
|
|
161
163
|
/** @deprecated Use `moduleSideEffects` instead */
|
|
162
164
|
hasModuleSideEffects: boolean | 'no-treeshake';
|