File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export async function DefinitionMapper(path: string): Promise<Feature[]> {
7373 } ;
7474
7575 dataTypes
76- . map ( ( f ) => ( { name : f . feature , type : getDataType ( f . type . identifier , constructed ) } ) )
76+ . map ( ( f ) => ( { name : f . feature , type : getDataType ( f . type , constructed ) } ) )
7777 . forEach ( ( dt ) => dt . type && getFeature ( dt . name ) . dataTypes . push ( dt . type ) ) ;
7878
7979 runtimeFunctions
Original file line number Diff line number Diff line change 99} from "@code0-tech/tucana/pb/shared.data_type_pb.js"
1010import { ConstructedDataTypes , getID } from "../definition/mapper.js" ;
1111import { getTranslationConnection } from "./translation.js" ;
12- import { Value } from "@code0-tech/tucana/pb/shared.struct_pb.js" ;
1312
1413enum DataTypeRulesVariant {
1514 /** The rule checks if a number falls within a specified range. */
You can’t perform that action at this time.
0 commit comments