smhg / gettext-parser

Parse and compile gettext po and mo files, nothing more, nothing less
MIT License
158 stars 43 forks source link

feat(refactor): use ES6 inheritance, refactor to ES6 style #74

Closed Delagen closed 1 year ago

Delagen commented 1 year ago

dependency on 'util' in lib code cause browser bundle to require util polyfill, that with Object.getOwnPropertyDescriptors increase bundle up to 300k

smhg commented 1 year ago

@Delagen thank you for your work, but this PR is too large to review for me. Some thoughts: