@tamagui/code-to-html 1.84.1 → 1.85.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13557,7 +13557,7 @@ var lineNumberify = function lineNumberify2(ast, lineNum = 1) {
13557
13557
  lineNumber: line
13558
13558
  }), nodes;
13559
13559
  }, []);
13560
- }, MULTILINE_TOKEN_SPAN = /<span class="token ([^"]+)">[^<]*\n[^<]*<\/span>/g, applyMultilineFix = function(ast) {
13560
+ }, MULTILINE_TOKEN_SPAN = /<span class="token ([^"]+)">[^<]*\n[^<]*<\/span>/g, applyMultilineFix = (ast) => {
13561
13561
  let html5 = toHtml(ast);
13562
13562
  return html5 = html5.replace(
13563
13563
  MULTILINE_TOKEN_SPAN,