@rspack/dev-server 2.0.0-rc.3 → 2.0.1

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.
@@ -133,7 +133,7 @@ function ansiHTML(text) {
133
133
  }
134
134
  });
135
135
  const l = ansiCodes.length;
136
- l > 0 && (ret += Array(l + 1).join('</span>'));
136
+ if (l > 0) ret += Array(l + 1).join('</span>');
137
137
  return ret;
138
138
  }
139
139
  ansiHTML.setColors = (colors)=>{
@@ -1,5 +1,5 @@
1
1
  /*! LICENSE: 0~chokidar.js.LICENSE.txt */
2
- import { __webpack_require__ } from "./937.js";
2
+ import { __webpack_require__ } from "./198.js";
3
3
  import { EventEmitter } from "node:events";
4
4
  import { stat as external_node_fs_stat, unwatchFile, watch, watchFile } from "node:fs";
5
5
  import { lstat, open as promises_open, readdir, realpath as promises_realpath, stat as promises_stat } from "node:fs/promises";
@@ -1,5 +1,5 @@
1
- import { __webpack_require__ } from "./937.js";
2
- import "./937.js";
1
+ import { __webpack_require__ } from "./198.js";
2
+ import "./198.js";
3
3
  __webpack_require__.add({
4
4
  "./node_modules/.pnpm/connect-history-api-fallback@2.0.0/node_modules/connect-history-api-fallback/lib/index.js" (module, exports, __webpack_require__) {
5
5
  var url = __webpack_require__("url");
package/dist/0~debug.js CHANGED
@@ -1,5 +1,5 @@
1
- import { __webpack_require__ } from "./937.js";
2
- import "./937.js";
1
+ import { __webpack_require__ } from "./198.js";
2
+ import "./198.js";
3
3
  __webpack_require__.add({
4
4
  "./node_modules/.pnpm/debug@4.4.3/node_modules/debug/src/browser.js" (module, exports, __webpack_require__) {
5
5
  exports.formatArgs = formatArgs;