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 f1509f7 commit 29db95eCopy full SHA for 29db95e
packages/cubejs-schema-compiler/src/compiler/DataSchemaCompiler.js
@@ -1,7 +1,6 @@
1
import vm from 'vm';
2
import fs from 'fs';
3
import path from 'path';
4
-import { Worker } from 'worker_threads';
5
import syntaxCheck from 'syntax-error';
6
import { parse } from '@babel/parser';
7
import babelGenerator from '@babel/generator';
0 commit comments