@rollup/browser 4.0.0-21 → 4.0.0-23

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.
@@ -215,7 +215,7 @@ export interface PluginContext extends MinimalPluginContext {
215
215
  load: (
216
216
  options: { id: string; resolveDependencies?: boolean } & Partial<PartialNull<ModuleOptions>>
217
217
  ) => Promise<ModuleInfo>;
218
- parse: (input: string) => AstNode;
218
+ parse: (input: string, options?: { allowReturnOutsideFunction?: boolean }) => AstNode;
219
219
  resolve: (
220
220
  source: string,
221
221
  importer?: string,