File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66} from '@microsoft/api-extractor' ;
77import { logger } from '@rsbuild/core' ;
88import color from 'picocolors' ;
9- import type { DtsEntry } from 'src ' ;
9+ import type { DtsEntry } from './index ' ;
1010import { getTimeCost } from './utils' ;
1111
1212export type BundleOptions = {
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import fs from 'node:fs';
22import { basename , dirname , join , relative } from 'node:path' ;
33import { logger } from '@rsbuild/core' ;
44import color from 'picocolors' ;
5- import type { DtsGenOptions } from 'src' ;
65import ts from 'typescript' ;
6+ import type { DtsGenOptions } from './index' ;
77import { emitDts } from './tsc' ;
88import {
99 calcLongestCommonPath ,
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ import path, { join } from 'node:path';
55import { type RsbuildConfig , logger } from '@rsbuild/core' ;
66import fg from 'fast-glob' ;
77import color from 'picocolors' ;
8- import type { DtsEntry } from 'src' ;
98import ts from 'typescript' ;
9+ import type { DtsEntry } from './index' ;
1010
1111const { convertPathToPattern } = fg ;
1212
You can’t perform that action at this time.
0 commit comments