@vxrn/mdx 1.1.535 → 1.1.537

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.
@@ -1195,9 +1195,9 @@ var require_braces = __commonJS({
1195
1195
  }
1196
1196
  });
1197
1197
 
1198
- // ../../node_modules/micromatch/node_modules/picomatch/lib/constants.js
1198
+ // ../../node_modules/picomatch/lib/constants.js
1199
1199
  var require_constants2 = __commonJS({
1200
- "../../node_modules/micromatch/node_modules/picomatch/lib/constants.js"(exports2, module2) {
1200
+ "../../node_modules/picomatch/lib/constants.js"(exports2, module2) {
1201
1201
  "use strict";
1202
1202
  var path3 = require("path"), WIN_SLASH = "\\\\/", WIN_NO_SLASH = `[^${WIN_SLASH}]`, DOT_LITERAL = "\\.", PLUS_LITERAL = "\\+", QMARK_LITERAL = "\\?", SLASH_LITERAL = "\\/", ONE_CHAR = "(?=.)", QMARK = "[^/]", END_ANCHOR = `(?:${SLASH_LITERAL}|$)`, START_ANCHOR = `(?:^|${SLASH_LITERAL})`, DOTS_SLASH = `${DOT_LITERAL}{1,2}${END_ANCHOR}`, NO_DOT = `(?!${DOT_LITERAL})`, NO_DOTS = `(?!${START_ANCHOR}${DOTS_SLASH})`, NO_DOT_SLASH = `(?!${DOT_LITERAL}{0,1}${END_ANCHOR})`, NO_DOTS_SLASH = `(?!${DOTS_SLASH})`, QMARK_NO_DOT = `[^.${SLASH_LITERAL}]`, STAR = `${QMARK}*?`, POSIX_CHARS = {
1203
1203
  DOT_LITERAL,
@@ -1392,9 +1392,9 @@ var require_constants2 = __commonJS({
1392
1392
  }
1393
1393
  });
1394
1394
 
1395
- // ../../node_modules/micromatch/node_modules/picomatch/lib/utils.js
1395
+ // ../../node_modules/picomatch/lib/utils.js
1396
1396
  var require_utils2 = __commonJS({
1397
- "../../node_modules/micromatch/node_modules/picomatch/lib/utils.js"(exports2) {
1397
+ "../../node_modules/picomatch/lib/utils.js"(exports2) {
1398
1398
  "use strict";
1399
1399
  var path3 = require("path"), win32 = process.platform === "win32", { REGEX_BACKSLASH, REGEX_REMOVE_BACKSLASH, REGEX_SPECIAL_CHARS, REGEX_SPECIAL_CHARS_GLOBAL } = require_constants2();
1400
1400
  exports2.isObject = function(val) {
@@ -1439,9 +1439,9 @@ var require_utils2 = __commonJS({
1439
1439
  }
1440
1440
  });
1441
1441
 
1442
- // ../../node_modules/micromatch/node_modules/picomatch/lib/scan.js
1442
+ // ../../node_modules/picomatch/lib/scan.js
1443
1443
  var require_scan = __commonJS({
1444
- "../../node_modules/micromatch/node_modules/picomatch/lib/scan.js"(exports2, module2) {
1444
+ "../../node_modules/picomatch/lib/scan.js"(exports2, module2) {
1445
1445
  "use strict";
1446
1446
  var utils = require_utils2(), {
1447
1447
  CHAR_ASTERISK,
@@ -1644,9 +1644,9 @@ var require_scan = __commonJS({
1644
1644
  }
1645
1645
  });
1646
1646
 
1647
- // ../../node_modules/micromatch/node_modules/picomatch/lib/parse.js
1647
+ // ../../node_modules/picomatch/lib/parse.js
1648
1648
  var require_parse2 = __commonJS({
1649
- "../../node_modules/micromatch/node_modules/picomatch/lib/parse.js"(exports2, module2) {
1649
+ "../../node_modules/picomatch/lib/parse.js"(exports2, module2) {
1650
1650
  "use strict";
1651
1651
  var constants2 = require_constants2(), utils = require_utils2(), { MAX_LENGTH, POSIX_REGEX_SOURCE, REGEX_NON_SPECIAL_CHARS, REGEX_SPECIAL_CHARS_BACKREF, REPLACEMENTS } = constants2, expandRange = function(args, options2) {
1652
1652
  if (typeof options2.expandRange == "function")
@@ -2259,9 +2259,9 @@ var require_parse2 = __commonJS({
2259
2259
  }
2260
2260
  });
2261
2261
 
2262
- // ../../node_modules/micromatch/node_modules/picomatch/lib/picomatch.js
2262
+ // ../../node_modules/picomatch/lib/picomatch.js
2263
2263
  var require_picomatch = __commonJS({
2264
- "../../node_modules/micromatch/node_modules/picomatch/lib/picomatch.js"(exports2, module2) {
2264
+ "../../node_modules/picomatch/lib/picomatch.js"(exports2, module2) {
2265
2265
  "use strict";
2266
2266
  var path3 = require("path"), scan = require_scan(), parse4 = require_parse2(), utils = require_utils2(), constants2 = require_constants2(), isObject = function(val) {
2267
2267
  return val && typeof val == "object" && !Array.isArray(val);
@@ -2393,9 +2393,9 @@ var require_picomatch = __commonJS({
2393
2393
  }
2394
2394
  });
2395
2395
 
2396
- // ../../node_modules/micromatch/node_modules/picomatch/index.js
2396
+ // ../../node_modules/picomatch/index.js
2397
2397
  var require_picomatch2 = __commonJS({
2398
- "../../node_modules/micromatch/node_modules/picomatch/index.js"(exports2, module2) {
2398
+ "../../node_modules/picomatch/index.js"(exports2, module2) {
2399
2399
  "use strict";
2400
2400
  module2.exports = require_picomatch();
2401
2401
  }