Skip to content

Commit f7790f8

Browse files
committed
update typedef to be more readable with @Property
1 parent 0dbbcdd commit f7790f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/util/identifier.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
"use strict";
22
const path = require("path");
33

4-
/** @typedef {{relativePaths: Map<string, string|Map<string,string>>}} MakeRelativePathsCache */
4+
/**
5+
* @typedef {Object} MakeRelativePathsCache
6+
* @property {Map<string, Map<string, string>>=} relativePaths
7+
*/
58

69
/**
710
*

0 commit comments

Comments
 (0)