We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fc212 commit f3cc2beCopy full SHA for f3cc2be
packages/commonjs/types/index.d.ts
@@ -35,12 +35,6 @@ interface RollupCommonJSOptions {
35
* @default false
36
*/
37
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> };
44
/**
45
* sometimes you have to leave require statements
46
* unconverted. Pass an array containing the IDs
0 commit comments