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

Support asynchronous code? #5

Closed ChiefOfGxBxL closed 6 years ago

ChiefOfGxBxL commented 7 years ago

Do we want to use callbacks in all translators? How much refactoring would need to be done? See also #4.

ChiefOfGxBxL commented 6 years ago

At this time, asynchronous code will not be supported. It may be implemented later if needed. This will break existing code, and make the translation process more convoluted. While async code is better for performance reasons, a sync process will suffice.