TypeScript/tests/baselines/reference/quickInfoDisplayPartsExternalModuleAlias.baseline
Nathan Shively-Sanders 5dbb110497
Baseline completions and signature help (#43049)
* Initial implementation+first big transitions

* about 10 more

* Change baseline filename + more baselines

1. Use containing file name instead of first @Filename.
2. Switch the rest of the tests I need for @link over to baselines.

* fix lint

* Remove unused/incorrectly named fourslash baselines

* fix incorrectly updated baselines

* dedupe non-unique filenames

* Add names to marker baselines

Also rename another duped test filename.

* Fix semicolon lint
2021-03-02 16:33:32 -08:00

294 lines
5.7 KiB
Plaintext

[
{
"marker": {
"fileName": "/tests/cases/fourslash/quickInfoDisplayPartsExternalModuleAlias_file1.ts",
"position": 7,
"name": "1"
},
"quickInfo": {
"kind": "alias",
"kindModifiers": "",
"textSpan": {
"start": 7,
"length": 2
},
"displayParts": [
{
"text": "import",
"kind": "keyword"
},
{
"text": " ",
"kind": "space"
},
{
"text": "a1",
"kind": "aliasName"
},
{
"text": " ",
"kind": "space"
},
{
"text": "=",
"kind": "operator"
},
{
"text": " ",
"kind": "space"
},
{
"text": "require",
"kind": "keyword"
},
{
"text": "(",
"kind": "punctuation"
},
{
"text": "\"./quickInfoDisplayPartsExternalModuleAlias_file0\"",
"kind": "stringLiteral"
},
{
"text": ")",
"kind": "punctuation"
}
],
"documentation": []
}
},
{
"marker": {
"fileName": "/tests/cases/fourslash/quickInfoDisplayPartsExternalModuleAlias_file1.ts",
"position": 20,
"name": "mod1"
},
"quickInfo": {
"kind": "module",
"kindModifiers": "",
"textSpan": {
"start": 20,
"length": 50
},
"displayParts": [
{
"text": "module",
"kind": "keyword"
},
{
"text": " ",
"kind": "space"
},
{
"text": "a1",
"kind": "aliasName"
}
],
"documentation": []
}
},
{
"marker": {
"fileName": "/tests/cases/fourslash/quickInfoDisplayPartsExternalModuleAlias_file1.ts",
"position": 77,
"name": "2"
},
"quickInfo": {
"kind": "alias",
"kindModifiers": "",
"textSpan": {
"start": 77,
"length": 2
},
"displayParts": [
{
"text": "import",
"kind": "keyword"
},
{
"text": " ",
"kind": "space"
},
{
"text": "a1",
"kind": "aliasName"
},
{
"text": " ",
"kind": "space"
},
{
"text": "=",
"kind": "operator"
},
{
"text": " ",
"kind": "space"
},
{
"text": "require",
"kind": "keyword"
},
{
"text": "(",
"kind": "punctuation"
},
{
"text": "\"./quickInfoDisplayPartsExternalModuleAlias_file0\"",
"kind": "stringLiteral"
},
{
"text": ")",
"kind": "punctuation"
}
],
"documentation": []
}
},
{
"marker": {
"fileName": "/tests/cases/fourslash/quickInfoDisplayPartsExternalModuleAlias_file1.ts",
"position": 102,
"name": "3"
},
"quickInfo": {
"kind": "alias",
"kindModifiers": "export",
"textSpan": {
"start": 102,
"length": 2
},
"displayParts": [
{
"text": "import",
"kind": "keyword"
},
{
"text": " ",
"kind": "space"
},
{
"text": "a2",
"kind": "aliasName"
},
{
"text": " ",
"kind": "space"
},
{
"text": "=",
"kind": "operator"
},
{
"text": " ",
"kind": "space"
},
{
"text": "require",
"kind": "keyword"
},
{
"text": "(",
"kind": "punctuation"
},
{
"text": "\"./quickInfoDisplayPartsExternalModuleAlias_file0\"",
"kind": "stringLiteral"
},
{
"text": ")",
"kind": "punctuation"
}
],
"documentation": []
}
},
{
"marker": {
"fileName": "/tests/cases/fourslash/quickInfoDisplayPartsExternalModuleAlias_file1.ts",
"position": 115,
"name": "mod2"
},
"quickInfo": {
"kind": "module",
"kindModifiers": "",
"textSpan": {
"start": 115,
"length": 50
},
"displayParts": [
{
"text": "module",
"kind": "keyword"
},
{
"text": " ",
"kind": "space"
},
{
"text": "a1",
"kind": "aliasName"
}
],
"documentation": []
}
},
{
"marker": {
"fileName": "/tests/cases/fourslash/quickInfoDisplayPartsExternalModuleAlias_file1.ts",
"position": 172,
"name": "4"
},
"quickInfo": {
"kind": "alias",
"kindModifiers": "export",
"textSpan": {
"start": 172,
"length": 2
},
"displayParts": [
{
"text": "import",
"kind": "keyword"
},
{
"text": " ",
"kind": "space"
},
{
"text": "a2",
"kind": "aliasName"
},
{
"text": " ",
"kind": "space"
},
{
"text": "=",
"kind": "operator"
},
{
"text": " ",
"kind": "space"
},
{
"text": "require",
"kind": "keyword"
},
{
"text": "(",
"kind": "punctuation"
},
{
"text": "\"./quickInfoDisplayPartsExternalModuleAlias_file0\"",
"kind": "stringLiteral"
},
{
"text": ")",
"kind": "punctuation"
}
],
"documentation": []
}
}
]