// === /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 } ] } ]