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 f1109f1 commit c50633bCopy full SHA for c50633b
packages/cubejs-schema-compiler/src/compiler/transpilers/CubePropContextTranspiler.ts
@@ -8,8 +8,6 @@ import {
8
TranspilerSymbolResolver,
9
TraverseObject
10
} from './transpiler.interface';
11
-import type { CubeSymbols } from '../CubeSymbols';
12
-import type { CubeDictionary } from '../CubeDictionary';
13
14
/* this list was generated by getTransformPatterns() with additional variants for snake_case */
15
export const transpiledFieldsPatterns: Array<RegExp> = [
0 commit comments