OLD | NEW |
(Empty) | |
| 1 >>> |
| 2 return _parseHtml(content, id.path, logger, |
| 3 checkDocType: options.isHtmlEntryPoint(id)); |
| 4 <<< |
| 5 return _parseHtml(content, id.path, logger, |
| 6 checkDocType: options.isHtmlEntryPoint(id)); |
| 7 >>> (indent 8) |
| 8 return _parseHtml(content, id.path, logger, |
| 9 checkDocType: options.isHtmlEntryPoint(id)); |
| 10 <<< |
| 11 return _parseHtml(content, id.path, logger, |
| 12 checkDocType: options.isHtmlEntryPoint(id)); |
| 13 >>> (indent 8) |
| 14 logger.warning(HTML5_WARNING.create({'message': e.message}), |
| 15 span: e.span); |
| 16 <<< |
| 17 logger.warning(HTML5_WARNING.create({'message': e.message}), |
| 18 span: e.span); |
| 19 >>> (indent 2) |
| 20 return builder.relative(builder.join('/', id.path), |
| 21 from: builder.join('/', builder.dirname(sourceId.path))); |
| 22 <<< |
| 23 return builder.relative(builder.join('/', id.path), |
| 24 from: builder.join('/', builder.dirname(sourceId.path))); |
OLD | NEW |