ttag-org / babel-plugin-ttag

:blue_book: ttag - library for extracting and resolving gettext translations extract es6 localization
https://ttag.js.org
MIT License
28 stars 27 forks source link

Added javascript format flag #136

Closed AlexMost closed 5 years ago

AlexMost commented 5 years ago

This PR will add #, javascript-format flag to any msgid that uses javascript formatting.

codecov[bot] commented 5 years ago

Codecov Report

Merging #136 into master will decrease coverage by 0.36%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #136      +/-   ##
==========================================
- Coverage   96.61%   96.25%   -0.37%     
==========================================
  Files          15       15              
  Lines        1329     1441     +112     
  Branches      207      247      +40     
==========================================
+ Hits         1284     1387     +103     
- Misses         45       54       +9
Impacted Files Coverage Δ
src/po-helpers.js 98.32% <100%> (-0.46%) :arrow_down:
src/utils.js 95.91% <100%> (+0.02%) :arrow_up:
src/extract.js 100% <100%> (ø) :arrow_up:
src/context.js 90.61% <0%> (-0.5%) :arrow_down:
src/extractors/jsxtag-gettext.js 100% <0%> (ø) :arrow_up:
src/ttag.macro.js 92.18% <0%> (+0.18%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update beef6cd...5c54358. Read the comment docs.