@rspack/core 1.2.2 → 1.2.4

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,5 +1,5 @@
1
1
  import { Buffer } from 'buffer';
2
- import { AsyncSeriesBailHook, SyncHook, AsyncSeriesHook } from 'tapable';
2
+ import { SyncHook, AsyncSeriesBailHook, AsyncSeriesHook } from 'tapable';
3
3
  import { URL } from 'url';
4
4
 
5
5
  /*
@@ -1 +1 @@
1
- {"name":"enhanced-resolve","author":"Tobias Koppers @sokra","version":"5.17.1","license":"MIT","types":"index.d.ts","type":"commonjs"}
1
+ {"name":"enhanced-resolve","author":"Tobias Koppers @sokra","version":"5.18.1","license":"MIT","types":"index.d.ts","type":"commonjs"}
@@ -1,7 +1,7 @@
1
1
  /******/ (() => { // webpackBootstrap
2
2
  /******/ var __webpack_modules__ = ({
3
3
 
4
- /***/ 767:
4
+ /***/ 682:
5
5
  /***/ ((module) => {
6
6
 
7
7
  "use strict";
@@ -32,13 +32,13 @@ function clone (obj) {
32
32
 
33
33
  /***/ }),
34
34
 
35
- /***/ 219:
35
+ /***/ 658:
36
36
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
37
37
 
38
38
  var fs = __nccwpck_require__(896)
39
- var polyfills = __nccwpck_require__(190)
40
- var legacy = __nccwpck_require__(383)
41
- var clone = __nccwpck_require__(767)
39
+ var polyfills = __nccwpck_require__(443)
40
+ var legacy = __nccwpck_require__(248)
41
+ var clone = __nccwpck_require__(682)
42
42
 
43
43
  var util = __nccwpck_require__(23)
44
44
 
@@ -216,7 +216,7 @@ function patch (fs) {
216
216
 
217
217
  function go$copyFile (src, dest, flags, cb, startTime) {
218
218
  return fs$copyFile(src, dest, flags, function (err) {
219
- if (err && (err.code === 'EMFILE' || err.code === 'ENFILE'))
219
+ if (err && (err.code === 'EMFILE' || err.code === 'ENFILE' || err.code === 'EBUSY'))
220
220
  enqueue([go$copyFile, [src, dest, flags, cb], err, startTime || Date.now(), Date.now()])
221
221
  else {
222
222
  if (typeof cb === 'function')
@@ -487,7 +487,7 @@ function retry () {
487
487
 
488
488
  /***/ }),
489
489
 
490
- /***/ 383:
490
+ /***/ 248:
491
491
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
492
492
 
493
493
  var Stream = (__nccwpck_require__(203).Stream)
@@ -612,7 +612,7 @@ function legacy (fs) {
612
612
 
613
613
  /***/ }),
614
614
 
615
- /***/ 190:
615
+ /***/ 443:
616
616
  /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
617
617
 
618
618
  var constants = __nccwpck_require__(140)
@@ -1056,7 +1056,7 @@ module.exports = require("util");
1056
1056
  /******/ // startup
1057
1057
  /******/ // Load entry module and return exports
1058
1058
  /******/ // This entry module is referenced by other modules so it can't be inlined
1059
- /******/ var __webpack_exports__ = __nccwpck_require__(219);
1059
+ /******/ var __webpack_exports__ = __nccwpck_require__(658);
1060
1060
  /******/ module.exports = __webpack_exports__;
1061
1061
  /******/
1062
1062
  /******/ })()