egoist / egoist/vmark

babel macro

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.