TypeScript/tests/baselines/reference/findAllRefsInheritedProperties5.baseline.jsonc
Nathan Shively-Sanders 15722e6b64
Remove referenceGroups/noReferences from fourslash (#45988)
* Remove referenceGroups/noReferences from fourslash

I left most singleReferenceGroups because there were so many, and my current
PR doesn't affect many of them.

* update fourslash/server too

* Explicitly sort keys

Needed for node 10 compatibility

* Revert "Explicitly sort keys"

This reverts commit 1d1c58a4e3.
It shouldn't be needed now that we're not testing with node 10
2021-09-21 16:25:52 -07:00

383 lines
7.4 KiB
Plaintext

// === /tests/cases/fourslash/findAllRefsInheritedProperties5.ts ===
// class C extends D {
// /*FIND ALL REFS*/[|prop0|]: string;
// prop1: number;
// }
//
// class D extends C {
// prop0: string;
// }
//
// var d: D;
// d.prop0;
// d.prop1;
[
{
"definition": {
"containerKind": "",
"containerName": "",
"fileName": "/tests/cases/fourslash/findAllRefsInheritedProperties5.ts",
"kind": "property",
"name": "(property) C.prop0: string",
"textSpan": {
"start": 24,
"length": 5
},
"displayParts": [
{
"text": "(",
"kind": "punctuation"
},
{
"text": "property",
"kind": "text"
},
{
"text": ")",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "C",
"kind": "className"
},
{
"text": ".",
"kind": "punctuation"
},
{
"text": "prop0",
"kind": "propertyName"
},
{
"text": ":",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "string",
"kind": "keyword"
}
],
"contextSpan": {
"start": 24,
"length": 14
}
},
"references": [
{
"textSpan": {
"start": 24,
"length": 5
},
"fileName": "/tests/cases/fourslash/findAllRefsInheritedProperties5.ts",
"contextSpan": {
"start": 24,
"length": 14
},
"isWriteAccess": false,
"isDefinition": true
}
]
}
]
// === /tests/cases/fourslash/findAllRefsInheritedProperties5.ts ===
// class C extends D {
// prop0: string;
// /*FIND ALL REFS*/[|prop1|]: number;
// }
//
// class D extends C {
// prop0: string;
// }
//
// var d: D;
// d.prop0;
// d.prop1;
[
{
"definition": {
"containerKind": "",
"containerName": "",
"fileName": "/tests/cases/fourslash/findAllRefsInheritedProperties5.ts",
"kind": "property",
"name": "(property) C.prop1: number",
"textSpan": {
"start": 43,
"length": 5
},
"displayParts": [
{
"text": "(",
"kind": "punctuation"
},
{
"text": "property",
"kind": "text"
},
{
"text": ")",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "C",
"kind": "className"
},
{
"text": ".",
"kind": "punctuation"
},
{
"text": "prop1",
"kind": "propertyName"
},
{
"text": ":",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "number",
"kind": "keyword"
}
],
"contextSpan": {
"start": 43,
"length": 14
}
},
"references": [
{
"textSpan": {
"start": 43,
"length": 5
},
"fileName": "/tests/cases/fourslash/findAllRefsInheritedProperties5.ts",
"contextSpan": {
"start": 43,
"length": 14
},
"isWriteAccess": false,
"isDefinition": true
}
]
}
]
// === /tests/cases/fourslash/findAllRefsInheritedProperties5.ts ===
// class C extends D {
// prop0: string;
// prop1: number;
// }
//
// class D extends C {
// /*FIND ALL REFS*/[|prop0|]: string;
// }
//
// var d: D;
// d.[|prop0|];
// d.prop1;
[
{
"definition": {
"containerKind": "",
"containerName": "",
"fileName": "/tests/cases/fourslash/findAllRefsInheritedProperties5.ts",
"kind": "property",
"name": "(property) D.prop0: string",
"textSpan": {
"start": 85,
"length": 5
},
"displayParts": [
{
"text": "(",
"kind": "punctuation"
},
{
"text": "property",
"kind": "text"
},
{
"text": ")",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "D",
"kind": "className"
},
{
"text": ".",
"kind": "punctuation"
},
{
"text": "prop0",
"kind": "propertyName"
},
{
"text": ":",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "string",
"kind": "keyword"
}
],
"contextSpan": {
"start": 85,
"length": 14
}
},
"references": [
{
"textSpan": {
"start": 85,
"length": 5
},
"fileName": "/tests/cases/fourslash/findAllRefsInheritedProperties5.ts",
"contextSpan": {
"start": 85,
"length": 14
},
"isWriteAccess": false,
"isDefinition": true
},
{
"textSpan": {
"start": 115,
"length": 5
},
"fileName": "/tests/cases/fourslash/findAllRefsInheritedProperties5.ts",
"isWriteAccess": false,
"isDefinition": false
}
]
}
]
// === /tests/cases/fourslash/findAllRefsInheritedProperties5.ts ===
// class C extends D {
// prop0: string;
// prop1: number;
// }
//
// class D extends C {
// [|prop0|]: string;
// }
//
// var d: D;
// d./*FIND ALL REFS*/[|prop0|];
// d.prop1;
[
{
"definition": {
"containerKind": "",
"containerName": "",
"fileName": "/tests/cases/fourslash/findAllRefsInheritedProperties5.ts",
"kind": "property",
"name": "(property) D.prop0: string",
"textSpan": {
"start": 85,
"length": 5
},
"displayParts": [
{
"text": "(",
"kind": "punctuation"
},
{
"text": "property",
"kind": "text"
},
{
"text": ")",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "D",
"kind": "className"
},
{
"text": ".",
"kind": "punctuation"
},
{
"text": "prop0",
"kind": "propertyName"
},
{
"text": ":",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "string",
"kind": "keyword"
}
],
"contextSpan": {
"start": 85,
"length": 14
}
},
"references": [
{
"textSpan": {
"start": 85,
"length": 5
},
"fileName": "/tests/cases/fourslash/findAllRefsInheritedProperties5.ts",
"contextSpan": {
"start": 85,
"length": 14
},
"isWriteAccess": false,
"isDefinition": true
},
{
"textSpan": {
"start": 115,
"length": 5
},
"fileName": "/tests/cases/fourslash/findAllRefsInheritedProperties5.ts",
"isWriteAccess": false,
"isDefinition": false
}
]
}
]
undefined