Skip to content

Commit 1fddb2a

Browse files
committed
Accept baseline
1 parent 449b6e6 commit 1fddb2a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)