tiagobento commented on PR #3198:
URL: 
https://github.com/apache/incubator-kie-tools/pull/3198#issuecomment-3192846475

   IDK how much extra work it would be, and it's okay for us to do it in the 
future, but if possible and not too much effort, creating aliases for the DMN 
types generated by `xml-parser-ts-codegen` would be great to more easily do 
these updates in the future. E.g.,
   
   In `dmn-marshaller` we could have:
   
   ```ts
   export type DMN_LATEST__tDefinitions = DMN15__tDefinitions
   export type DMN_LATEST__tDecision = DMN15__tDecision
   // ...
   //etc
   ```
   
   This way, when DMN 1.7 arrives we can simple update this file and account 
for any discrepancies that happen in the dependent modules. WDYT @aswathitv?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to