Skip to content

Commit

Permalink
Fix paths in types for nodenext
Browse files Browse the repository at this point in the history
Closes GH-76.
Closes GH-78.
  • Loading branch information
Josh-Cena committed Jun 9, 2022
1 parent 553229e commit 66189a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/index.js
Expand Up @@ -4,8 +4,8 @@
* @typedef {import('unist').Point} Point
* @typedef {Record<string, unknown> & {type: string, position?: Position|undefined}} NodeLike
* @typedef {import('./minurl.shared.js').URL} URL
* @typedef {import('..').VFileData} VFileData
* @typedef {import('..').VFileValue} VFileValue
* @typedef {import('../index.js').VFileData} VFileData
* @typedef {import('../index.js').VFileValue} VFileValue
*
* @typedef {'ascii'|'utf8'|'utf-8'|'utf16le'|'ucs2'|'ucs-2'|'base64'|'base64url'|'latin1'|'binary'|'hex'} BufferEncoding
* Encodings supported by the buffer class.
Expand Down

0 comments on commit 66189a4

Please sign in to comment.