-
Would be nice to convert Nano JSX to and from an AST.
```jsx
const App = () => {
return (
title
paragraph
)
}
const tree = renderToTree()
// tree would be so…
-
### Summary
Prettier manages to reformat all kinds of files. ".mdx" files however are not formatted.
### Github Repository to Reproduce Issue
https://github.com/Signum/prettier-mdx-debug
#…
-
## Type of Change
Bug
## Summary / Details
[The Markdown Section](https://www.greenwoodjs.io/docs/configuration/#markdown) has a broken link to a github page documenting the current default opti…
-
A recent discussion in the project Slack (#language-ws) brought attention to a parallel effort that may be of interest to the Language WS and Community and Tooling WS. This was raised in the context o…
quaid updated
3 years ago
-
I added `"javascriptreact"` to the `spellright.documentTypes` array in order to have `.mdx` files checked by default.
According to the [VSCode docs](https://code.visualstudio.com/docs/languages/ide…
-
Create a plugin to show selective messages directly in the editor.
---
Potentially would be written as a language server.
https://langserver.org
-
### Initial checklist
- [X] I read the [support docs](https://github.com/unifiedjs/.github/blob/main/support.md)
- [X] I read the [contributing guide](https://github.com/unifiedjs/.github/blob/main/c…
-
## 早报 @ 2018.11.21
* [新闻] 一年一度的 github 官方统计,https://octoverse.github.com/
* [视频] From codesandbox to github to netlify,线上搞定开发,https://www.youtube.com/watch?v=zv8t_axC-wQ
* [类库] imba,The new progr…
-
#### Version(if relevant): 2.25.1
#### Environment(if relevant): Node (checked on 18, 19, and 20)
#### Code(if relevant):
```
./node_modules/.bin/type-coverage
```
#### Expected:
Work…
-
Hi, I notice this error during server side rendering, with version 3.0.1:
```
Cannot `parse` without `parser`
```
Which seems to be an error throw by unified, and I can find their test case he…