zaach / jsxgettext

Extract gettext calls from JavaScript, EJS, and other template formats.
Mozilla Public License 2.0
105 stars 56 forks source link

fix(deps): Use pug instead of jade #123

Closed shane-tomlinson closed 4 years ago

shane-tomlinson commented 6 years ago

The jade module was discontinued and had some npm audit warnings.

This replaces jade with pug and updates the jade parser based on the updated AST format.

There was a problem with the original tests/outputs/jade.pot, the two modified lines were actually incorrect when comparing with the source.

@zaach - r?

shane-tomlinson commented 6 years ago

@vladikoff - updated!

vladikoff commented 6 years ago

Landed in https://github.com/mozilla/jsxgettext/releases/tag/v0.11.0

Ref: https://github.com/mozilla/jsxgettext

We can uplift to this account later if needed