Skip to content

Commit 565f608

Browse files
committed
implement yaml transpilation in worker threads
1 parent b0aeb4b commit 565f608

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,7 @@ export class DataSchemaCompiler {
755755

756756
this.compiledYamlCache.set(cacheKey, transpiledFile?.content || '');
757757

758+
758759
return transpiledFile;
759760
}
760761
}

0 commit comments

Comments
 (0)