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.
null
1 parent d305dd7 commit 7cd46eeCopy full SHA for 7cd46ee
index.js
@@ -20,7 +20,7 @@
20
21
/**
22
* Given an estree `node`, returns a unist `position`.
23
- * @param {NodeLike} [value]
+ * @param {NodeLike|null} [value]
24
* @returns {Position}
25
*/
26
export function positionFromEstree(value) {
0 commit comments