Not exported from webpack so declared locally
| 204 | |
| 205 | /** Not exported from webpack so declared locally */ |
| 206 | interface WebpackSourcePosition { |
| 207 | line: number; |
| 208 | column?: number; |
| 209 | } |
| 210 | |
| 211 | function makeWebpackLocation( |
| 212 | location: FileLocation, |
nothing calls this directly
no outgoing calls
no test coverage detected