(token)
| 19034 | } |
| 19035 | ts.createModifiers = createModifiers; |
| 19036 | function isLogicalOperator(token) { |
| 19037 | return token === 56 /* SyntaxKind.BarBarToken */ |
| 19038 | || token === 55 /* SyntaxKind.AmpersandAmpersandToken */ |
| 19039 | || token === 53 /* SyntaxKind.ExclamationToken */; |
| 19040 | } |
| 19041 | ts.isLogicalOperator = isLogicalOperator; |
| 19042 | function isLogicalOrCoalescingAssignmentOperator(token) { |
| 19043 | return token === 75 /* SyntaxKind.BarBarEqualsToken */ |
no outgoing calls
no test coverage detected