Skip to content

Commit 5d0d95a

Browse files
committed
add a comment
1 parent fb5c3e7 commit 5d0d95a

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

842842
compiledFiles[file.fileName] = true;
843843

844+
// As now all types of files are transpiled to JS,
845+
// we just call JS compiler for all of them
844846
this.compileJsFile(file, errorsReport, { doSyntaxCheck });
845847
}
846848

0 commit comments

Comments
 (0)