Skip to content

Commit 2dd8187

Browse files
committed
add a comment
1 parent 22ce0c5 commit 2dd8187

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

793793
compiledFiles[file.fileName] = true;
794794

795+
// As now all types of files are transpiled to JS,
796+
// we just call JS compiler for all of them
795797
this.compileJsFile(file, errorsReport, { doSyntaxCheck });
796798
}
797799

0 commit comments

Comments
 (0)