-
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…
-
- `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)
…
-
https://github.com/ben-rogerson/twin.macro/assets/24834933/bc12dae0-41e8-4501-addb-2476085b0169
copied from example project
using app dir and next 14
package.json
```json
{
"name": "my-app…
-
**Is your feature request related to a problem? Please describe.**
Support babel macros when using bundle loader/transformer.
**Describe the solution you'd like**
#769
**Describe alternatives…
-
Question:
---
Is it possible to make this plugin work as [macro](https://github.com/kentcdodds/babel-plugin-macros), like [preval](https://github.com/kentcdodds/babel-plugin-preval#use-with-babel-pl…
-
Need to keep track:
* Relay https://github.com/facebook/relay/pull/2171
* Apollo https://github.com/facebookincubator/create-react-app/issues/3856#issuecomment-358696916
* Css-in-js like Emotion
…
-
### Current Behavior
Using Tamagui's default component with 3 options and very basic configuration, I see weird jumping behavior when trying to hover over last item. See attached video.
### Exp…
jikyu updated
1 month ago
-
I wonder if we can skirt around having to eject from create react app by using
https://github.com/kentcdodds/babel-plugin-macros
-
From **babel-plugin-styled-components@.>=2.0.0** onwards,
using the **css prop** with **babel macros** as described in the docs is no more working:
https://styled-components.com/docs/api#usage-with-…
-
Small example:
`src/mytypes.ts`:
```
import createValidator, { createDetailedValidator, registerType } from "typecheck.macro";
export type ProjectLayerConfig = {
layers: Array;
};
regis…