Skip to content

Commit 6723022

Browse files
committed
chore: remove constant OBJECT_PROPERTY_TYPE_LIST
1 parent ebb00f1 commit 6723022

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/transforms/v2-to-v3/config/constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export const DOCUMENT_CLIENT = "DocumentClient";
66
export const DYNAMODB_DOCUMENT = "DynamoDBDocument";
77
export const DYNAMODB_DOCUMENT_CLIENT = [DYNAMODB, DOCUMENT_CLIENT].join(".");
88

9-
export const OBJECT_PROPERTY_TYPE_LIST = ["Property", "ObjectProperty"];
109
export const FUNCTION_TYPE_LIST = [
1110
"FunctionDeclaration",
1211
"FunctionExpression",

0 commit comments

Comments
 (0)