Skip to content

Commit f3cc2be

Browse files
authored
fix(commonjs)!: remove namedExports from types (#410)
BREAKING CHANGE
1 parent 70fc212 commit f3cc2be

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/commonjs/types/index.d.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ interface RollupCommonJSOptions {
3535
* @default false
3636
*/
3737
transformMixedEsModules?: boolean;
38-
/**
39-
* explicitly specify unresolvable named exports
40-
* ([see below for more details](https://github.com/rollup/plugins/tree/master/packages/commonjs#named-exports))
41-
* @default undefined
42-
*/
43-
namedExports?: { [package: string]: ReadonlyArray<string> };
4438
/**
4539
* sometimes you have to leave require statements
4640
* unconverted. Pass an array containing the IDs

0 commit comments

Comments
 (0)