Skip to content

Commit

Permalink
chore(ci): [bot] format code
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 22, 2024
1 parent b992059 commit 1efed64
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/api-extractor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ import type {
IExtractorConfigPrepareOptions,
} from '@microsoft/api-extractor'
import type { InputOption } from 'rollup'
import { formatAggregationExports, formatDistributionExports, type ExportDeclaration } from "./exports"
import {
formatAggregationExports,
formatDistributionExports,
type ExportDeclaration,
} from './exports'

const logger = createLogger()

Expand Down Expand Up @@ -124,11 +128,7 @@ async function rollupDtsFiles(
formatAggregationExports(exports, declarationDir),
)

rollupDtsFile(
dtsInputFilePath,
dtsOutputFilePath,
tsconfig,
)
rollupDtsFile(dtsInputFilePath, dtsOutputFilePath, tsconfig)

for (let [out, sourceFileName] of Object.entries(
options.experimentalDts.entry,
Expand Down

0 comments on commit 1efed64

Please sign in to comment.