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

53 lines
1 KiB
Plaintext

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