@tamagui/code-to-html 1.95.3 → 1.97.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.
package/dist/esm/index.mjs
CHANGED
|
@@ -5444,7 +5444,7 @@ function stringify2(values) {
|
|
|
5444
5444
|
return values.join(" ").trim();
|
|
5445
5445
|
}
|
|
5446
5446
|
|
|
5447
|
-
// ../../node_modules/hast-util-whitespace/index.js
|
|
5447
|
+
// ../../node_modules/hast-util-to-html/node_modules/hast-util-whitespace/index.js
|
|
5448
5448
|
function whitespace(thing) {
|
|
5449
5449
|
let value = (
|
|
5450
5450
|
// @ts-expect-error looks like a node.
|
|
@@ -13016,7 +13016,7 @@ function wrap(middleware, callback) {
|
|
|
13016
13016
|
// ../../node_modules/unified/node_modules/vfile/lib/index.js
|
|
13017
13017
|
var import_is_buffer = __toESM(require_is_buffer(), 1);
|
|
13018
13018
|
|
|
13019
|
-
// ../../node_modules/unist-util-stringify-position/lib/index.js
|
|
13019
|
+
// ../../node_modules/unified/node_modules/unist-util-stringify-position/lib/index.js
|
|
13020
13020
|
function stringifyPosition(value) {
|
|
13021
13021
|
return !value || typeof value != "object" ? "" : "position" in value || "type" in value ? position2(value.position) : "start" in value || "end" in value ? position2(value) : "line" in value || "column" in value ? point2(value) : "";
|
|
13022
13022
|
}
|
package/dist/esm/index.native.js
CHANGED
|
@@ -26262,7 +26262,7 @@ function stringify2(values) {
|
|
|
26262
26262
|
return values.join(" ").trim();
|
|
26263
26263
|
}
|
|
26264
26264
|
|
|
26265
|
-
// ../../node_modules/hast-util-whitespace/index.js
|
|
26265
|
+
// ../../node_modules/hast-util-to-html/node_modules/hast-util-whitespace/index.js
|
|
26266
26266
|
function whitespace(thing) {
|
|
26267
26267
|
var value = (
|
|
26268
26268
|
// @ts-expect-error looks like a node.
|
|
@@ -33976,7 +33976,7 @@ function wrap(middleware, callback) {
|
|
|
33976
33976
|
// ../../node_modules/unified/node_modules/vfile/lib/index.js
|
|
33977
33977
|
var import_is_buffer = __toESM(require_is_buffer(), 1);
|
|
33978
33978
|
|
|
33979
|
-
// ../../node_modules/unist-util-stringify-position/lib/index.js
|
|
33979
|
+
// ../../node_modules/unified/node_modules/unist-util-stringify-position/lib/index.js
|
|
33980
33980
|
function stringifyPosition(value) {
|
|
33981
33981
|
return !value || typeof value != "object" ? "" : "position" in value || "type" in value ? position2(value.position) : "start" in value || "end" in value ? position2(value) : "line" in value || "column" in value ? point2(value) : "";
|
|
33982
33982
|
}
|