We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a394ea8 commit 9f6111cCopy full SHA for 9f6111c
README.md
@@ -109,7 +109,7 @@ Then in your MDX file:
109
110
```mdx
111
{/**
112
- * @typedef {import('../mdx-components.js').MDXProvidedComponents} MDXProvidedComponents
+ * @import {MDXProvidedComponents} from '../mdx-components.js'
113
*/}
114
115
<Planet name="Earth" />
packages/typescript-plugin/index.cjs
@@ -2,10 +2,7 @@
2
3
/**
4
* @import {TsConfigSourceFile} from 'typescript'
5
- */
6
-
7
-/**
8
- * @typedef {import('unified', {with: {'resolution-mode': 'import'}}).Plugin} Plugin
+ * @import {Plugin} from 'unified' with {'resolution-mode': 'import'}
9
*/
10
11
const {pathToFileURL} = require('node:url')
0 commit comments