Skip to content

Commit bb57b01

Browse files
committed
identify removed exports
1 parent 6d53bca commit bb57b01

3 files changed

Lines changed: 448 additions & 40 deletions

File tree

scripts/codemods/ac3-to-ac4/src/__tests__/exports.json

Lines changed: 4 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -954,22 +954,6 @@
954954
"disableExperimentalFragmentVariables()"
955955
]
956956
},
957-
{
958-
"name": "TypeOverrides",
959-
"moduleName": "@apollo/client",
960-
"kind": "Interface",
961-
"usageExamples": [
962-
"type _Test_TypeOverrides = TypeOverrides;"
963-
]
964-
},
965-
{
966-
"name": "CustomHKT",
967-
"moduleName": "@apollo/client",
968-
"kind": "Interface",
969-
"usageExamples": [
970-
"type _Test_CustomHKT = CustomHKT;"
971-
]
972-
},
973957
{
974958
"name": "TypedDocumentNode",
975959
"moduleName": "@apollo/client",
@@ -2730,22 +2714,6 @@
27302714
"disableExperimentalFragmentVariables()"
27312715
]
27322716
},
2733-
{
2734-
"name": "TypeOverrides",
2735-
"moduleName": "@apollo/client/core",
2736-
"kind": "Interface",
2737-
"usageExamples": [
2738-
"type _Test_TypeOverrides = TypeOverrides;"
2739-
]
2740-
},
2741-
{
2742-
"name": "CustomHKT",
2743-
"moduleName": "@apollo/client/core",
2744-
"kind": "Interface",
2745-
"usageExamples": [
2746-
"type _Test_CustomHKT = CustomHKT;"
2747-
]
2748-
},
27492717
{
27502718
"name": "TypedDocumentNode",
27512719
"moduleName": "@apollo/client/core",
@@ -3402,7 +3370,7 @@
34023370
]
34033371
}
34043372
],
3405-
"@apollo/client/batch": [
3373+
"@apollo/client/link/batch": [
34063374
{
34073375
"name": "BatchableRequest",
34083376
"moduleName": "@apollo/client/batch",
@@ -3437,7 +3405,7 @@
34373405
]
34383406
}
34393407
],
3440-
"@apollo/client/batch-http": [
3408+
"@apollo/client/link/batch-http": [
34413409
{
34423410
"name": "BatchHttpLink",
34433411
"moduleName": "@apollo/client/batch-http",
@@ -3447,7 +3415,7 @@
34473415
]
34483416
}
34493417
],
3450-
"@apollo/client/context": [
3418+
"@apollo/client/link/context": [
34513419
{
34523420
"name": "setContext",
34533421
"moduleName": "@apollo/client/context",
@@ -6663,7 +6631,7 @@
66636631
]
66646632
}
66656633
],
6666-
"@apollo/client/utilities/subscriptions": [
6634+
"@apollo/client/utilities/subscriptions/relay": [
66676635
{
66686636
"name": "createFetchMultipartSubscription",
66696637
"moduleName": "@apollo/client/utilities/subscriptions",

0 commit comments

Comments
 (0)