(nameStyle: NameStyle)
| 183 | ]; |
| 184 | |
| 185 | export function funPrefixNamer(nameStyle: NameStyle): Namer { |
| 186 | return new Namer(nameStyle, funPrefixes); |
| 187 | } |
| 188 | |
| 189 | // FIXME: I think the type hierarchy is somewhat wrong here. `FixedName` |
| 190 | // should be a `Name`, but the non-fixed names should probably have their |
no outgoing calls
no test coverage detected
searching dependent graphs…