Skip to content

Commit 1efed64

Browse files
chore(ci): [bot] format code
1 parent b992059 commit 1efed64

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/api-extractor.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ import type {
2323
IExtractorConfigPrepareOptions,
2424
} from '@microsoft/api-extractor'
2525
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'
2731

2832
const logger = createLogger()
2933

@@ -124,11 +128,7 @@ async function rollupDtsFiles(
124128
formatAggregationExports(exports, declarationDir),
125129
)
126130

127-
rollupDtsFile(
128-
dtsInputFilePath,
129-
dtsOutputFilePath,
130-
tsconfig,
131-
)
131+
rollupDtsFile(dtsInputFilePath, dtsOutputFilePath, tsconfig)
132132

133133
for (let [out, sourceFileName] of Object.entries(
134134
options.experimentalDts.entry,

0 commit comments

Comments
 (0)