-
## Config Migration Needed
- [ ] Select this checkbox to let Renovate create an automated Config Migration PR.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Das…
-
### Description
Astro doc is using [starlight](https://starlight.astro.build), It would be really nice if this plugin also uses it for:
- Tabs:
- Installation for [npm] | [pnpm]
- Eslint confi…
-
`docusaurus-preset-shiki-twoslash` is incompatible with Docusaurus's [live code blocks](https://docusaurus.io/docs/markdown-features/code-blocks#interactive-code-editor), since it gobbles up all of th…
-
```ts repro
type State
= {tag: "one"}
| {tag: "two"}
| {tag: "three"}
function notallowed(arg: number) {
let state: State = {tag: "one"};
try {
state = {tag: "two…
orta updated
8 months ago
-
### 🚀 Feature Request
#47 adds an autofixer for just twoslash rules. I love it.
@danvk mentioned there the autofixer could be added for other rules as well.
-
Hi there, I am having the following issue with `vocs@1.0.0-alpha.30`.
I would like to highlight the keyword `type` in the following (simplified) example
```ts
type TEST = {
hello: "world"
}…
-
Given:
```
```tsx twoslash
import * as React from "react";
const Nav = () => null;
```
We get this error:
```
Errors were thrown in the sample, but not included in an errors tag
These…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-iss…
-
I like the [vscode-twoslash-queries](https://marketplace.visualstudio.com/items?itemName=Orta.vscode-twoslash-queries) extension. Currently it shows a type within one line but for very large types it …
-
When installing the Gatsby plugin, and the related `@mdx` dependencies, I'm unfortunately greeted by the following error when starting Gatsby:
```
Error: Cannot find module '/local/path/gatsby-theme…