Skip to content

Commit b31e524

Browse files
cleanup: remove debug logging from shouldCreateObjfuncargsFromObjargs method
Co-Authored-By: Dan Lynch <[email protected]>
1 parent f9b84e1 commit b31e524

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/transform/src/transformers/v13-to-v14.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1853,6 +1853,7 @@ export class V13ToV14Transformer {
18531853
return false;
18541854
}
18551855

1856+
18561857
if ((context as any).commentObjtype === 'OBJECT_OPERATOR' &&
18571858
context.parentNodeTypes.includes('CommentStmt')) {
18581859
return false;

0 commit comments

Comments
 (0)