Alexander

Results 54 issues of Alexander

Create basic design. 1. Guitar fretboard. 2. Logo.

enhancement

Use cases can be found here - https://github.com/ttag-org/ttag/issues/190

doc

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

bug

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...

enhancement

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...

babel-plugin

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....

babel-plugin