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
|
// === findAllReferences ===
// === /tests/cases/fourslash/findAllReferencesImportMeta.ts ===
// // Haha that's so meta!
//
// let x = import.[|meta|]/*FIND ALL REFS*/;
// === Definitions ===
// === /tests/cases/fourslash/findAllReferencesImportMeta.ts ===
// // Haha that's so meta!
//
// let x = import.[|meta|]/*FIND ALL REFS*/;
// === Details ===
[
{
"containerKind": "",
"containerName": "",
"kind": "keyword",
"displayParts": [
{
"kind": "keyword"
}
]
}
]
|