-
⚠️ Imported from legacy repository. This issue is a duplicate of https://github.com/Clojure-Intro-Course/babel-legacy/issues/126.
```
babel.middleware=> (even? [(StringBuilder. "a")])
The first a…
-
This would enable support in CRA.
-
The project was renamed from `babel-macros` to `babel-plugin-macros` to better support babel v7. No other breaking changes.
-
**Describe the bug**
- Extracted message id incorrect when `Trans` children has plain text follow JSX element, space is losted
![image](https://github.com/lingui/js-lingui/assets/18096089/6d2547…
-
Hi! This one is a big ask, but I want to know if it is in the works at all. Currently, this is what my webpack loaders setup looks like:
```js
module: {
rules: [
{
test: /\.(t…
-
**What is the current behavior:**
I made a simple babel macro which transforms this:
```js
when($isOpened, () => {
sample({ source: source, target: target })
forward({ from: from, to: to })
…
-
## 🐛 Bug Report
Getting the below mentioned warning
```
Warning: useLayoutEffect does nothing on the server, because its effect cannot be encoded into the server renderer's output format. This wi…
-
ToDo: motivation, related issues
Tasks:
1. Make configurable `strip_non_essential_fields` in the SWC plugin from outside. Now it's hardcoded to the ENV variable
- or introduce new option `…
-
- `mdx-bundler` version: 6.0.2
- `node` version: 14.17.6
- `npm` version: 6.14.15
Relevant code or config
Sample mdx file using `twin.macro` (https://github.com/ben-rogerson/twin.macro)
…
-
We currently use `serde`'s derive macros to implement `Serialize` on AST types.
We could use `#[generate_derive]` to generate these impls instead.
## Why is that a good thing?
### 1. Reduce c…