()
| 21 | } |
| 22 | |
| 23 | function createEmptySourceMap() { |
| 24 | return new SourceMapGenerator({ |
| 25 | file: '.generated.js', |
| 26 | sourceRoot: '.' |
| 27 | }); |
| 28 | } |
| 29 | |
| 30 | function createSourceMapWithGap() { |
| 31 | var sourceMap = createEmptySourceMap(); |
no outgoing calls
no test coverage detected