Skip to content

Commit fc860fe

Browse files
committed
add a comment
1 parent c3cb401 commit fc860fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/cubejs-schema-compiler/src/compiler/DataSchemaCompiler.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,8 @@ export class DataSchemaCompiler {
788788

789789
compiledFiles[file.fileName] = true;
790790

791+
// As now all types of files are transpiled to JS,
792+
// we just call JS compiler for all of them
791793
this.compileJsFile(file, errorsReport, { doSyntaxCheck });
792794
}
793795

0 commit comments

Comments
 (0)