@vxrn/mdx 1.1.534 → 1.1.536
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/index.js +12 -12
- package/dist/index.js.map +2 -2
- package/dist/index.native.js +12 -12
- package/dist/index.native.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -878,9 +878,9 @@ var require_braces = __commonJS({
|
|
|
878
878
|
}
|
|
879
879
|
});
|
|
880
880
|
|
|
881
|
-
// ../../node_modules/
|
|
881
|
+
// ../../node_modules/picomatch/lib/constants.js
|
|
882
882
|
var require_constants2 = __commonJS({
|
|
883
|
-
"../../node_modules/
|
|
883
|
+
"../../node_modules/picomatch/lib/constants.js"(exports2, module2) {
|
|
884
884
|
"use strict";
|
|
885
885
|
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 = {
|
|
886
886
|
DOT_LITERAL,
|
|
@@ -1055,9 +1055,9 @@ var require_constants2 = __commonJS({
|
|
|
1055
1055
|
}
|
|
1056
1056
|
});
|
|
1057
1057
|
|
|
1058
|
-
// ../../node_modules/
|
|
1058
|
+
// ../../node_modules/picomatch/lib/utils.js
|
|
1059
1059
|
var require_utils2 = __commonJS({
|
|
1060
|
-
"../../node_modules/
|
|
1060
|
+
"../../node_modules/picomatch/lib/utils.js"(exports2) {
|
|
1061
1061
|
"use strict";
|
|
1062
1062
|
var path3 = require("path"), win32 = process.platform === "win32", {
|
|
1063
1063
|
REGEX_BACKSLASH,
|
|
@@ -1091,9 +1091,9 @@ var require_utils2 = __commonJS({
|
|
|
1091
1091
|
}
|
|
1092
1092
|
});
|
|
1093
1093
|
|
|
1094
|
-
// ../../node_modules/
|
|
1094
|
+
// ../../node_modules/picomatch/lib/scan.js
|
|
1095
1095
|
var require_scan = __commonJS({
|
|
1096
|
-
"../../node_modules/
|
|
1096
|
+
"../../node_modules/picomatch/lib/scan.js"(exports2, module2) {
|
|
1097
1097
|
"use strict";
|
|
1098
1098
|
var utils = require_utils2(), {
|
|
1099
1099
|
CHAR_ASTERISK,
|
|
@@ -1277,9 +1277,9 @@ var require_scan = __commonJS({
|
|
|
1277
1277
|
}
|
|
1278
1278
|
});
|
|
1279
1279
|
|
|
1280
|
-
// ../../node_modules/
|
|
1280
|
+
// ../../node_modules/picomatch/lib/parse.js
|
|
1281
1281
|
var require_parse2 = __commonJS({
|
|
1282
|
-
"../../node_modules/
|
|
1282
|
+
"../../node_modules/picomatch/lib/parse.js"(exports2, module2) {
|
|
1283
1283
|
"use strict";
|
|
1284
1284
|
var constants2 = require_constants2(), utils = require_utils2(), {
|
|
1285
1285
|
MAX_LENGTH,
|
|
@@ -1722,9 +1722,9 @@ var require_parse2 = __commonJS({
|
|
|
1722
1722
|
}
|
|
1723
1723
|
});
|
|
1724
1724
|
|
|
1725
|
-
// ../../node_modules/
|
|
1725
|
+
// ../../node_modules/picomatch/lib/picomatch.js
|
|
1726
1726
|
var require_picomatch = __commonJS({
|
|
1727
|
-
"../../node_modules/
|
|
1727
|
+
"../../node_modules/picomatch/lib/picomatch.js"(exports2, module2) {
|
|
1728
1728
|
"use strict";
|
|
1729
1729
|
var path3 = require("path"), scan = require_scan(), parse4 = require_parse2(), utils = require_utils2(), constants2 = require_constants2(), isObject = (val) => val && typeof val == "object" && !Array.isArray(val), picomatch = (glob2, options2, returnState = !1) => {
|
|
1730
1730
|
if (Array.isArray(glob2)) {
|
|
@@ -1793,9 +1793,9 @@ var require_picomatch = __commonJS({
|
|
|
1793
1793
|
}
|
|
1794
1794
|
});
|
|
1795
1795
|
|
|
1796
|
-
// ../../node_modules/
|
|
1796
|
+
// ../../node_modules/picomatch/index.js
|
|
1797
1797
|
var require_picomatch2 = __commonJS({
|
|
1798
|
-
"../../node_modules/
|
|
1798
|
+
"../../node_modules/picomatch/index.js"(exports2, module2) {
|
|
1799
1799
|
"use strict";
|
|
1800
1800
|
module2.exports = require_picomatch();
|
|
1801
1801
|
}
|