Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/formatjs/babel-plugin-react-intl

Extracts string messages from React components that use React Intl.
https://github.com/formatjs/babel-plugin-react-intl

switch to jest

longlho opened this pull request over 5 years ago
Plugin does nothing, how to debug? (using with Gatsby)

onokje opened this issue over 5 years ago
Support spread syntax (or expression) for defineMessages

agoldis opened this issue almost 6 years ago
Add support for processing `intl.formatMessage` when injection is used.

swernerx opened this pull request almost 6 years ago
Add overrideIdFn option to allow manipulation of IDs during extraction

joual opened this pull request about 6 years ago
Extracting message by formatMessage directly but defineMessages

YaoKaiLun opened this issue about 6 years ago
cache is not working properly

dabit1gamma opened this issue about 6 years ago
Fixed `file.log.warn` issue

SanichKotikov opened this pull request about 6 years ago
Adding feature to combine messages into one JSON object file

shadiabuhilal opened this pull request about 6 years ago
Any option to remove `defaultMessage` field in production?

tranvansang opened this issue over 6 years ago
[Babel 7] TypeError: Path must be a string. Received undefined

ghost opened this issue over 6 years ago
id containing multiple period would not work.

7seven7lst opened this issue over 6 years ago
remove upath dependency because of unintended introduction breaking c…

bj00rn opened this pull request over 6 years ago
Cannot find module babel-plugin-react-intl when extracting messages

MartinCerny-awin opened this issue over 6 years ago
Move upath from devDependencies to dependencies

MartinCerny-awin opened this pull request over 6 years ago
Error: Cannot find module 'upath'

MartinCerny-awin opened this issue over 6 years ago
update readme after 3.0 release

bj00rn opened this pull request over 6 years ago
update readme after 3.x release

bj00rn opened this pull request over 6 years ago
Run Node.js v8 and v10 on CI

ykzts opened this pull request over 6 years ago
Bump version to 3.0.0

okuryu opened this pull request over 6 years ago
Babel 7 support

shadiabuhilal opened this issue over 6 years ago
Babel 7 upgrade

bj00rn opened this pull request over 6 years ago
use Babel 7

bj00rn opened this pull request over 6 years ago
Am I supposed to use this plugin to obtain translation files?

arnaudpeich opened this issue over 6 years ago
Only defineMessages works. FormattedMessage is ignored.

eddiewang opened this issue over 6 years ago
Export messages by category and other options

SleepWalker opened this pull request over 6 years ago
plugin does not seem to do anything

RajeevSiewnath opened this issue over 6 years ago
Allow other component names than the build-in ones

atimmer opened this issue over 6 years ago
New options: removeDefaultMessage and keepDescriptions

langpavel opened this pull request almost 7 years ago
option to gather messages even without defaultMessage attribute

bziorkiewicz opened this pull request almost 7 years ago
The "path" argument must be of type string (v2.4.0)

kayluhb opened this issue almost 7 years ago
Bump version to 2.4.0

okuryu opened this pull request almost 7 years ago
Generate Message ID

grebenyuksv-preply opened this issue almost 7 years ago
Not working with babel-loader 8.x

koalex opened this issue about 7 years ago
react-native

beeirl opened this issue about 7 years ago
fix for babel 7

w84v2rhsq4 opened this pull request about 7 years ago
Fix Babel 7 compatibility

houfio opened this pull request about 7 years ago
[discussion] Improve plugin and develop tooling to simplify i18n workflow

SleepWalker opened this issue over 7 years ago
transform-react-inline-elements plugin

DaryaTarasowa opened this issue over 7 years ago
Added support for single-file JSON / XLIFF 1.2 outputs

jakubkulhan opened this pull request over 7 years ago
FormattedMessage in ArrowFunction is not captured

lzhuor opened this issue over 7 years ago
Is this lib dead?

steida opened this issue over 7 years ago
How this plugin works?

sm2017 opened this issue over 7 years ago
Doesn't work with babel 7-alpha

hlehmann opened this issue over 7 years ago
Webpack v2, v3 + modules:false, not finding usages

haf opened this issue over 7 years ago
prefix message ids

davidyorr opened this issue over 7 years ago
Error: "Messages must be statically evaluate-able for extraction."

n-sviridenko opened this issue over 7 years ago
JSXOpeningElement not being visited

Kronuz opened this issue over 7 years ago
Added JSXSpreadOperator extracting (issue #116)

DeyLak opened this pull request over 7 years ago
Spread object props syntax for FormattedMessage are not extracted

DeyLak opened this issue over 7 years ago
Allow extraction of messages without a defaultMessage

Floriferous opened this pull request over 7 years ago
Support multiple "moduleSourceName"

Bazze opened this issue over 7 years ago
Support other props extraction

geekyme opened this issue over 7 years ago
How do I know if the plugin is running?

itshallrun opened this issue over 7 years ago
Add postinstall to enable npm install from git repos

bjrn opened this pull request over 7 years ago
Added support for CommonJS modules.

cameron-martin opened this pull request over 7 years ago
Does this work with create-react-app?

bmueller-sykes opened this issue over 7 years ago
Can't extract the message descriptors

ghost opened this issue almost 8 years ago
Fix root when the user uses symlinks

THernandez03 opened this pull request almost 8 years ago
Add now option `additionalDescriptorProps`

LoicMahieu opened this pull request almost 8 years ago
Add `removeDefaultMessages` option

dsempel opened this pull request almost 8 years ago
Use 'FormattedMessage' instead of 'FormattedPlural' - but how?

rvetere opened this issue almost 8 years ago
.native.js file extension are ignored

donovantc opened this issue almost 8 years ago
Webpack2 + modules:false, not finding usages

haf opened this issue almost 8 years ago
shorthand for defineMessages

plandem opened this issue almost 8 years ago
Webpack plugin

mbrevda opened this issue almost 8 years ago
How do you treat longer text passage?

danielkcz opened this issue almost 8 years ago
2.3.1

ericf opened this pull request almost 8 years ago
Hoist state to file level

ericf opened this pull request almost 8 years ago
Upgrade devDeps

ericf opened this pull request almost 8 years ago
fix(index): Remove the optimization such that the code extracts twice.

chemoish opened this pull request almost 8 years ago
Merge all descriptors into a single file

hunt opened this issue almost 8 years ago
File opts.messagesDir not created because descriptors.length == 0

googol7 opened this issue almost 8 years ago
Does this work on react-native?

mschipperheyn opened this issue almost 8 years ago
Suggestion: untranslated strings

alexandru-tomescu opened this issue about 8 years ago
2.3.0

ericf opened this pull request about 8 years ago
Tweak description object support

ericf opened this pull request about 8 years ago
allow object passed to description prop

mattkime opened this pull request about 8 years ago
[feature-request] File(s) for unused translations

maniax89 opened this issue about 8 years ago
More metadata

mattkime opened this pull request about 8 years ago
Plugin doesn't seem to do anything

mschipperheyn opened this issue about 8 years ago
Module build failed because provided an invalid property

Andersos opened this issue about 8 years ago
incompatible with babel.transformFile

mattkime opened this issue about 8 years ago
allow configuration of more metadata fields

mattkime opened this issue about 8 years ago
Empty messages array

7rulnik opened this issue over 8 years ago
Error when using a reference to an object in `defineMessages`

jasonmorita opened this issue over 8 years ago
add id-linting option

mosch opened this pull request over 8 years ago
Implement `message` tagged template extraction

ericf opened this pull request over 8 years ago
TypeScript

googol7 opened this issue over 8 years ago
Messages are not always picked up

benzen opened this issue over 8 years ago
Required defaultMessage

tkislan opened this issue almost 9 years ago
Translation files aren't being created

driesvancraen opened this issue almost 9 years ago
Having NPM install from github doesn't run the build step

toadzky opened this issue almost 9 years ago
Add option to disable JSX extraction

baer opened this pull request about 9 years ago
Does not pick up messages defined in a `format*` method

baer opened this issue about 9 years ago
Enable Customization of IMPORTED_NAMES

baer opened this issue about 9 years ago
Cannot use backslash('\') in jsx value string

ikhilko opened this issue about 9 years ago
Suggestions for a XLIFF converter?

emmenko opened this issue over 9 years ago