ChiefOfGxBxL / WC3MapTranslator

Translate war3map ⇄ json formats for WarCraft III .w3x maps
https://www.npmjs.com/package/wc3maptranslator
MIT License
73 stars 31 forks source link

Add error checking & reporting #14

Open ChiefOfGxBxL opened 6 years ago

ChiefOfGxBxL commented 6 years ago

Use the return object of each translator to store ❌ errors that occur in translating. Before any translation takes place, validation should be performed to check the input schema:

ChiefOfGxBxL commented 4 years ago

This may tie in with #24