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.
1 parent 8d33200 commit 269f403Copy full SHA for 269f403
README.md
@@ -10,7 +10,8 @@ Also compares versions lexicographically.
10
"arch": "aarch64",
11
"os": "linux",
12
"libc": "none",
13
- "vendor": "unknown"
+ "vendor": "unknown",
14
+ "unknownTerms": ["infra"]
15
}
16
```
17
types.js
@@ -24,5 +24,6 @@ module.exports._types = true;
24
* @prop {ArchString} arch
25
* @prop {LibcString} libc
26
* @prop {VendorString} [vendor]
27
+ * @prop {Array<String>} [unknownTerms]
28
* @prop {Boolean} [android] - for intermediary representation
29
*/
0 commit comments