(statement)
| 95228 | /*multiLine*/ true), |
| 95229 | /*location*/ constructor ? constructor.body : undefined); |
| 95230 | function visitBodyStatement(statement) { |
| 95231 | if (useDefineForClassFields && ts.isParameterPropertyDeclaration(ts.getOriginalNode(statement), constructor)) { |
| 95232 | return undefined; |
| 95233 | } |
| 95234 | return visitor(statement); |
| 95235 | } |
| 95236 | } |
| 95237 | /** |
| 95238 | * Generates assignment statements for property initializers. |