@tamagui/code-to-html 1.84.2 → 1.85.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/code-to-html",
3
- "version": "1.84.2",
3
+ "version": "1.85.1",
4
4
  "source": "src/index.ts",
5
5
  "types": "./types/index.d.ts",
6
6
  "main": "dist/cjs",
@@ -30,7 +30,7 @@
30
30
  "url": "^0.11.0"
31
31
  },
32
32
  "devDependencies": {
33
- "@tamagui/build": "1.84.2"
33
+ "@tamagui/build": "1.85.1"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"
@@ -91,7 +91,7 @@ const wrapLines = function wrapLines(ast: any[], linesToHighlight) {
91
91
  // https://github.com/gatsbyjs/gatsby/pull/26161/files
92
92
  const MULTILINE_TOKEN_SPAN = /<span class="token ([^"]+)">[^<]*\n[^<]*<\/span>/g
93
93
 
94
- const applyMultilineFix = function (ast) {
94
+ const applyMultilineFix = (ast) => {
95
95
  // AST to HTML
96
96
  let html = toHtml(ast)
97
97