Arminas Katilius

Results 3 issues of Arminas Katilius

Currently, in order to use this module you need to: 1. Check out this repo locally 2. install jscodeshift globally or use `npx` to call jscodeshift globally. This lib could...

enhancement

Tagged Template Literals allows you to call the function by providing just ticks. This could be leveraged, to make syntax a bit less verbose, when dealing with translations: ``` {t('key')}...

enhancement

Expanded current test case `ExpressionContainer`: ``` import React from "react"; const Simple = ({ enabled }) => ( {"My simple text"} {enabled ? "OK" : "Not OK"} {enabled && enabled}...

bug