()
| 179 | } |
| 180 | |
| 181 | function throwMapperBuilderUseError(): never { |
| 182 | throw new Error( |
| 183 | "Attempted to use an abstract placeholder from a mapper function. Please make sure your " + |
| 184 | "map function has no side effects."); |
| 185 | } |
| 186 | |
| 187 | // StubHook which represents a variable in a map function. |
| 188 | class MapVariableHook extends StubHook { |