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 @@ -76,7 +76,7 @@ export async function bundleDts(options: BundleOptions): Promise<void> {
7676 await addBannerAndFooter ( untrimmedFilePath , banner , footer ) ;
7777
7878 logger . info (
79- `API Extractor bundle declaration files succeeded: ${ color . cyan ( untrimmedFilePath ) } in ${ getTimeCost ( start ) } ${ color . gray ( `(${ name } )` ) } ` ,
79+ `bundle declaration files succeeded: ${ color . cyan ( untrimmedFilePath ) } in ${ getTimeCost ( start ) } ${ color . gray ( `(${ name } )` ) } ` ,
8080 ) ;
8181 } ) ,
8282 ) ;
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ export async function generateDts(data: DtsGenOptions): Promise<void> {
126126 extension : false ,
127127 } ,
128128 } = data ;
129- logger . start ( `Generating declaration files... ${ color . gray ( `(${ name } )` ) } ` ) ;
129+ logger . start ( `generating declaration files... ${ color . gray ( `(${ name } )` ) } ` ) ;
130130
131131 const { options : rawCompilerOptions , fileNames } = tsConfigResult ;
132132
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ export async function emitDts(
285285 }
286286
287287 logger . ready (
288- `Declaration files generated in ${ getTimeCost ( start ) } ${ color . gray ( `(${ name } )` ) } ` ,
288+ `declaration files generated in ${ getTimeCost ( start ) } ${ color . gray ( `(${ name } )` ) } ` ,
289289 ) ;
290290 } else {
291291 // watch mode, can also deal with incremental build
You can’t perform that action at this time.
0 commit comments