Skip to content

Commit

Permalink
fix(commonjs)!: remove namedExports from types (#410)
Browse files Browse the repository at this point in the history
BREAKING CHANGE
  • Loading branch information
JounQin committed May 29, 2020
1 parent 70fc212 commit f3cc2be
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/commonjs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ interface RollupCommonJSOptions {
* @default false
*/
transformMixedEsModules?: boolean;
/**
* explicitly specify unresolvable named exports
* ([see below for more details](https://github.com/rollup/plugins/tree/master/packages/commonjs#named-exports))
* @default undefined
*/
namedExports?: { [package: string]: ReadonlyArray<string> };
/**
* sometimes you have to leave require statements
* unconverted. Pass an array containing the IDs
Expand Down

0 comments on commit f3cc2be

Please sign in to comment.