@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.js
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
|
}
|