We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 449b6e6 commit 1fddb2aCopy full SHA for 1fddb2a
tests/baselines/reference/goToSource15_bundler.baseline.jsonc
@@ -0,0 +1,22 @@
1
+// === goToSourceDefinition ===
2
+// === /node_modules/react/index.js ===
3
+// [|'use strict';
4
+//
5
+// if (process.env.NODE_ENV === 'production') {
6
+// module.exports = require('./cjs/react.production.min.js');
7
+// } else {
8
+// module.exports = require('./cjs/react.development.js');
9
+// }|]
10
+
11
+// === /index.ts ===
12
+// import { /*GOTO SOURCE DEF*/useState } from 'react';
13
14
+ // === Details ===
15
+ [
16
+ {
17
+ "containerKind": "",
18
+ "containerName": "",
19
+ "kind": "",
20
+ "name": ""
21
+ }
22
+ ]
0 commit comments