|
1 | 1 | {
|
2 | 2 | "metadata": {
|
3 | 3 | "toolPackage": "@microsoft/api-extractor",
|
4 |
| - "toolVersion": "7.13.1", |
5 |
| - "schemaVersion": 1003, |
6 |
| - "oldestForwardsCompatibleVersion": 1001 |
| 4 | + "toolVersion": "7.19.2", |
| 5 | + "schemaVersion": 1004, |
| 6 | + "oldestForwardsCompatibleVersion": 1001, |
| 7 | + "tsdocConfig": { |
| 8 | + "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json", |
| 9 | + "noStandardTags": true, |
| 10 | + "tagDefinitions": [ |
| 11 | + { |
| 12 | + "tagName": "@alpha", |
| 13 | + "syntaxKind": "modifier" |
| 14 | + }, |
| 15 | + { |
| 16 | + "tagName": "@beta", |
| 17 | + "syntaxKind": "modifier" |
| 18 | + }, |
| 19 | + { |
| 20 | + "tagName": "@defaultValue", |
| 21 | + "syntaxKind": "block" |
| 22 | + }, |
| 23 | + { |
| 24 | + "tagName": "@decorator", |
| 25 | + "syntaxKind": "block", |
| 26 | + "allowMultiple": true |
| 27 | + }, |
| 28 | + { |
| 29 | + "tagName": "@deprecated", |
| 30 | + "syntaxKind": "block" |
| 31 | + }, |
| 32 | + { |
| 33 | + "tagName": "@eventProperty", |
| 34 | + "syntaxKind": "modifier" |
| 35 | + }, |
| 36 | + { |
| 37 | + "tagName": "@example", |
| 38 | + "syntaxKind": "block", |
| 39 | + "allowMultiple": true |
| 40 | + }, |
| 41 | + { |
| 42 | + "tagName": "@experimental", |
| 43 | + "syntaxKind": "modifier" |
| 44 | + }, |
| 45 | + { |
| 46 | + "tagName": "@inheritDoc", |
| 47 | + "syntaxKind": "inline" |
| 48 | + }, |
| 49 | + { |
| 50 | + "tagName": "@internal", |
| 51 | + "syntaxKind": "modifier" |
| 52 | + }, |
| 53 | + { |
| 54 | + "tagName": "@label", |
| 55 | + "syntaxKind": "inline" |
| 56 | + }, |
| 57 | + { |
| 58 | + "tagName": "@link", |
| 59 | + "syntaxKind": "inline", |
| 60 | + "allowMultiple": true |
| 61 | + }, |
| 62 | + { |
| 63 | + "tagName": "@override", |
| 64 | + "syntaxKind": "modifier" |
| 65 | + }, |
| 66 | + { |
| 67 | + "tagName": "@packageDocumentation", |
| 68 | + "syntaxKind": "modifier" |
| 69 | + }, |
| 70 | + { |
| 71 | + "tagName": "@param", |
| 72 | + "syntaxKind": "block", |
| 73 | + "allowMultiple": true |
| 74 | + }, |
| 75 | + { |
| 76 | + "tagName": "@privateRemarks", |
| 77 | + "syntaxKind": "block" |
| 78 | + }, |
| 79 | + { |
| 80 | + "tagName": "@public", |
| 81 | + "syntaxKind": "modifier" |
| 82 | + }, |
| 83 | + { |
| 84 | + "tagName": "@readonly", |
| 85 | + "syntaxKind": "modifier" |
| 86 | + }, |
| 87 | + { |
| 88 | + "tagName": "@remarks", |
| 89 | + "syntaxKind": "block" |
| 90 | + }, |
| 91 | + { |
| 92 | + "tagName": "@returns", |
| 93 | + "syntaxKind": "block" |
| 94 | + }, |
| 95 | + { |
| 96 | + "tagName": "@sealed", |
| 97 | + "syntaxKind": "modifier" |
| 98 | + }, |
| 99 | + { |
| 100 | + "tagName": "@see", |
| 101 | + "syntaxKind": "block" |
| 102 | + }, |
| 103 | + { |
| 104 | + "tagName": "@throws", |
| 105 | + "syntaxKind": "block", |
| 106 | + "allowMultiple": true |
| 107 | + }, |
| 108 | + { |
| 109 | + "tagName": "@typeParam", |
| 110 | + "syntaxKind": "block", |
| 111 | + "allowMultiple": true |
| 112 | + }, |
| 113 | + { |
| 114 | + "tagName": "@virtual", |
| 115 | + "syntaxKind": "modifier" |
| 116 | + }, |
| 117 | + { |
| 118 | + "tagName": "@betaDocumentation", |
| 119 | + "syntaxKind": "modifier" |
| 120 | + }, |
| 121 | + { |
| 122 | + "tagName": "@internalRemarks", |
| 123 | + "syntaxKind": "block" |
| 124 | + }, |
| 125 | + { |
| 126 | + "tagName": "@preapproved", |
| 127 | + "syntaxKind": "modifier" |
| 128 | + } |
| 129 | + ], |
| 130 | + "supportForTags": { |
| 131 | + "@alpha": true, |
| 132 | + "@beta": true, |
| 133 | + "@defaultValue": true, |
| 134 | + "@decorator": true, |
| 135 | + "@deprecated": true, |
| 136 | + "@eventProperty": true, |
| 137 | + "@example": true, |
| 138 | + "@experimental": true, |
| 139 | + "@inheritDoc": true, |
| 140 | + "@internal": true, |
| 141 | + "@label": true, |
| 142 | + "@link": true, |
| 143 | + "@override": true, |
| 144 | + "@packageDocumentation": true, |
| 145 | + "@param": true, |
| 146 | + "@privateRemarks": true, |
| 147 | + "@public": true, |
| 148 | + "@readonly": true, |
| 149 | + "@remarks": true, |
| 150 | + "@returns": true, |
| 151 | + "@sealed": true, |
| 152 | + "@see": true, |
| 153 | + "@throws": true, |
| 154 | + "@typeParam": true, |
| 155 | + "@virtual": true, |
| 156 | + "@betaDocumentation": true, |
| 157 | + "@internalRemarks": true, |
| 158 | + "@preapproved": true |
| 159 | + } |
| 160 | + } |
7 | 161 | },
|
8 | 162 | "kind": "Package",
|
9 | 163 | "canonicalReference": "slimdom!",
|
|
0 commit comments