plastikfan / jaxom-ts

Another JSON to XML converter with inheritable attributes and custom element consolidation
MIT License
0 stars 0 forks source link

transformer.transformAssoc implemented incorrectly #43

Closed plastikfan closed 4 years ago

plastikfan commented 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.

plastikfan commented 4 years ago

method name transformAssoc renamed to transformAssocValue