|
| 1 | +// < definition syntax 1.0.0 src/`definition-file-signatures.d.ts`/ |
| 2 | + |
| 3 | +// format-options: showSignatures |
| 4 | +export namespace minimized { |
| 5 | +// ^^^^^^^^^ definition syntax 1.0.0 src/`definition-file-signatures.d.ts`/minimized/ |
| 6 | +// info { |
| 7 | +// | "symbol": "scip-typescript npm syntax 1.0.0 src/`definition-file-signatures.d.ts`/minimized/", |
| 8 | +// | "documentation": [ |
| 9 | +// | "```ts\nminimized: typeof minimized\n```" |
| 10 | +// | ], |
| 11 | +// | "relationships": [], |
| 12 | +// | "kind": 0, |
| 13 | +// | "display_name": "minimized", |
| 14 | +// | "enclosing_symbol": "", |
| 15 | +// | "signature": {} |
| 16 | +// | } |
| 17 | + export enum NumericLiteralEnum { |
| 18 | +// ^^^^^^^^^^^^^^^^^^ definition syntax 1.0.0 src/`definition-file-signatures.d.ts`/minimized/NumericLiteralEnum# |
| 19 | +// info { |
| 20 | +// | "symbol": "scip-typescript npm syntax 1.0.0 src/`definition-file-signatures.d.ts`/minimized/NumericLiteralEnum#", |
| 21 | +// | "documentation": [ |
| 22 | +// | "```ts\nenum NumericLiteralEnum\n```" |
| 23 | +// | ], |
| 24 | +// | "relationships": [], |
| 25 | +// | "kind": 11, |
| 26 | +// | "display_name": "NumericLiteralEnum", |
| 27 | +// | "enclosing_symbol": "", |
| 28 | +// | "signature": { |
| 29 | +// | "class_signature": { |
| 30 | +// | "parents": [], |
| 31 | +// | "declarations": { |
| 32 | +// | "symlinks": [ |
| 33 | +// | "scip-typescript npm syntax 1.0.0 src/`definition-file-signatures.d.ts`/minimized/NumericLiteralEnum#One.", |
| 34 | +// | "scip-typescript npm syntax 1.0.0 src/`definition-file-signatures.d.ts`/minimized/NumericLiteralEnum#TwoThousand." |
| 35 | +// | ], |
| 36 | +// | "hardlinks": [] |
| 37 | +// | } |
| 38 | +// | } |
| 39 | +// | } |
| 40 | +// | } |
| 41 | + One = 1, |
| 42 | +// ^^^ definition syntax 1.0.0 src/`definition-file-signatures.d.ts`/minimized/NumericLiteralEnum#One. |
| 43 | +// info { |
| 44 | +// | "symbol": "scip-typescript npm syntax 1.0.0 src/`definition-file-signatures.d.ts`/minimized/NumericLiteralEnum#One.", |
| 45 | +// | "documentation": [ |
| 46 | +// | "```ts\n(enum member) One = 1\n```" |
| 47 | +// | ], |
| 48 | +// | "relationships": [], |
| 49 | +// | "kind": 12, |
| 50 | +// | "display_name": "One", |
| 51 | +// | "enclosing_symbol": "", |
| 52 | +// | "signature": { |
| 53 | +// | "value_signature": { |
| 54 | +// | "tpe": { |
| 55 | +// | "constant_type": { |
| 56 | +// | "constant": { |
| 57 | +// | "int_constant": { |
| 58 | +// | "value": 1 |
| 59 | +// | } |
| 60 | +// | } |
| 61 | +// | } |
| 62 | +// | } |
| 63 | +// | } |
| 64 | +// | } |
| 65 | +// | } |
| 66 | + TwoThousand = 2_000, |
| 67 | +// ^^^^^^^^^^^ definition syntax 1.0.0 src/`definition-file-signatures.d.ts`/minimized/NumericLiteralEnum#TwoThousand. |
| 68 | +// info { |
| 69 | +// | "symbol": "scip-typescript npm syntax 1.0.0 src/`definition-file-signatures.d.ts`/minimized/NumericLiteralEnum#TwoThousand.", |
| 70 | +// | "documentation": [ |
| 71 | +// | "```ts\n(enum member) TwoThousand = 2000\n```" |
| 72 | +// | ], |
| 73 | +// | "relationships": [], |
| 74 | +// | "kind": 12, |
| 75 | +// | "display_name": "TwoThousand", |
| 76 | +// | "enclosing_symbol": "", |
| 77 | +// | "signature": { |
| 78 | +// | "value_signature": { |
| 79 | +// | "tpe": { |
| 80 | +// | "constant_type": { |
| 81 | +// | "constant": { |
| 82 | +// | "int_constant": { |
| 83 | +// | "value": 2000 |
| 84 | +// | } |
| 85 | +// | } |
| 86 | +// | } |
| 87 | +// | } |
| 88 | +// | } |
| 89 | +// | } |
| 90 | +// | } |
| 91 | + } |
| 92 | + |
| 93 | + export const doubleConstant = 3.14 |
| 94 | +// ^^^^^^^^^^^^^^ definition syntax 1.0.0 src/`definition-file-signatures.d.ts`/minimized/doubleConstant. |
| 95 | +// info { |
| 96 | +// | "symbol": "scip-typescript npm syntax 1.0.0 src/`definition-file-signatures.d.ts`/minimized/doubleConstant.", |
| 97 | +// | "documentation": [ |
| 98 | +// | "```ts\nvar doubleConstant: 3.14\n```" |
| 99 | +// | ], |
| 100 | +// | "relationships": [], |
| 101 | +// | "kind": 61, |
| 102 | +// | "display_name": "doubleConstant", |
| 103 | +// | "enclosing_symbol": "", |
| 104 | +// | "signature": { |
| 105 | +// | "value_signature": { |
| 106 | +// | "tpe": { |
| 107 | +// | "constant_type": { |
| 108 | +// | "constant": { |
| 109 | +// | "double_constant": { |
| 110 | +// | "value": 3.14 |
| 111 | +// | } |
| 112 | +// | } |
| 113 | +// | } |
| 114 | +// | } |
| 115 | +// | } |
| 116 | +// | } |
| 117 | +// | } |
| 118 | + |
| 119 | + export enum StringLiteralEnum { |
| 120 | +// ^^^^^^^^^^^^^^^^^ definition syntax 1.0.0 src/`definition-file-signatures.d.ts`/minimized/StringLiteralEnum# |
| 121 | +// info { |
| 122 | +// | "symbol": "scip-typescript npm syntax 1.0.0 src/`definition-file-signatures.d.ts`/minimized/StringLiteralEnum#", |
| 123 | +// | "documentation": [ |
| 124 | +// | "```ts\nenum StringLiteralEnum\n```" |
| 125 | +// | ], |
| 126 | +// | "relationships": [], |
| 127 | +// | "kind": 11, |
| 128 | +// | "display_name": "StringLiteralEnum", |
| 129 | +// | "enclosing_symbol": "", |
| 130 | +// | "signature": { |
| 131 | +// | "class_signature": { |
| 132 | +// | "parents": [], |
| 133 | +// | "declarations": { |
| 134 | +// | "symlinks": [ |
| 135 | +// | "scip-typescript npm syntax 1.0.0 src/`definition-file-signatures.d.ts`/minimized/StringLiteralEnum#Saturday.", |
| 136 | +// | "scip-typescript npm syntax 1.0.0 src/`definition-file-signatures.d.ts`/minimized/StringLiteralEnum#Sunday." |
| 137 | +// | ], |
| 138 | +// | "hardlinks": [] |
| 139 | +// | } |
| 140 | +// | } |
| 141 | +// | } |
| 142 | +// | } |
| 143 | + Saturday = 'saturday', |
| 144 | +// ^^^^^^^^ definition syntax 1.0.0 src/`definition-file-signatures.d.ts`/minimized/StringLiteralEnum#Saturday. |
| 145 | +// info { |
| 146 | +// | "symbol": "scip-typescript npm syntax 1.0.0 src/`definition-file-signatures.d.ts`/minimized/StringLiteralEnum#Saturday.", |
| 147 | +// | "documentation": [ |
| 148 | +// | "```ts\n(enum member) Saturday = saturday\n```" |
| 149 | +// | ], |
| 150 | +// | "relationships": [], |
| 151 | +// | "kind": 12, |
| 152 | +// | "display_name": "Saturday", |
| 153 | +// | "enclosing_symbol": "", |
| 154 | +// | "signature": { |
| 155 | +// | "value_signature": { |
| 156 | +// | "tpe": { |
| 157 | +// | "constant_type": { |
| 158 | +// | "constant": { |
| 159 | +// | "string_constant": { |
| 160 | +// | "value": "saturday" |
| 161 | +// | } |
| 162 | +// | } |
| 163 | +// | } |
| 164 | +// | } |
| 165 | +// | } |
| 166 | +// | } |
| 167 | +// | } |
| 168 | + Sunday = 'sunday', |
| 169 | +// ^^^^^^ definition syntax 1.0.0 src/`definition-file-signatures.d.ts`/minimized/StringLiteralEnum#Sunday. |
| 170 | +// info { |
| 171 | +// | "symbol": "scip-typescript npm syntax 1.0.0 src/`definition-file-signatures.d.ts`/minimized/StringLiteralEnum#Sunday.", |
| 172 | +// | "documentation": [ |
| 173 | +// | "```ts\n(enum member) Sunday = sunday\n```" |
| 174 | +// | ], |
| 175 | +// | "relationships": [], |
| 176 | +// | "kind": 12, |
| 177 | +// | "display_name": "Sunday", |
| 178 | +// | "enclosing_symbol": "", |
| 179 | +// | "signature": { |
| 180 | +// | "value_signature": { |
| 181 | +// | "tpe": { |
| 182 | +// | "constant_type": { |
| 183 | +// | "constant": { |
| 184 | +// | "string_constant": { |
| 185 | +// | "value": "sunday" |
| 186 | +// | } |
| 187 | +// | } |
| 188 | +// | } |
| 189 | +// | } |
| 190 | +// | } |
| 191 | +// | } |
| 192 | +// | } |
| 193 | + } |
| 194 | +} |
| 195 | + |
0 commit comments