Skip to content

Commit f4a765b

Browse files
committed
export function
1 parent f4195e9 commit f4a765b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Parser.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export interface ParsedUDIGrammar {
7070
dataRepresentation: GoGComponent[] | CustomComponent;
7171
}
7272

73-
function parseSpecification(spec: UDIGrammar): ParsedUDIGrammar {
73+
export function parseSpecification(spec: UDIGrammar): ParsedUDIGrammar {
7474
let { dataSource, dataTransformations, dataRepresentation } = spec;
7575
if (!Array.isArray(dataSource)) {
7676
dataSource = [dataSource];

0 commit comments

Comments
 (0)