Alexander
Alexander
Use cases can be found here - https://github.com/ttag-org/ttag/issues/190
Example: ```jsx {jt`${ ${ jt`oh no` }} you did something wrong`} ``` *ttag update* will not extract `oh no` https://github.com/ttag-org/ttag/issues/177#issuecomment-517524467
Example: ```jsx const el = ; const = jt`text ${el} text` ``` React will warn that `br` should have a unique key. Possible solutions: 1. Add keys if not exist...
Discover for babel-plugin-ttag should skip if has import from other library Consider this ttag conf: ```js { discover: ["gettext"] } ``` This should not be discovered: ```js import _ from...
For now, if you are running `babel-plugin-ttag` with `extract` options with happypack or thread-loader it can produce incorrect `.po` file, because multiple threads are trying to modify the same file....