We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0fef7 commit 5622a73Copy full SHA for 5622a73
packages/cubejs-server-core/src/core/CompilerApi.js
@@ -96,14 +96,10 @@ export class CompilerApi {
96
}
97
98
/**
99
- * Returns the compilers instances without model compilation,
+ * Creates the compilers instances without model compilation,
100
* because it could fail and no compilers will be returned.
101
*/
102
- getCompilersInstances() {
103
- if (this.compilers) {
104
- return this.compilers;
105
- }
106
-
+ createCompilerInstances() {
107
return prepareCompiler(this.repository, {
108
allowNodeRequire: this.allowNodeRequire,
109
compileContext: this.compileContext,
0 commit comments