Skip to content

Commit 5609bc1

Browse files
committed
chore: remove utility addNotSupportedComments
1 parent 4b86661 commit 5609bc1

File tree

4 files changed

+0
-77
lines changed

4 files changed

+0
-77
lines changed

src/transforms/v2-to-v3/apis/addNotSupportedComments.ts

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/transforms/v2-to-v3/apis/getNodesWithDocClientNamedImportFromDeepPath.ts

Lines changed: 0 additions & 46 deletions
This file was deleted.

src/transforms/v2-to-v3/apis/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
export * from "./addEmptyObjectForUndefined";
22
export * from "./addNotSupportedClientComments";
3-
export * from "./addNotSupportedComments";
43
export * from "./getClientIdentifiersRecord";
54
export * from "./getClientWaiterStates";
65
export * from "./getCommandName";

src/transforms/v2-to-v3/transformer.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { API, FileInfo } from "jscodeshift";
22

33
import {
4-
addNotSupportedComments,
54
addNotSupportedClientComments,
65
removePromiseCalls,
76
replaceWaiterApi,
@@ -49,8 +48,6 @@ const transformer = async (file: FileInfo, api: API) => {
4948
return file.source;
5049
}
5150

52-
addNotSupportedComments(j, source, importType);
53-
5451
const v2GlobalName = getGlobalNameFromModule(j, source);
5552
const v2ClientNamesRecord = getClientNamesRecord(j, source, importType);
5653

0 commit comments

Comments
 (0)