File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,11 @@ import type {
23
23
IExtractorConfigPrepareOptions ,
24
24
} from '@microsoft/api-extractor'
25
25
import type { InputOption } from 'rollup'
26
- import { formatAggregationExports , formatDistributionExports , type ExportDeclaration } from "./exports"
26
+ import {
27
+ formatAggregationExports ,
28
+ formatDistributionExports ,
29
+ type ExportDeclaration ,
30
+ } from './exports'
27
31
28
32
const logger = createLogger ( )
29
33
@@ -124,11 +128,7 @@ async function rollupDtsFiles(
124
128
formatAggregationExports ( exports , declarationDir ) ,
125
129
)
126
130
127
- rollupDtsFile (
128
- dtsInputFilePath ,
129
- dtsOutputFilePath ,
130
- tsconfig ,
131
- )
131
+ rollupDtsFile ( dtsInputFilePath , dtsOutputFilePath , tsconfig )
132
132
133
133
for ( let [ out , sourceFileName ] of Object . entries (
134
134
options . experimentalDts . entry ,
You can’t perform that action at this time.
0 commit comments