fbt
fbt copied to clipboard
A JavaScript Internationalization Framework
## 🐛 Bug Report According to npm, fbt declares a peer dependency on react that ranges from `0.12.0 - 17.x.x`. This means it is not possible to adopt React 18...
## 🚀 Feature Proposal I have tried to use `fbt` in [vite](https://vitejs.dev) with React. However, it doesn't seem reliable. I think it'd be great to have a sample for `vite`...
Bumps [terser](https://github.com/terser/terser) from 4.4.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.0 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.2. Changelog Sourced from eventsource's changelog. 1.1.2 Inline origin resolution, drops original dependency (#281 Espen Hovlandsdal) 1.1.1 Do not include authorization and cookie headers on...
## 🐛 Bug Report I have the following file: https://github.com/adeira/universe/blob/043ce6f981b6bcb242315e49ff8f2364c211df12/src/abacus-backoffice/src/analytics/QuarterNumberToString.js From what I understood (correct me if I am wrong), not only should FBT extract the months but also what's...
### New Version 0.68.1 ### Old Version 0.64 ### Build Target(s) ios simulator ### Output of `react-native info` ``` System: OS: macOS 12.3.1 CPU: (8) arm64 Apple M1 Memory: 102.34...
## 🚀 Feature Proposal Add support to auto import `fbt` in the babel plugin. Similar to how the new react automatic runtime feature in [`@babel/plugin-transform-react-jsx`](https://babeljs.io/docs/en/babel-plugin-transform-react-jsx/#react-automatic-runtime) ## Motivation Personally I often...
## 🚀 Feature Proposal: publish fbt eslint rules Following #327 (from @alexandernanberg), we should expose a bunch of our internal eslint rules to help developers use the Fbt API properly....