Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 15, 2021
1 parent b3e2464 commit 75c8293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/process.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @typedef {import('unist').Literal} Literal
* @typedef {import('unist').Literal<string>} Literal
* @typedef {import('unist').Node} Node
* @typedef {import('..').Parser} Parser
* @typedef {import('..').Compiler} Compiler
Expand Down
2 changes: 1 addition & 1 deletion test/util/simple.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @typedef {import('unist').Literal} Literal
* @typedef {import('unist').Literal<string>} Literal
* @typedef {import('../..').Parser} Parser
* @typedef {import('../..').Compiler} Compiler
*/
Expand Down

0 comments on commit 75c8293

Please sign in to comment.