We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c375c commit e69bb7fCopy full SHA for e69bb7f
1 file changed
src/slangPrinter.ts
@@ -57,10 +57,6 @@ function genericPrint(
57
): Doc {
58
const { node } = path;
59
60
- if (node === null) {
61
- return '';
62
- }
63
-
64
if (hasNodeIgnoreComment(node)) {
65
ignoreComments(path);
66
0 commit comments