babel-gettext-extractor
babel-gettext-extractor copied to clipboard
A fork of babel-gettext-plugin that works with older versions of node and supports comment and location extraction
Bumps [semver](https://github.com/npm/node-semver) from 5.6.0 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Bumps [json5](https://github.com/json5/json5) from 2.1.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 4.18.2. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v4.18.2 > * 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" ([#10022](https://github-redirect.dependabot.com/eslint/eslint/issues/10022)) (Mathieu Seiler) > *...
Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project. #### Changes included in this PR - Changes to the following...
So that "source-file.js:20" appears before "source-file.js:100". Also sort references line by line, so that e.g. path.js:122 path.js:98 is now written as path.js:98 path.js:122 and sorted after path.js:90 and before path.js:100....
* Adds pre-commit hooks * Adds prettier * Re-format code * Upgrades some dev dependencies (eslint, mocha, babel) * Use node@8 in travis
Add option to transform the windows style slashes to linux style slashes, and the other way around. This will generate consistent translation templates independent from the platform it's built on.
React Native uses the absolute path as the path. As a result the resulting gettext files have terrible absolute paths. It would be helpful if the cwd was stripped off...