@ai-sdk-tool/parser 4.1.20 → 4.1.22

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.
@@ -2062,7 +2062,7 @@ function handleOpeningTagSegment(src, lt, out, stack) {
2062
2062
  function extractSchemaProperties(schema) {
2063
2063
  const unwrapped = unwrapJsonSchema(schema);
2064
2064
  if (!unwrapped || typeof unwrapped !== "object") {
2065
- return void 0;
2065
+ return;
2066
2066
  }
2067
2067
  return unwrapped.properties;
2068
2068
  }
@@ -2212,11 +2212,11 @@ function parse2(xml, schema, options = {}) {
2212
2212
  }
2213
2213
 
2214
2214
  export {
2215
- escapeRegExp,
2216
2215
  escapeXmlMinimalText,
2217
2216
  escapeXmlMinimalAttr,
2218
2217
  unescapeXml,
2219
2218
  stringify,
2219
+ escapeRegExp,
2220
2220
  parse2 as parse
2221
2221
  };
2222
- //# sourceMappingURL=chunk-TLZV6QE3.js.map
2222
+ //# sourceMappingURL=chunk-2I56ZDEY.js.map