1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
undefined
// === /tests/cases/fourslash/findAllRefsBadImport.ts ===
// import { ab as /*FIND ALL REFS*/[|cd|] } from "doesNotExist";
[
{
"definition": {
"containerKind": "",
"containerName": "",
"fileName": "/tests/cases/fourslash/findAllRefsBadImport.ts",
"kind": "alias",
"name": "import cd",
"textSpan": {
"start": 15,
"length": 2
},
"displayParts": [
{
"text": "import",
"kind": "keyword"
},
{
"text": " ",
"kind": "space"
},
{
"text": "cd",
"kind": "aliasName"
}
],
"contextSpan": {
"start": 0,
"length": 40
}
},
"references": [
{
"textSpan": {
"start": 15,
"length": 2
},
"fileName": "/tests/cases/fourslash/findAllRefsBadImport.ts",
"contextSpan": {
"start": 0,
"length": 40
},
"isWriteAccess": true,
"isDefinition": true
}
]
}
]
|