@rollup/browser 3.28.0 → 4.0.0-12

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.
@@ -220,6 +220,7 @@ export interface PluginContext extends MinimalPluginContext {
220
220
  ) => Promise<ModuleInfo>;
221
221
  /** @deprecated Use `this.getModuleIds` instead */
222
222
  moduleIds: IterableIterator<string>;
223
+ // TODO SWC remove acorn options from this.parse
223
224
  parse: (input: string, options?: any) => AcornNode;
224
225
  resolve: (
225
226
  source: string,