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 6
6
} from '@microsoft/api-extractor' ;
7
7
import { logger } from '@rsbuild/core' ;
8
8
import color from 'picocolors' ;
9
- import type { DtsEntry } from 'src ' ;
9
+ import type { DtsEntry } from './index ' ;
10
10
import { getTimeCost } from './utils' ;
11
11
12
12
export type BundleOptions = {
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import fs from 'node:fs';
2
2
import { basename , dirname , join , relative } from 'node:path' ;
3
3
import { logger } from '@rsbuild/core' ;
4
4
import color from 'picocolors' ;
5
- import type { DtsGenOptions } from 'src' ;
6
5
import ts from 'typescript' ;
6
+ import type { DtsGenOptions } from './index' ;
7
7
import { emitDts } from './tsc' ;
8
8
import {
9
9
calcLongestCommonPath ,
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ import path, { join } from 'node:path';
5
5
import { type RsbuildConfig , logger } from '@rsbuild/core' ;
6
6
import fg from 'fast-glob' ;
7
7
import color from 'picocolors' ;
8
- import type { DtsEntry } from 'src' ;
9
8
import ts from 'typescript' ;
9
+ import type { DtsEntry } from './index' ;
10
10
11
11
const { convertPathToPattern } = fg ;
12
12
You can’t perform that action at this time.
0 commit comments