@rsbuild/core 1.6.6 → 1.6.7-canary-57e2a56d-20251120152633

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.
@@ -1,9 +1,6 @@
1
1
  /*! For license information please see 0~range-parser.js.LICENSE.txt */
2
- export const __webpack_id__ = "603";
3
- export const __webpack_ids__ = [
4
- "603"
5
- ];
6
- export const __webpack_modules__ = {
2
+ import { __webpack_require__ } from "./rslib-runtime.js";
3
+ __webpack_require__.add({
7
4
  "../../node_modules/.pnpm/range-parser@1.2.1/node_modules/range-parser/index.js": function(module) {
8
5
  function combineRanges(ranges) {
9
6
  for(var ordered = ranges.map(mapWithIndex).sort(sortByRangeStart), j = 0, i = 1; i < ordered.length; i++){
@@ -49,4 +46,4 @@ export const __webpack_modules__ = {
49
46
  return ranges.length < 1 ? -1 : options && options.combine ? combineRanges(ranges) : ranges;
50
47
  };
51
48
  }
52
- };
49
+ });