TypeScript/tests/baselines/reference/findAllRefsForMappedType.baseline.jsonc

109 lines
2.3 KiB
Plaintext
Raw Normal View History

// === /tests/cases/fourslash/findAllRefsForMappedType.ts ===
// interface T { /*FIND ALL REFS*/[|a|]: number };
// type U = { [K in keyof T]: string };
// type V = { [K in keyof U]: boolean };
// const u: U = { [|a|]: "" }
// const v: V = { [|a|]: true }
[
{
"definition": {
"containerKind": "",
"containerName": "",
"fileName": "/tests/cases/fourslash/findAllRefsForMappedType.ts",
"kind": "property",
"name": "(property) T.a: number",
"textSpan": {
"start": 14,
"length": 1
},
"displayParts": [
{
"text": "(",
"kind": "punctuation"
},
{
"text": "property",
"kind": "text"
},
{
"text": ")",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "T",
"kind": "interfaceName"
},
{
"text": ".",
"kind": "punctuation"
},
{
"text": "a",
"kind": "propertyName"
},
{
"text": ":",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "number",
"kind": "keyword"
}
],
"contextSpan": {
"start": 14,
"length": 9
}
},
"references": [
{
"textSpan": {
"start": 14,
"length": 1
},
"fileName": "/tests/cases/fourslash/findAllRefsForMappedType.ts",
"contextSpan": {
"start": 14,
"length": 9
},
"isWriteAccess": false,
"isDefinition": true
},
{
"textSpan": {
"start": 117,
"length": 1
},
"fileName": "/tests/cases/fourslash/findAllRefsForMappedType.ts",
"contextSpan": {
"start": 117,
"length": 5
},
"isWriteAccess": true,
"isDefinition": false
},
{
"textSpan": {
"start": 140,
"length": 1
},
"fileName": "/tests/cases/fourslash/findAllRefsForMappedType.ts",
"contextSpan": {
"start": 140,
"length": 7
},
"isWriteAccess": true,
"isDefinition": false
}
]
}
]