TypeScript/tests/baselines/reference/findAllRefsParameterPropertyDeclaration2.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

467 lines
9.9 KiB
Plaintext

// === /tests/cases/fourslash/findAllRefsParameterPropertyDeclaration2.ts ===
// class Foo {
// constructor(public /*FIND ALL REFS*/[|publicParam|]: number) {
// let localPublic = [|publicParam|];
// this.[|publicParam|] += 10;
// }
// }
[
{
"definition": {
"containerKind": "",
"containerName": "",
"fileName": "/tests/cases/fourslash/findAllRefsParameterPropertyDeclaration2.ts",
"kind": "property",
"name": "(property) Foo.publicParam: number",
"textSpan": {
"start": 35,
"length": 11
},
"displayParts": [
{
"text": "(",
"kind": "punctuation"
},
{
"text": "property",
"kind": "text"
},
{
"text": ")",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "Foo",
"kind": "className"
},
{
"text": ".",
"kind": "punctuation"
},
{
"text": "publicParam",
"kind": "propertyName"
},
{
"text": ":",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "number",
"kind": "keyword"
}
],
"contextSpan": {
"start": 28,
"length": 26
}
},
"references": [
{
"textSpan": {
"start": 35,
"length": 11
},
"fileName": "/tests/cases/fourslash/findAllRefsParameterPropertyDeclaration2.ts",
"contextSpan": {
"start": 28,
"length": 26
},
"isWriteAccess": true,
"isDefinition": true
},
{
"textSpan": {
"start": 110,
"length": 11
},
"fileName": "/tests/cases/fourslash/findAllRefsParameterPropertyDeclaration2.ts",
"isWriteAccess": true,
"isDefinition": false
}
]
},
{
"definition": {
"containerKind": "",
"containerName": "",
"fileName": "/tests/cases/fourslash/findAllRefsParameterPropertyDeclaration2.ts",
"kind": "parameter",
"name": "(parameter) publicParam: number",
"textSpan": {
"start": 35,
"length": 11
},
"displayParts": [
{
"text": "(",
"kind": "punctuation"
},
{
"text": "parameter",
"kind": "text"
},
{
"text": ")",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "publicParam",
"kind": "parameterName"
},
{
"text": ":",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "number",
"kind": "keyword"
}
],
"contextSpan": {
"start": 28,
"length": 26
}
},
"references": [
{
"textSpan": {
"start": 84,
"length": 11
},
"fileName": "/tests/cases/fourslash/findAllRefsParameterPropertyDeclaration2.ts",
"isWriteAccess": false,
"isDefinition": false
}
]
}
]
// === /tests/cases/fourslash/findAllRefsParameterPropertyDeclaration2.ts ===
// class Foo {
// constructor(public [|publicParam|]: number) {
// let localPublic = /*FIND ALL REFS*/[|publicParam|];
// this.[|publicParam|] += 10;
// }
// }
[
{
"definition": {
"containerKind": "",
"containerName": "",
"fileName": "/tests/cases/fourslash/findAllRefsParameterPropertyDeclaration2.ts",
"kind": "property",
"name": "(property) Foo.publicParam: number",
"textSpan": {
"start": 35,
"length": 11
},
"displayParts": [
{
"text": "(",
"kind": "punctuation"
},
{
"text": "property",
"kind": "text"
},
{
"text": ")",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "Foo",
"kind": "className"
},
{
"text": ".",
"kind": "punctuation"
},
{
"text": "publicParam",
"kind": "propertyName"
},
{
"text": ":",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "number",
"kind": "keyword"
}
],
"contextSpan": {
"start": 28,
"length": 26
}
},
"references": [
{
"textSpan": {
"start": 35,
"length": 11
},
"fileName": "/tests/cases/fourslash/findAllRefsParameterPropertyDeclaration2.ts",
"contextSpan": {
"start": 28,
"length": 26
},
"isWriteAccess": true,
"isDefinition": true
},
{
"textSpan": {
"start": 110,
"length": 11
},
"fileName": "/tests/cases/fourslash/findAllRefsParameterPropertyDeclaration2.ts",
"isWriteAccess": true,
"isDefinition": false
}
]
},
{
"definition": {
"containerKind": "",
"containerName": "",
"fileName": "/tests/cases/fourslash/findAllRefsParameterPropertyDeclaration2.ts",
"kind": "parameter",
"name": "(parameter) publicParam: number",
"textSpan": {
"start": 35,
"length": 11
},
"displayParts": [
{
"text": "(",
"kind": "punctuation"
},
{
"text": "parameter",
"kind": "text"
},
{
"text": ")",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "publicParam",
"kind": "parameterName"
},
{
"text": ":",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "number",
"kind": "keyword"
}
],
"contextSpan": {
"start": 28,
"length": 26
}
},
"references": [
{
"textSpan": {
"start": 84,
"length": 11
},
"fileName": "/tests/cases/fourslash/findAllRefsParameterPropertyDeclaration2.ts",
"isWriteAccess": false,
"isDefinition": false
}
]
}
]
// === /tests/cases/fourslash/findAllRefsParameterPropertyDeclaration2.ts ===
// class Foo {
// constructor(public [|publicParam|]: number) {
// let localPublic = [|publicParam|];
// this./*FIND ALL REFS*/[|publicParam|] += 10;
// }
// }
[
{
"definition": {
"containerKind": "",
"containerName": "",
"fileName": "/tests/cases/fourslash/findAllRefsParameterPropertyDeclaration2.ts",
"kind": "property",
"name": "(property) Foo.publicParam: number",
"textSpan": {
"start": 35,
"length": 11
},
"displayParts": [
{
"text": "(",
"kind": "punctuation"
},
{
"text": "property",
"kind": "text"
},
{
"text": ")",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "Foo",
"kind": "className"
},
{
"text": ".",
"kind": "punctuation"
},
{
"text": "publicParam",
"kind": "propertyName"
},
{
"text": ":",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "number",
"kind": "keyword"
}
],
"contextSpan": {
"start": 28,
"length": 26
}
},
"references": [
{
"textSpan": {
"start": 35,
"length": 11
},
"fileName": "/tests/cases/fourslash/findAllRefsParameterPropertyDeclaration2.ts",
"contextSpan": {
"start": 28,
"length": 26
},
"isWriteAccess": true,
"isDefinition": true
},
{
"textSpan": {
"start": 110,
"length": 11
},
"fileName": "/tests/cases/fourslash/findAllRefsParameterPropertyDeclaration2.ts",
"isWriteAccess": true,
"isDefinition": false
}
]
},
{
"definition": {
"containerKind": "",
"containerName": "",
"fileName": "/tests/cases/fourslash/findAllRefsParameterPropertyDeclaration2.ts",
"kind": "parameter",
"name": "(parameter) publicParam: number",
"textSpan": {
"start": 35,
"length": 11
},
"displayParts": [
{
"text": "(",
"kind": "punctuation"
},
{
"text": "parameter",
"kind": "text"
},
{
"text": ")",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "publicParam",
"kind": "parameterName"
},
{
"text": ":",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "number",
"kind": "keyword"
}
],
"contextSpan": {
"start": 28,
"length": 26
}
},
"references": [
{
"textSpan": {
"start": 84,
"length": 11
},
"fileName": "/tests/cases/fourslash/findAllRefsParameterPropertyDeclaration2.ts",
"isWriteAccess": false,
"isDefinition": false
}
]
}
]