We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8595c commit 7d3e81fCopy full SHA for 7d3e81f
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