()
| 22663 | // Lazily load factory methods for common operator factories and utilities |
| 22664 | get createComma() { return getBinaryCreateFunction(27 /* SyntaxKind.CommaToken */); }, |
| 22665 | get createAssignment() { return getBinaryCreateFunction(63 /* SyntaxKind.EqualsToken */); }, |
| 22666 | get createLogicalOr() { return getBinaryCreateFunction(56 /* SyntaxKind.BarBarToken */); }, |
| 22667 | get createLogicalAnd() { return getBinaryCreateFunction(55 /* SyntaxKind.AmpersandAmpersandToken */); }, |
| 22668 | get createBitwiseOr() { return getBinaryCreateFunction(51 /* SyntaxKind.BarToken */); }, |
no outgoing calls
no test coverage detected