File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -118,14 +118,10 @@ var ProjectCompiler = /** @class */ (function () {
118118 var baseRelative = path . relative ( this . project . options . rootDir , file . gulp . base ) ;
119119 baseDeclarations = path . join ( this . project . options . declarationDir , baseRelative ) ;
120120 }
121- if ( base === '' )
122- console . log ( 1 , file . gulp . base , this . project . options . outDir ) ;
123121 }
124122 else if ( this . project . options . outFile ) {
125123 base = this . project . directory ;
126124 baseDeclarations = base ;
127- if ( base === '' )
128- console . log ( 2 , this . project ) ;
129125 }
130126 else {
131127 base = this . project . directory ;
@@ -134,8 +130,6 @@ var ProjectCompiler = /** @class */ (function () {
134130 if ( dtsFileName !== undefined ) {
135131 dtsFileName = path . resolve ( base , dtsFileName ) ;
136132 }
137- if ( base === '' )
138- console . log ( 3 , this . project . options . out , jsFileName ) ;
139133 }
140134 if ( jsContent !== undefined ) {
141135 if ( jsMapContent !== undefined ) {
You can’t perform that action at this time.
0 commit comments