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

81 lines
1.7 KiB
Plaintext

// === /tests/cases/fourslash/findAllRefsImportEquals.ts ===
// import j = N./*FIND ALL REFS*/[|q|];
// namespace N { export const [|q|] = 0; }
[
{
"definition": {
"containerKind": "",
"containerName": "",
"fileName": "/tests/cases/fourslash/findAllRefsImportEquals.ts",
"kind": "const",
"name": "const N.q: 0",
"textSpan": {
"start": 43,
"length": 1
},
"displayParts": [
{
"text": "const",
"kind": "keyword"
},
{
"text": " ",
"kind": "space"
},
{
"text": "N",
"kind": "moduleName"
},
{
"text": ".",
"kind": "punctuation"
},
{
"text": "q",
"kind": "localName"
},
{
"text": ":",
"kind": "punctuation"
},
{
"text": " ",
"kind": "space"
},
{
"text": "0",
"kind": "stringLiteral"
}
],
"contextSpan": {
"start": 30,
"length": 19
}
},
"references": [
{
"textSpan": {
"start": 13,
"length": 1
},
"fileName": "/tests/cases/fourslash/findAllRefsImportEquals.ts",
"isWriteAccess": false,
"isDefinition": false
},
{
"textSpan": {
"start": 43,
"length": 1
},
"fileName": "/tests/cases/fourslash/findAllRefsImportEquals.ts",
"contextSpan": {
"start": 30,
"length": 19
},
"isWriteAccess": true,
"isDefinition": true
}
]
}
]