Skip to content

Commit 269f403

Browse files
committed
doc: add 'unknownTerms' array
1 parent 8d33200 commit 269f403

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Also compares versions lexicographically.
1010
"arch": "aarch64",
1111
"os": "linux",
1212
"libc": "none",
13-
"vendor": "unknown"
13+
"vendor": "unknown",
14+
"unknownTerms": ["infra"]
1415
}
1516
```
1617

types.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ module.exports._types = true;
2424
* @prop {ArchString} arch
2525
* @prop {LibcString} libc
2626
* @prop {VendorString} [vendor]
27+
* @prop {Array<String>} [unknownTerms]
2728
* @prop {Boolean} [android] - for intermediary representation
2829
*/

0 commit comments

Comments
 (0)