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