Skip to content

Commit 98b313b

Browse files
committed
add a comment
1 parent e425c3b commit 98b313b

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
@@ -766,6 +766,8 @@ export class DataSchemaCompiler {
766766

767767
compiledFiles[file.fileName] = true;
768768

769+
// As now all types of files are transpiled to JS,
770+
// we just call JS compiler for all of them
769771
this.compileJsFile(file, errorsReport, { doSyntaxCheck });
770772
}
771773

0 commit comments

Comments
 (0)