(type)
| 47869 | visitType(type.type); |
| 47870 | } |
| 47871 | function visitIndexedAccessType(type) { |
| 47872 | visitType(type.objectType); |
| 47873 | visitType(type.indexType); |
| 47874 | visitType(type.constraint); |
| 47875 | } |
| 47876 | function visitMappedType(type) { |
| 47877 | visitType(type.typeParameter); |
| 47878 | visitType(type.constraintType); |