Closed plastikfan closed 4 years ago
types.PrimitiveType needs to be defined/clarified
Why is it currently only ['number', 'boolean'] not including string or symbol.
Type of assocType on transformAssoc needs to be changed from any, to something more useful.
transformPrimitives is also a bit confusing wiuth regards to types.
method name transformAssoc renamed to transformAssocValue
types.PrimitiveType needs to be defined/clarified
Why is it currently only ['number', 'boolean'] not including string or symbol.
Type of assocType on transformAssoc needs to be changed from any, to something more useful.
transformPrimitives is also a bit confusing wiuth regards to types.