We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4195e9 commit f4a765bCopy full SHA for f4a765b
src/components/Parser.ts
@@ -70,7 +70,7 @@ export interface ParsedUDIGrammar {
70
dataRepresentation: GoGComponent[] | CustomComponent;
71
}
72
73
-function parseSpecification(spec: UDIGrammar): ParsedUDIGrammar {
+export function parseSpecification(spec: UDIGrammar): ParsedUDIGrammar {
74
let { dataSource, dataTransformations, dataRepresentation } = spec;
75
if (!Array.isArray(dataSource)) {
76
dataSource = [dataSource];
0 commit comments