(path: Ref)
| 138 | } |
| 139 | |
| 140 | function makeImmutablePath(path: Ref): List<any> { |
| 141 | return path.map(pe => fromJS(pe)); |
| 142 | } |
| 143 | |
| 144 | class UnifyUnionBuilder extends UnionBuilder<TypeRef, TypeRef, TypeRef> { |
| 145 | constructor( |
no test coverage detected
searching dependent graphs…