File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change
1
+ import async from 'resolve/async' ;
2
+ import sync from 'resolve/sync' ;
3
+ import core from 'resolve/core' ;
4
+ import isCore from 'resolve/isCore' ;
5
+
6
+ Object . freeze ( isCore ) ;
7
+
8
+ export { async , sync , core , isCore } ;
Original file line number Diff line number Diff line change 10
10
"exports" : {
11
11
"." : [
12
12
{
13
+ "import" : " ./index.mjs" ,
14
+ "require" : " ./index.js" ,
13
15
"default" : " ./index.js"
14
16
},
15
17
" ./index.js"
16
18
],
17
- "./lib/ core" : [
19
+ "./core" : [
18
20
{
19
21
"default" : " ./lib/core.js"
20
22
},
21
23
" ./lib/core.js"
22
24
],
23
- "./lib/ core.json" : [
25
+ "./core.json" : [
24
26
{
25
27
"default" : " ./lib/core.json"
26
28
},
27
29
" ./lib/core.json"
28
30
],
29
- "./lib/is-core " : [
31
+ "./isCore " : [
30
32
{
31
33
"default" : " ./lib/is-core.js"
32
34
},
33
35
" ./lib/is-core.js"
34
36
],
35
- "./lib/ sync" : [
37
+ "./sync" : [
36
38
{
37
39
"default" : " ./lib/sync.js"
38
40
},
39
41
" ./lib/sync.js"
40
42
],
41
- "./lib/ async" : [
43
+ "./async" : [
42
44
{
43
45
"default" : " ./lib/async.js"
44
46
},
You can’t perform that action at this time.
0 commit comments