We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@types/unist
1 parent 250d3e5 commit dd9834aCopy full SHA for dd9834a
3 files changed
package.json
@@ -46,7 +46,7 @@
46
"index.js"
47
],
48
"dependencies": {
49
- "@types/unist": "^2.0.0",
+ "@types/unist": "^3.0.0",
50
"bail": "^2.0.0",
51
"extend": "^3.0.0",
52
"is-buffer": "^2.0.0",
test/process.js
@@ -1,5 +1,5 @@
1
/**
2
- * @typedef {import('unist').Literal<string>} Literal
+ * @typedef {import('unist').Literal} Literal
3
* @typedef {import('../index.js').Parser} Parser
4
* @typedef {import('../index.js').Compiler} Compiler
5
*/
test/util/simple.js
* @typedef {import('../../index.js').Parser} Parser
* @typedef {import('../../index.js').Compiler} Compiler
0 commit comments