smhg / gettext-parser

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

fix(compat): replace lookbehind regex with some logic to compatibility with Safari like browsers #70

Closed Delagen closed 2 years ago

Delagen commented 2 years ago

Seems to resolve #69

Delagen commented 2 years ago

@smhg Please review

smhg commented 2 years ago

Array.at seems to be a bit too new. Node 14 would still be nice to support I guess. Can you change this to some alternative please?

Delagen commented 2 years ago

@smhg Thanks for reply, updated