babel macro
Open
- Dominant language
- JavaScript
- Stars
- 162
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/kentcdodds/babel-macros
```js
import vmark from 'vmark/macro'
const post = vmark`
# hello
`
// ===>
const post = {
render() { /* ... */ }
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Read the linked babel-macros project first, then compare its expected integration with the JavaScript tagged-template example in this issue. Done means the shown vmark/macro import and template produce the illustrated component behavior; the issue names no repository files or tests to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, markdown
- Domain
- frontend, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100