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

Fix multiple traverse issue #131

Closed AlexMost closed 5 years ago

AlexMost commented 5 years ago

Issue - https://github.com/ttag-org/babel-plugin-ttag/issues/122 This PR fixes the situation when babel-plugin-ttag was applied twice to the single node.

codecov[bot] commented 5 years ago

Codecov Report

Merging #131 into master will increase coverage by 0.06%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #131      +/-   ##
==========================================
+ Coverage    96.6%   96.67%   +0.06%     
==========================================
  Files          15       15              
  Lines        1327     1322       -5     
  Branches      207      206       -1     
==========================================
- Hits         1282     1278       -4     
+ Misses         45       44       -1
Impacted Files Coverage Δ
src/plugin.js 98.5% <100%> (+0.45%) :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 6617828...6c8e66a. Read the comment docs.