We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b0de5f commit 0927f2fCopy full SHA for 0927f2f
1 file changed
src/slangPrinter.ts
@@ -48,7 +48,7 @@ function ignoreComments(path: AstPath<StrictAstNode>): void {
48
if (typeof childNode === 'object') {
49
if (Array.isArray(childNode)) {
50
path.each(ignoreComments, key);
51
- return;
+ break;
52
}
53
path.call(ignoreComments, key);
54
0 commit comments