Skip to content

Commit 2a3c1df

Browse files
committed
fix(complex-types): handle PropertyAccessExpression
1 parent e53168e commit 2a3c1df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/complex-types/src/core/printer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ export class Printer {
445445
} else if (
446446
ts.isLiteralTypeNode(node) ||
447447
ts.isThisTypeNode(node) ||
448+
ts.isPropertyAccessExpression(node) ||
448449
this.isKeywordTypeNode(node)
449450
) {
450451
return node.getText();

0 commit comments

Comments
 (0)