| 639 | ), prop); |
| 640 | |
| 641 | const createClassProperty = prop => |
| 642 | withComments(j.classProperty( |
| 643 | j.identifier(prop.key.name), |
| 644 | prop.value, |
| 645 | null, |
| 646 | false |
| 647 | ), prop); |
| 648 | |
| 649 | const createClassPropertyWithType = prop => |
| 650 | withComments(j.classProperty( |
no test coverage detected