Skip to content

Commit d8c46f5

Browse files
committed
add a comment
1 parent aab67a6 commit d8c46f5

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

847847
compiledFiles[file.fileName] = true;
848848

849+
// As now all types of files are transpiled to JS,
850+
// we just call JS compiler for all of them
849851
this.compileJsFile(file, errorsReport, { doSyntaxCheck });
850852
}
851853

0 commit comments

Comments
 (0)