File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
repo-scripts/size-analysis Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,4 +36,4 @@ export * from './src/subscribe';
36
36
export * from './src/validation' ;
37
37
export * from './src/utf8' ;
38
38
export * from './src/exponential_backoff' ;
39
- export * from './src/util ' ;
39
+ export * from './src/formatters ' ;
Original file line number Diff line number Diff line change @@ -31,4 +31,4 @@ export * from './src/subscribe';
31
31
export * from './src/validation' ;
32
32
export * from './src/utf8' ;
33
33
export * from './src/exponential_backoff' ;
34
- export * from './src/util ' ;
34
+ export * from './src/formatters ' ;
File renamed without changes.
Original file line number Diff line number Diff line change 34
34
inputDtsFile : {
35
35
type : 'string' ,
36
36
alias : 'if' ,
37
- desc : 'support for adhoc analysis. requires a path to dts file'
37
+ desc : 'support for adhoc analysis. requires a path to a d.ts file'
38
38
} ,
39
39
inputBundleFile : {
40
40
type : 'string' ,
You can’t perform that action at this time.
0 commit comments