()
| 4101 | } |
| 4102 | |
| 4103 | function markerCreate() { |
| 4104 | if (!extra.loc && !extra.range) { |
| 4105 | return undefined; |
| 4106 | } |
| 4107 | skipComment(); |
| 4108 | return {offset: index, line: lineNumber, col: index - lineStart}; |
| 4109 | } |
| 4110 | |
| 4111 | function markerCreatePreserveWhitespace() { |
| 4112 | if (!extra.loc && !extra.range) { |
no test coverage detected