File: jsxFindAllReferencesOnRuntimeImportWithPaths1.baseline.jsonc

package info (click to toggle)
node-typescript 5.1.6%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 492,516 kB
  • sloc: javascript: 2,078,951; makefile: 6; sh: 1
file content (49 lines) | stat: -rw-r--r-- 1,229 bytes parent folder | download
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
// === findAllReferences ===
// === /tests/cases/fourslash/project/src/dir/jsx-runtime.ts ===
// [|export {}|]

// === /tests/cases/fourslash/project/src/foo.ts ===
// [|<|import * as x from /*FIND ALL REFS*/"[|@foo/dir/jsx-runtime|]";|]|>

// === /tests/cases/fourslash/project/src/bar.tsx ===
// <|export default [|<div></div>|];|>

// === /tests/cases/fourslash/project/src/baz.tsx ===
// <|export default [|<></>|];|>

// === /tests/cases/fourslash/project/src/bam.tsx ===
// <|export default [|<script src=""/>|];|>

// === /tests/cases/fourslash/project/src/bat.tsx ===
// [|export const a = 1;|]

// === /tests/cases/fourslash/project/src/bal.tsx ===
// [||]

  // === Definitions ===
  // === /tests/cases/fourslash/project/src/dir/jsx-runtime.ts ===
  // [|export {}|]

  // === Details ===
  [
   {
    "containerKind": "",
    "containerName": "",
    "kind": "module",
    "name": "module \"/tests/cases/fourslash/project/src/dir/jsx-runtime\"",
    "displayParts": [
     {
      "text": "module",
      "kind": "keyword"
     },
     {
      "text": " ",
      "kind": "space"
     },
     {
      "text": "\"/tests/cases/fourslash/project/src/dir/jsx-runtime\"",
      "kind": "stringLiteral"
     }
    ]
   }
  ]