(node)
| 32909 | return false; |
| 32910 | } |
| 32911 | function isReusableSwitchClause(node) { |
| 32912 | if (node) { |
| 32913 | switch (node.kind) { |
| 32914 | case 289 /* SyntaxKind.CaseClause */: |
| 32915 | case 290 /* SyntaxKind.DefaultClause */: |
| 32916 | return true; |
| 32917 | } |
| 32918 | } |
| 32919 | return false; |
| 32920 | } |
| 32921 | function isReusableStatement(node) { |
| 32922 | if (node) { |
| 32923 | switch (node.kind) { |