Skip to content

Commit

Permalink
doc: add 'unknownTerms' array
Browse files Browse the repository at this point in the history
  • Loading branch information
coolaj86 committed Jan 2, 2024
1 parent 8d33200 commit 269f403
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Also compares versions lexicographically.
"arch": "aarch64",
"os": "linux",
"libc": "none",
"vendor": "unknown"
"vendor": "unknown",
"unknownTerms": ["infra"]
}
```

Expand Down
1 change: 1 addition & 0 deletions types.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ module.exports._types = true;
* @prop {ArchString} arch
* @prop {LibcString} libc
* @prop {VendorString} [vendor]
* @prop {Array<String>} [unknownTerms]
* @prop {Boolean} [android] - for intermediary representation
*/

0 comments on commit 269f403

Please sign in to comment.