@tanstack/router-vite-plugin 1.1.8

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.
Files changed (156) hide show
  1. package/LICENSE +21 -0
  2. package/build/cjs/_virtual/_commonjsHelpers.js +16 -0
  3. package/build/cjs/_virtual/_commonjsHelpers.js.map +1 -0
  4. package/build/cjs/_virtual/index.js +16 -0
  5. package/build/cjs/_virtual/index.js.map +1 -0
  6. package/build/cjs/_virtual/make-dir.js +16 -0
  7. package/build/cjs/_virtual/make-dir.js.map +1 -0
  8. package/build/cjs/_virtual/utils.js +16 -0
  9. package/build/cjs/_virtual/utils.js.map +1 -0
  10. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/copy/copy-sync.js +188 -0
  11. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/copy/copy-sync.js.map +1 -0
  12. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/copy/copy.js +255 -0
  13. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/copy/copy.js.map +1 -0
  14. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/copy/index.js +24 -0
  15. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/copy/index.js.map +1 -0
  16. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/empty/index.js +59 -0
  17. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/empty/index.js.map +1 -0
  18. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/ensure/file.js +87 -0
  19. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/ensure/file.js.map +1 -0
  20. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/ensure/index.js +40 -0
  21. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/ensure/index.js.map +1 -0
  22. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/ensure/link.js +84 -0
  23. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/ensure/link.js.map +1 -0
  24. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/ensure/symlink-paths.js +116 -0
  25. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/ensure/symlink-paths.js.map +1 -0
  26. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/ensure/symlink-type.js +46 -0
  27. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/ensure/symlink-type.js.map +1 -0
  28. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/ensure/symlink.js +105 -0
  29. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/ensure/symlink.js.map +1 -0
  30. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/fs/index.js +146 -0
  31. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/fs/index.js.map +1 -0
  32. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/index.js +41 -0
  33. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/index.js.map +1 -0
  34. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/json/index.js +34 -0
  35. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/json/index.js.map +1 -0
  36. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/json/jsonfile.js +26 -0
  37. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/json/jsonfile.js.map +1 -0
  38. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/json/output-json-sync.js +28 -0
  39. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/json/output-json-sync.js.map +1 -0
  40. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/json/output-json.js +28 -0
  41. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/json/output-json.js.map +1 -0
  42. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/mkdirs/index.js +32 -0
  43. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/mkdirs/index.js.map +1 -0
  44. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/mkdirs/make-dir.js +49 -0
  45. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/mkdirs/make-dir.js.map +1 -0
  46. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/mkdirs/utils.js +35 -0
  47. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/mkdirs/utils.js.map +1 -0
  48. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/move/index.js +24 -0
  49. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/move/index.js.map +1 -0
  50. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/move/move-sync.js +74 -0
  51. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/move/move-sync.js.map +1 -0
  52. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/move/move.js +96 -0
  53. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/move/move.js.map +1 -0
  54. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/output-file/index.js +59 -0
  55. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/output-file/index.js.map +1 -0
  56. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/path-exists/index.js +30 -0
  57. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/path-exists/index.js.map +1 -0
  58. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/remove/index.js +39 -0
  59. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/remove/index.js.map +1 -0
  60. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/remove/rimraf.js +319 -0
  61. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/remove/rimraf.js.map +1 -0
  62. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/util/stat.js +172 -0
  63. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/util/stat.js.map +1 -0
  64. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/util/utimes.js +41 -0
  65. package/build/cjs/node_modules/.pnpm/fs-extra@10.1.0/node_modules/fs-extra/lib/util/utimes.js.map +1 -0
  66. package/build/cjs/node_modules/.pnpm/graceful-fs@4.2.10/node_modules/graceful-fs/clone.js +36 -0
  67. package/build/cjs/node_modules/.pnpm/graceful-fs@4.2.10/node_modules/graceful-fs/clone.js.map +1 -0
  68. package/build/cjs/node_modules/.pnpm/graceful-fs@4.2.10/node_modules/graceful-fs/graceful-fs.js +469 -0
  69. package/build/cjs/node_modules/.pnpm/graceful-fs@4.2.10/node_modules/graceful-fs/graceful-fs.js.map +1 -0
  70. package/build/cjs/node_modules/.pnpm/graceful-fs@4.2.10/node_modules/graceful-fs/legacy-streams.js +135 -0
  71. package/build/cjs/node_modules/.pnpm/graceful-fs@4.2.10/node_modules/graceful-fs/legacy-streams.js.map +1 -0
  72. package/build/cjs/node_modules/.pnpm/graceful-fs@4.2.10/node_modules/graceful-fs/polyfills.js +372 -0
  73. package/build/cjs/node_modules/.pnpm/graceful-fs@4.2.10/node_modules/graceful-fs/polyfills.js.map +1 -0
  74. package/build/cjs/node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/clone.js +45 -0
  75. package/build/cjs/node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/clone.js.map +1 -0
  76. package/build/cjs/node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/graceful-fs.js +479 -0
  77. package/build/cjs/node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/graceful-fs.js.map +1 -0
  78. package/build/cjs/node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/legacy-streams.js +143 -0
  79. package/build/cjs/node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/legacy-streams.js.map +1 -0
  80. package/build/cjs/node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/polyfills.js +380 -0
  81. package/build/cjs/node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/polyfills.js.map +1 -0
  82. package/build/cjs/node_modules/.pnpm/jsonfile@6.1.0/node_modules/jsonfile/index.js +108 -0
  83. package/build/cjs/node_modules/.pnpm/jsonfile@6.1.0/node_modules/jsonfile/index.js.map +1 -0
  84. package/build/cjs/node_modules/.pnpm/jsonfile@6.1.0/node_modules/jsonfile/utils.js +29 -0
  85. package/build/cjs/node_modules/.pnpm/jsonfile@6.1.0/node_modules/jsonfile/utils.js.map +1 -0
  86. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/doc.js +1286 -0
  87. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/doc.js.map +1 -0
  88. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/index.js +21292 -0
  89. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/index.js.map +1 -0
  90. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/internal/internal.js +6513 -0
  91. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/internal/internal.js.map +1 -0
  92. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/plugins/acorn.js +31 -0
  93. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/plugins/acorn.js.map +1 -0
  94. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/plugins/angular.js +20 -0
  95. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/plugins/angular.js.map +1 -0
  96. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/plugins/babel.js +34 -0
  97. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/plugins/babel.js.map +1 -0
  98. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/plugins/estree.js +55 -0
  99. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/plugins/estree.js.map +1 -0
  100. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/plugins/flow.js +39 -0
  101. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/plugins/flow.js.map +1 -0
  102. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/plugins/glimmer.js +50 -0
  103. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/plugins/glimmer.js.map +1 -0
  104. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/plugins/graphql.js +50 -0
  105. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/plugins/graphql.js.map +1 -0
  106. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/plugins/html.js +40 -0
  107. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/plugins/html.js.map +1 -0
  108. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/plugins/markdown.js +80 -0
  109. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/plugins/markdown.js.map +1 -0
  110. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/plugins/meriyah.js +23 -0
  111. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/plugins/meriyah.js.map +1 -0
  112. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/plugins/postcss.js +73 -0
  113. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/plugins/postcss.js.map +1 -0
  114. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/plugins/typescript.js +43 -0
  115. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/plugins/typescript.js.map +1 -0
  116. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/plugins/yaml.js +182 -0
  117. package/build/cjs/node_modules/.pnpm/prettier@3.0.2/node_modules/prettier/plugins/yaml.js.map +1 -0
  118. package/build/cjs/node_modules/.pnpm/zod@3.21.4/node_modules/zod/lib/index.js +4071 -0
  119. package/build/cjs/node_modules/.pnpm/zod@3.21.4/node_modules/zod/lib/index.js.map +1 -0
  120. package/build/cjs/packages/router-cli/src/config.js +30 -0
  121. package/build/cjs/packages/router-cli/src/config.js.map +1 -0
  122. package/build/cjs/packages/router-cli/src/generator.js +291 -0
  123. package/build/cjs/packages/router-cli/src/generator.js.map +1 -0
  124. package/build/cjs/packages/router-vite-plugin/src/index.js +67 -0
  125. package/build/cjs/packages/router-vite-plugin/src/index.js.map +1 -0
  126. package/build/esm/acorn-cRrhQtA6.js +26 -0
  127. package/build/esm/acorn-cRrhQtA6.js.map +1 -0
  128. package/build/esm/angular-HROv_CFe.js +15 -0
  129. package/build/esm/angular-HROv_CFe.js.map +1 -0
  130. package/build/esm/babel-WUIEfgoi.js +29 -0
  131. package/build/esm/babel-WUIEfgoi.js.map +1 -0
  132. package/build/esm/estree-XSgQYP4a.js +48 -0
  133. package/build/esm/estree-XSgQYP4a.js.map +1 -0
  134. package/build/esm/flow-RpbLwlct.js +34 -0
  135. package/build/esm/flow-RpbLwlct.js.map +1 -0
  136. package/build/esm/glimmer-nYL0saZ4.js +43 -0
  137. package/build/esm/glimmer-nYL0saZ4.js.map +1 -0
  138. package/build/esm/graphql-w_qkTZIK.js +42 -0
  139. package/build/esm/graphql-w_qkTZIK.js.map +1 -0
  140. package/build/esm/html-4mPGSUFL.js +32 -0
  141. package/build/esm/html-4mPGSUFL.js.map +1 -0
  142. package/build/esm/index.js +33321 -0
  143. package/build/esm/index.js.map +1 -0
  144. package/build/esm/markdown-MvZ6UzH9.js +72 -0
  145. package/build/esm/markdown-MvZ6UzH9.js.map +1 -0
  146. package/build/esm/meriyah-kfEfGGMB.js +18 -0
  147. package/build/esm/meriyah-kfEfGGMB.js.map +1 -0
  148. package/build/esm/postcss-yu5rIF8w.js +65 -0
  149. package/build/esm/postcss-yu5rIF8w.js.map +1 -0
  150. package/build/esm/typescript-CETgxtB5.js +38 -0
  151. package/build/esm/typescript-CETgxtB5.js.map +1 -0
  152. package/build/esm/yaml-_aqeuMai.js +174 -0
  153. package/build/esm/yaml-_aqeuMai.js.map +1 -0
  154. package/build/types/index.d.ts +17 -0
  155. package/package.json +44 -0
  156. package/src/index.ts +58 -0
@@ -0,0 +1,469 @@
1
+ /**
2
+ * @tanstack/router-vite-plugin/src/index.ts
3
+ *
4
+ * Copyright (c) TanStack
5
+ *
6
+ * This source code is licensed under the MIT license found in the
7
+ * LICENSE.md file in the root directory of this source tree.
8
+ *
9
+ * @license MIT
10
+ */
11
+ 'use strict';
12
+
13
+ var _commonjsHelpers = require('../../../../../_virtual/_commonjsHelpers.js');
14
+ var require$$0 = require('fs');
15
+ var polyfills$1 = require('./polyfills.js');
16
+ var legacyStreams = require('./legacy-streams.js');
17
+ var clone$1 = require('./clone.js');
18
+ var require$$4 = require('util');
19
+ var assert4 = require('assert');
20
+
21
+ var fs = require$$0;
22
+ var polyfills = polyfills$1.polyfills;
23
+ var legacy = legacyStreams.legacyStreams;
24
+ var clone = clone$1.clone_1;
25
+
26
+ var util = require$$4;
27
+
28
+ /* istanbul ignore next - node 0.x polyfill */
29
+ var gracefulQueue;
30
+ var previousSymbol;
31
+
32
+ /* istanbul ignore else - node 0.x polyfill */
33
+ if (typeof Symbol === 'function' && typeof Symbol.for === 'function') {
34
+ gracefulQueue = Symbol.for('graceful-fs.queue');
35
+ // This is used in testing by future versions
36
+ previousSymbol = Symbol.for('graceful-fs.previous');
37
+ } else {
38
+ gracefulQueue = '___graceful-fs.queue';
39
+ previousSymbol = '___graceful-fs.previous';
40
+ }
41
+
42
+ function noop () {}
43
+
44
+ function publishQueue(context, queue) {
45
+ Object.defineProperty(context, gracefulQueue, {
46
+ get: function() {
47
+ return queue
48
+ }
49
+ });
50
+ }
51
+
52
+ var debug = noop;
53
+ if (util.debuglog)
54
+ debug = util.debuglog('gfs4');
55
+ else if (/\bgfs4\b/i.test(process.env.NODE_DEBUG || ''))
56
+ debug = function() {
57
+ var m = util.format.apply(util, arguments);
58
+ m = 'GFS4: ' + m.split(/\n/).join('\nGFS4: ');
59
+ console.error(m);
60
+ };
61
+
62
+ // Once time initialization
63
+ if (!fs[gracefulQueue]) {
64
+ // This queue can be shared by multiple loaded instances
65
+ var queue = _commonjsHelpers.commonjsGlobal[gracefulQueue] || [];
66
+ publishQueue(fs, queue);
67
+
68
+ // Patch fs.close/closeSync to shared queue version, because we need
69
+ // to retry() whenever a close happens *anywhere* in the program.
70
+ // This is essential when multiple graceful-fs instances are
71
+ // in play at the same time.
72
+ fs.close = (function (fs$close) {
73
+ function close (fd, cb) {
74
+ return fs$close.call(fs, fd, function (err) {
75
+ // This function uses the graceful-fs shared queue
76
+ if (!err) {
77
+ resetQueue();
78
+ }
79
+
80
+ if (typeof cb === 'function')
81
+ cb.apply(this, arguments);
82
+ })
83
+ }
84
+
85
+ Object.defineProperty(close, previousSymbol, {
86
+ value: fs$close
87
+ });
88
+ return close
89
+ })(fs.close);
90
+
91
+ fs.closeSync = (function (fs$closeSync) {
92
+ function closeSync (fd) {
93
+ // This function uses the graceful-fs shared queue
94
+ fs$closeSync.apply(fs, arguments);
95
+ resetQueue();
96
+ }
97
+
98
+ Object.defineProperty(closeSync, previousSymbol, {
99
+ value: fs$closeSync
100
+ });
101
+ return closeSync
102
+ })(fs.closeSync);
103
+
104
+ if (/\bgfs4\b/i.test(process.env.NODE_DEBUG || '')) {
105
+ process.on('exit', function() {
106
+ debug(fs[gracefulQueue]);
107
+ assert4.equal(fs[gracefulQueue].length, 0);
108
+ });
109
+ }
110
+ }
111
+
112
+ if (!_commonjsHelpers.commonjsGlobal[gracefulQueue]) {
113
+ publishQueue(_commonjsHelpers.commonjsGlobal, fs[gracefulQueue]);
114
+ }
115
+
116
+ exports.gracefulFs = patch(clone(fs));
117
+ if (process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH && !fs.__patched) {
118
+ exports.gracefulFs = patch(fs);
119
+ fs.__patched = true;
120
+ }
121
+
122
+ function patch (fs) {
123
+ // Everything that references the open() function needs to be in here
124
+ polyfills(fs);
125
+ fs.gracefulify = patch;
126
+
127
+ fs.createReadStream = createReadStream;
128
+ fs.createWriteStream = createWriteStream;
129
+ var fs$readFile = fs.readFile;
130
+ fs.readFile = readFile;
131
+ function readFile (path, options, cb) {
132
+ if (typeof options === 'function')
133
+ cb = options, options = null;
134
+
135
+ return go$readFile(path, options, cb)
136
+
137
+ function go$readFile (path, options, cb, startTime) {
138
+ return fs$readFile(path, options, function (err) {
139
+ if (err && (err.code === 'EMFILE' || err.code === 'ENFILE'))
140
+ enqueue([go$readFile, [path, options, cb], err, startTime || Date.now(), Date.now()]);
141
+ else {
142
+ if (typeof cb === 'function')
143
+ cb.apply(this, arguments);
144
+ }
145
+ })
146
+ }
147
+ }
148
+
149
+ var fs$writeFile = fs.writeFile;
150
+ fs.writeFile = writeFile;
151
+ function writeFile (path, data, options, cb) {
152
+ if (typeof options === 'function')
153
+ cb = options, options = null;
154
+
155
+ return go$writeFile(path, data, options, cb)
156
+
157
+ function go$writeFile (path, data, options, cb, startTime) {
158
+ return fs$writeFile(path, data, options, function (err) {
159
+ if (err && (err.code === 'EMFILE' || err.code === 'ENFILE'))
160
+ enqueue([go$writeFile, [path, data, options, cb], err, startTime || Date.now(), Date.now()]);
161
+ else {
162
+ if (typeof cb === 'function')
163
+ cb.apply(this, arguments);
164
+ }
165
+ })
166
+ }
167
+ }
168
+
169
+ var fs$appendFile = fs.appendFile;
170
+ if (fs$appendFile)
171
+ fs.appendFile = appendFile;
172
+ function appendFile (path, data, options, cb) {
173
+ if (typeof options === 'function')
174
+ cb = options, options = null;
175
+
176
+ return go$appendFile(path, data, options, cb)
177
+
178
+ function go$appendFile (path, data, options, cb, startTime) {
179
+ return fs$appendFile(path, data, options, function (err) {
180
+ if (err && (err.code === 'EMFILE' || err.code === 'ENFILE'))
181
+ enqueue([go$appendFile, [path, data, options, cb], err, startTime || Date.now(), Date.now()]);
182
+ else {
183
+ if (typeof cb === 'function')
184
+ cb.apply(this, arguments);
185
+ }
186
+ })
187
+ }
188
+ }
189
+
190
+ var fs$copyFile = fs.copyFile;
191
+ if (fs$copyFile)
192
+ fs.copyFile = copyFile;
193
+ function copyFile (src, dest, flags, cb) {
194
+ if (typeof flags === 'function') {
195
+ cb = flags;
196
+ flags = 0;
197
+ }
198
+ return go$copyFile(src, dest, flags, cb)
199
+
200
+ function go$copyFile (src, dest, flags, cb, startTime) {
201
+ return fs$copyFile(src, dest, flags, function (err) {
202
+ if (err && (err.code === 'EMFILE' || err.code === 'ENFILE'))
203
+ enqueue([go$copyFile, [src, dest, flags, cb], err, startTime || Date.now(), Date.now()]);
204
+ else {
205
+ if (typeof cb === 'function')
206
+ cb.apply(this, arguments);
207
+ }
208
+ })
209
+ }
210
+ }
211
+
212
+ var fs$readdir = fs.readdir;
213
+ fs.readdir = readdir;
214
+ var noReaddirOptionVersions = /^v[0-5]\./;
215
+ function readdir (path, options, cb) {
216
+ if (typeof options === 'function')
217
+ cb = options, options = null;
218
+
219
+ var go$readdir = noReaddirOptionVersions.test(process.version)
220
+ ? function go$readdir (path, options, cb, startTime) {
221
+ return fs$readdir(path, fs$readdirCallback(
222
+ path, options, cb, startTime
223
+ ))
224
+ }
225
+ : function go$readdir (path, options, cb, startTime) {
226
+ return fs$readdir(path, options, fs$readdirCallback(
227
+ path, options, cb, startTime
228
+ ))
229
+ };
230
+
231
+ return go$readdir(path, options, cb)
232
+
233
+ function fs$readdirCallback (path, options, cb, startTime) {
234
+ return function (err, files) {
235
+ if (err && (err.code === 'EMFILE' || err.code === 'ENFILE'))
236
+ enqueue([
237
+ go$readdir,
238
+ [path, options, cb],
239
+ err,
240
+ startTime || Date.now(),
241
+ Date.now()
242
+ ]);
243
+ else {
244
+ if (files && files.sort)
245
+ files.sort();
246
+
247
+ if (typeof cb === 'function')
248
+ cb.call(this, err, files);
249
+ }
250
+ }
251
+ }
252
+ }
253
+
254
+ if (process.version.substr(0, 4) === 'v0.8') {
255
+ var legStreams = legacy(fs);
256
+ ReadStream = legStreams.ReadStream;
257
+ WriteStream = legStreams.WriteStream;
258
+ }
259
+
260
+ var fs$ReadStream = fs.ReadStream;
261
+ if (fs$ReadStream) {
262
+ ReadStream.prototype = Object.create(fs$ReadStream.prototype);
263
+ ReadStream.prototype.open = ReadStream$open;
264
+ }
265
+
266
+ var fs$WriteStream = fs.WriteStream;
267
+ if (fs$WriteStream) {
268
+ WriteStream.prototype = Object.create(fs$WriteStream.prototype);
269
+ WriteStream.prototype.open = WriteStream$open;
270
+ }
271
+
272
+ Object.defineProperty(fs, 'ReadStream', {
273
+ get: function () {
274
+ return ReadStream
275
+ },
276
+ set: function (val) {
277
+ ReadStream = val;
278
+ },
279
+ enumerable: true,
280
+ configurable: true
281
+ });
282
+ Object.defineProperty(fs, 'WriteStream', {
283
+ get: function () {
284
+ return WriteStream
285
+ },
286
+ set: function (val) {
287
+ WriteStream = val;
288
+ },
289
+ enumerable: true,
290
+ configurable: true
291
+ });
292
+
293
+ // legacy names
294
+ var FileReadStream = ReadStream;
295
+ Object.defineProperty(fs, 'FileReadStream', {
296
+ get: function () {
297
+ return FileReadStream
298
+ },
299
+ set: function (val) {
300
+ FileReadStream = val;
301
+ },
302
+ enumerable: true,
303
+ configurable: true
304
+ });
305
+ var FileWriteStream = WriteStream;
306
+ Object.defineProperty(fs, 'FileWriteStream', {
307
+ get: function () {
308
+ return FileWriteStream
309
+ },
310
+ set: function (val) {
311
+ FileWriteStream = val;
312
+ },
313
+ enumerable: true,
314
+ configurable: true
315
+ });
316
+
317
+ function ReadStream (path, options) {
318
+ if (this instanceof ReadStream)
319
+ return fs$ReadStream.apply(this, arguments), this
320
+ else
321
+ return ReadStream.apply(Object.create(ReadStream.prototype), arguments)
322
+ }
323
+
324
+ function ReadStream$open () {
325
+ var that = this;
326
+ open(that.path, that.flags, that.mode, function (err, fd) {
327
+ if (err) {
328
+ if (that.autoClose)
329
+ that.destroy();
330
+
331
+ that.emit('error', err);
332
+ } else {
333
+ that.fd = fd;
334
+ that.emit('open', fd);
335
+ that.read();
336
+ }
337
+ });
338
+ }
339
+
340
+ function WriteStream (path, options) {
341
+ if (this instanceof WriteStream)
342
+ return fs$WriteStream.apply(this, arguments), this
343
+ else
344
+ return WriteStream.apply(Object.create(WriteStream.prototype), arguments)
345
+ }
346
+
347
+ function WriteStream$open () {
348
+ var that = this;
349
+ open(that.path, that.flags, that.mode, function (err, fd) {
350
+ if (err) {
351
+ that.destroy();
352
+ that.emit('error', err);
353
+ } else {
354
+ that.fd = fd;
355
+ that.emit('open', fd);
356
+ }
357
+ });
358
+ }
359
+
360
+ function createReadStream (path, options) {
361
+ return new fs.ReadStream(path, options)
362
+ }
363
+
364
+ function createWriteStream (path, options) {
365
+ return new fs.WriteStream(path, options)
366
+ }
367
+
368
+ var fs$open = fs.open;
369
+ fs.open = open;
370
+ function open (path, flags, mode, cb) {
371
+ if (typeof mode === 'function')
372
+ cb = mode, mode = null;
373
+
374
+ return go$open(path, flags, mode, cb)
375
+
376
+ function go$open (path, flags, mode, cb, startTime) {
377
+ return fs$open(path, flags, mode, function (err, fd) {
378
+ if (err && (err.code === 'EMFILE' || err.code === 'ENFILE'))
379
+ enqueue([go$open, [path, flags, mode, cb], err, startTime || Date.now(), Date.now()]);
380
+ else {
381
+ if (typeof cb === 'function')
382
+ cb.apply(this, arguments);
383
+ }
384
+ })
385
+ }
386
+ }
387
+
388
+ return fs
389
+ }
390
+
391
+ function enqueue (elem) {
392
+ debug('ENQUEUE', elem[0].name, elem[1]);
393
+ fs[gracefulQueue].push(elem);
394
+ retry();
395
+ }
396
+
397
+ // keep track of the timeout between retry() calls
398
+ var retryTimer;
399
+
400
+ // reset the startTime and lastTime to now
401
+ // this resets the start of the 60 second overall timeout as well as the
402
+ // delay between attempts so that we'll retry these jobs sooner
403
+ function resetQueue () {
404
+ var now = Date.now();
405
+ for (var i = 0; i < fs[gracefulQueue].length; ++i) {
406
+ // entries that are only a length of 2 are from an older version, don't
407
+ // bother modifying those since they'll be retried anyway.
408
+ if (fs[gracefulQueue][i].length > 2) {
409
+ fs[gracefulQueue][i][3] = now; // startTime
410
+ fs[gracefulQueue][i][4] = now; // lastTime
411
+ }
412
+ }
413
+ // call retry to make sure we're actively processing the queue
414
+ retry();
415
+ }
416
+
417
+ function retry () {
418
+ // clear the timer and remove it to help prevent unintended concurrency
419
+ clearTimeout(retryTimer);
420
+ retryTimer = undefined;
421
+
422
+ if (fs[gracefulQueue].length === 0)
423
+ return
424
+
425
+ var elem = fs[gracefulQueue].shift();
426
+ var fn = elem[0];
427
+ var args = elem[1];
428
+ // these items may be unset if they were added by an older graceful-fs
429
+ var err = elem[2];
430
+ var startTime = elem[3];
431
+ var lastTime = elem[4];
432
+
433
+ // if we don't have a startTime we have no way of knowing if we've waited
434
+ // long enough, so go ahead and retry this item now
435
+ if (startTime === undefined) {
436
+ debug('RETRY', fn.name, args);
437
+ fn.apply(null, args);
438
+ } else if (Date.now() - startTime >= 60000) {
439
+ // it's been more than 60 seconds total, bail now
440
+ debug('TIMEOUT', fn.name, args);
441
+ var cb = args.pop();
442
+ if (typeof cb === 'function')
443
+ cb.call(null, err);
444
+ } else {
445
+ // the amount of time between the last attempt and right now
446
+ var sinceAttempt = Date.now() - lastTime;
447
+ // the amount of time between when we first tried, and when we last tried
448
+ // rounded up to at least 1
449
+ var sinceStart = Math.max(lastTime - startTime, 1);
450
+ // backoff. wait longer than the total time we've been retrying, but only
451
+ // up to a maximum of 100ms
452
+ var desiredDelay = Math.min(sinceStart * 1.2, 100);
453
+ // it's been long enough since the last retry, do it again
454
+ if (sinceAttempt >= desiredDelay) {
455
+ debug('RETRY', fn.name, args);
456
+ fn.apply(null, args.concat([startTime]));
457
+ } else {
458
+ // if we can't do this job yet, push it to the end of the queue
459
+ // and let the next iteration check again
460
+ fs[gracefulQueue].push(elem);
461
+ }
462
+ }
463
+
464
+ // schedule our next run if one isn't already scheduled
465
+ if (retryTimer === undefined) {
466
+ retryTimer = setTimeout(retry, 0);
467
+ }
468
+ }
469
+ //# sourceMappingURL=graceful-fs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"graceful-fs.js","sources":["../../../../../../../../../node_modules/.pnpm/graceful-fs@4.2.10/node_modules/graceful-fs/graceful-fs.js"],"sourcesContent":["var fs = require('fs')\nvar polyfills = require('./polyfills.js')\nvar legacy = require('./legacy-streams.js')\nvar clone = require('./clone.js')\n\nvar util = require('util')\n\n/* istanbul ignore next - node 0.x polyfill */\nvar gracefulQueue\nvar previousSymbol\n\n/* istanbul ignore else - node 0.x polyfill */\nif (typeof Symbol === 'function' && typeof Symbol.for === 'function') {\n gracefulQueue = Symbol.for('graceful-fs.queue')\n // This is used in testing by future versions\n previousSymbol = Symbol.for('graceful-fs.previous')\n} else {\n gracefulQueue = '___graceful-fs.queue'\n previousSymbol = '___graceful-fs.previous'\n}\n\nfunction noop () {}\n\nfunction publishQueue(context, queue) {\n Object.defineProperty(context, gracefulQueue, {\n get: function() {\n return queue\n }\n })\n}\n\nvar debug = noop\nif (util.debuglog)\n debug = util.debuglog('gfs4')\nelse if (/\\bgfs4\\b/i.test(process.env.NODE_DEBUG || ''))\n debug = function() {\n var m = util.format.apply(util, arguments)\n m = 'GFS4: ' + m.split(/\\n/).join('\\nGFS4: ')\n console.error(m)\n }\n\n// Once time initialization\nif (!fs[gracefulQueue]) {\n // This queue can be shared by multiple loaded instances\n var queue = global[gracefulQueue] || []\n publishQueue(fs, queue)\n\n // Patch fs.close/closeSync to shared queue version, because we need\n // to retry() whenever a close happens *anywhere* in the program.\n // This is essential when multiple graceful-fs instances are\n // in play at the same time.\n fs.close = (function (fs$close) {\n function close (fd, cb) {\n return fs$close.call(fs, fd, function (err) {\n // This function uses the graceful-fs shared queue\n if (!err) {\n resetQueue()\n }\n\n if (typeof cb === 'function')\n cb.apply(this, arguments)\n })\n }\n\n Object.defineProperty(close, previousSymbol, {\n value: fs$close\n })\n return close\n })(fs.close)\n\n fs.closeSync = (function (fs$closeSync) {\n function closeSync (fd) {\n // This function uses the graceful-fs shared queue\n fs$closeSync.apply(fs, arguments)\n resetQueue()\n }\n\n Object.defineProperty(closeSync, previousSymbol, {\n value: fs$closeSync\n })\n return closeSync\n })(fs.closeSync)\n\n if (/\\bgfs4\\b/i.test(process.env.NODE_DEBUG || '')) {\n process.on('exit', function() {\n debug(fs[gracefulQueue])\n require('assert').equal(fs[gracefulQueue].length, 0)\n })\n }\n}\n\nif (!global[gracefulQueue]) {\n publishQueue(global, fs[gracefulQueue]);\n}\n\nmodule.exports = patch(clone(fs))\nif (process.env.TEST_GRACEFUL_FS_GLOBAL_PATCH && !fs.__patched) {\n module.exports = patch(fs)\n fs.__patched = true;\n}\n\nfunction patch (fs) {\n // Everything that references the open() function needs to be in here\n polyfills(fs)\n fs.gracefulify = patch\n\n fs.createReadStream = createReadStream\n fs.createWriteStream = createWriteStream\n var fs$readFile = fs.readFile\n fs.readFile = readFile\n function readFile (path, options, cb) {\n if (typeof options === 'function')\n cb = options, options = null\n\n return go$readFile(path, options, cb)\n\n function go$readFile (path, options, cb, startTime) {\n return fs$readFile(path, options, function (err) {\n if (err && (err.code === 'EMFILE' || err.code === 'ENFILE'))\n enqueue([go$readFile, [path, options, cb], err, startTime || Date.now(), Date.now()])\n else {\n if (typeof cb === 'function')\n cb.apply(this, arguments)\n }\n })\n }\n }\n\n var fs$writeFile = fs.writeFile\n fs.writeFile = writeFile\n function writeFile (path, data, options, cb) {\n if (typeof options === 'function')\n cb = options, options = null\n\n return go$writeFile(path, data, options, cb)\n\n function go$writeFile (path, data, options, cb, startTime) {\n return fs$writeFile(path, data, options, function (err) {\n if (err && (err.code === 'EMFILE' || err.code === 'ENFILE'))\n enqueue([go$writeFile, [path, data, options, cb], err, startTime || Date.now(), Date.now()])\n else {\n if (typeof cb === 'function')\n cb.apply(this, arguments)\n }\n })\n }\n }\n\n var fs$appendFile = fs.appendFile\n if (fs$appendFile)\n fs.appendFile = appendFile\n function appendFile (path, data, options, cb) {\n if (typeof options === 'function')\n cb = options, options = null\n\n return go$appendFile(path, data, options, cb)\n\n function go$appendFile (path, data, options, cb, startTime) {\n return fs$appendFile(path, data, options, function (err) {\n if (err && (err.code === 'EMFILE' || err.code === 'ENFILE'))\n enqueue([go$appendFile, [path, data, options, cb], err, startTime || Date.now(), Date.now()])\n else {\n if (typeof cb === 'function')\n cb.apply(this, arguments)\n }\n })\n }\n }\n\n var fs$copyFile = fs.copyFile\n if (fs$copyFile)\n fs.copyFile = copyFile\n function copyFile (src, dest, flags, cb) {\n if (typeof flags === 'function') {\n cb = flags\n flags = 0\n }\n return go$copyFile(src, dest, flags, cb)\n\n function go$copyFile (src, dest, flags, cb, startTime) {\n return fs$copyFile(src, dest, flags, function (err) {\n if (err && (err.code === 'EMFILE' || err.code === 'ENFILE'))\n enqueue([go$copyFile, [src, dest, flags, cb], err, startTime || Date.now(), Date.now()])\n else {\n if (typeof cb === 'function')\n cb.apply(this, arguments)\n }\n })\n }\n }\n\n var fs$readdir = fs.readdir\n fs.readdir = readdir\n var noReaddirOptionVersions = /^v[0-5]\\./\n function readdir (path, options, cb) {\n if (typeof options === 'function')\n cb = options, options = null\n\n var go$readdir = noReaddirOptionVersions.test(process.version)\n ? function go$readdir (path, options, cb, startTime) {\n return fs$readdir(path, fs$readdirCallback(\n path, options, cb, startTime\n ))\n }\n : function go$readdir (path, options, cb, startTime) {\n return fs$readdir(path, options, fs$readdirCallback(\n path, options, cb, startTime\n ))\n }\n\n return go$readdir(path, options, cb)\n\n function fs$readdirCallback (path, options, cb, startTime) {\n return function (err, files) {\n if (err && (err.code === 'EMFILE' || err.code === 'ENFILE'))\n enqueue([\n go$readdir,\n [path, options, cb],\n err,\n startTime || Date.now(),\n Date.now()\n ])\n else {\n if (files && files.sort)\n files.sort()\n\n if (typeof cb === 'function')\n cb.call(this, err, files)\n }\n }\n }\n }\n\n if (process.version.substr(0, 4) === 'v0.8') {\n var legStreams = legacy(fs)\n ReadStream = legStreams.ReadStream\n WriteStream = legStreams.WriteStream\n }\n\n var fs$ReadStream = fs.ReadStream\n if (fs$ReadStream) {\n ReadStream.prototype = Object.create(fs$ReadStream.prototype)\n ReadStream.prototype.open = ReadStream$open\n }\n\n var fs$WriteStream = fs.WriteStream\n if (fs$WriteStream) {\n WriteStream.prototype = Object.create(fs$WriteStream.prototype)\n WriteStream.prototype.open = WriteStream$open\n }\n\n Object.defineProperty(fs, 'ReadStream', {\n get: function () {\n return ReadStream\n },\n set: function (val) {\n ReadStream = val\n },\n enumerable: true,\n configurable: true\n })\n Object.defineProperty(fs, 'WriteStream', {\n get: function () {\n return WriteStream\n },\n set: function (val) {\n WriteStream = val\n },\n enumerable: true,\n configurable: true\n })\n\n // legacy names\n var FileReadStream = ReadStream\n Object.defineProperty(fs, 'FileReadStream', {\n get: function () {\n return FileReadStream\n },\n set: function (val) {\n FileReadStream = val\n },\n enumerable: true,\n configurable: true\n })\n var FileWriteStream = WriteStream\n Object.defineProperty(fs, 'FileWriteStream', {\n get: function () {\n return FileWriteStream\n },\n set: function (val) {\n FileWriteStream = val\n },\n enumerable: true,\n configurable: true\n })\n\n function ReadStream (path, options) {\n if (this instanceof ReadStream)\n return fs$ReadStream.apply(this, arguments), this\n else\n return ReadStream.apply(Object.create(ReadStream.prototype), arguments)\n }\n\n function ReadStream$open () {\n var that = this\n open(that.path, that.flags, that.mode, function (err, fd) {\n if (err) {\n if (that.autoClose)\n that.destroy()\n\n that.emit('error', err)\n } else {\n that.fd = fd\n that.emit('open', fd)\n that.read()\n }\n })\n }\n\n function WriteStream (path, options) {\n if (this instanceof WriteStream)\n return fs$WriteStream.apply(this, arguments), this\n else\n return WriteStream.apply(Object.create(WriteStream.prototype), arguments)\n }\n\n function WriteStream$open () {\n var that = this\n open(that.path, that.flags, that.mode, function (err, fd) {\n if (err) {\n that.destroy()\n that.emit('error', err)\n } else {\n that.fd = fd\n that.emit('open', fd)\n }\n })\n }\n\n function createReadStream (path, options) {\n return new fs.ReadStream(path, options)\n }\n\n function createWriteStream (path, options) {\n return new fs.WriteStream(path, options)\n }\n\n var fs$open = fs.open\n fs.open = open\n function open (path, flags, mode, cb) {\n if (typeof mode === 'function')\n cb = mode, mode = null\n\n return go$open(path, flags, mode, cb)\n\n function go$open (path, flags, mode, cb, startTime) {\n return fs$open(path, flags, mode, function (err, fd) {\n if (err && (err.code === 'EMFILE' || err.code === 'ENFILE'))\n enqueue([go$open, [path, flags, mode, cb], err, startTime || Date.now(), Date.now()])\n else {\n if (typeof cb === 'function')\n cb.apply(this, arguments)\n }\n })\n }\n }\n\n return fs\n}\n\nfunction enqueue (elem) {\n debug('ENQUEUE', elem[0].name, elem[1])\n fs[gracefulQueue].push(elem)\n retry()\n}\n\n// keep track of the timeout between retry() calls\nvar retryTimer\n\n// reset the startTime and lastTime to now\n// this resets the start of the 60 second overall timeout as well as the\n// delay between attempts so that we'll retry these jobs sooner\nfunction resetQueue () {\n var now = Date.now()\n for (var i = 0; i < fs[gracefulQueue].length; ++i) {\n // entries that are only a length of 2 are from an older version, don't\n // bother modifying those since they'll be retried anyway.\n if (fs[gracefulQueue][i].length > 2) {\n fs[gracefulQueue][i][3] = now // startTime\n fs[gracefulQueue][i][4] = now // lastTime\n }\n }\n // call retry to make sure we're actively processing the queue\n retry()\n}\n\nfunction retry () {\n // clear the timer and remove it to help prevent unintended concurrency\n clearTimeout(retryTimer)\n retryTimer = undefined\n\n if (fs[gracefulQueue].length === 0)\n return\n\n var elem = fs[gracefulQueue].shift()\n var fn = elem[0]\n var args = elem[1]\n // these items may be unset if they were added by an older graceful-fs\n var err = elem[2]\n var startTime = elem[3]\n var lastTime = elem[4]\n\n // if we don't have a startTime we have no way of knowing if we've waited\n // long enough, so go ahead and retry this item now\n if (startTime === undefined) {\n debug('RETRY', fn.name, args)\n fn.apply(null, args)\n } else if (Date.now() - startTime >= 60000) {\n // it's been more than 60 seconds total, bail now\n debug('TIMEOUT', fn.name, args)\n var cb = args.pop()\n if (typeof cb === 'function')\n cb.call(null, err)\n } else {\n // the amount of time between the last attempt and right now\n var sinceAttempt = Date.now() - lastTime\n // the amount of time between when we first tried, and when we last tried\n // rounded up to at least 1\n var sinceStart = Math.max(lastTime - startTime, 1)\n // backoff. wait longer than the total time we've been retrying, but only\n // up to a maximum of 100ms\n var desiredDelay = Math.min(sinceStart * 1.2, 100)\n // it's been long enough since the last retry, do it again\n if (sinceAttempt >= desiredDelay) {\n debug('RETRY', fn.name, args)\n fn.apply(null, args.concat([startTime]))\n } else {\n // if we can't do this job yet, push it to the end of the queue\n // and let the next iteration check again\n fs[gracefulQueue].push(elem)\n }\n }\n\n // schedule our next run if one isn't already scheduled\n if (retryTimer === undefined) {\n retryTimer = setTimeout(retry, 0)\n }\n}\n"],"names":["require$$1","require$$2","require$$3","global","require$$5","gracefulFs"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,135 @@
1
+ /**
2
+ * @tanstack/router-vite-plugin/src/index.ts
3
+ *
4
+ * Copyright (c) TanStack
5
+ *
6
+ * This source code is licensed under the MIT license found in the
7
+ * LICENSE.md file in the root directory of this source tree.
8
+ *
9
+ * @license MIT
10
+ */
11
+ 'use strict';
12
+
13
+ var require$$0 = require('stream');
14
+
15
+ var Stream = require$$0.Stream;
16
+
17
+ var legacyStreams = legacy;
18
+
19
+ function legacy (fs) {
20
+ return {
21
+ ReadStream: ReadStream,
22
+ WriteStream: WriteStream
23
+ }
24
+
25
+ function ReadStream (path, options) {
26
+ if (!(this instanceof ReadStream)) return new ReadStream(path, options);
27
+
28
+ Stream.call(this);
29
+
30
+ var self = this;
31
+
32
+ this.path = path;
33
+ this.fd = null;
34
+ this.readable = true;
35
+ this.paused = false;
36
+
37
+ this.flags = 'r';
38
+ this.mode = 438; /*=0666*/
39
+ this.bufferSize = 64 * 1024;
40
+
41
+ options = options || {};
42
+
43
+ // Mixin options into this
44
+ var keys = Object.keys(options);
45
+ for (var index = 0, length = keys.length; index < length; index++) {
46
+ var key = keys[index];
47
+ this[key] = options[key];
48
+ }
49
+
50
+ if (this.encoding) this.setEncoding(this.encoding);
51
+
52
+ if (this.start !== undefined) {
53
+ if ('number' !== typeof this.start) {
54
+ throw TypeError('start must be a Number');
55
+ }
56
+ if (this.end === undefined) {
57
+ this.end = Infinity;
58
+ } else if ('number' !== typeof this.end) {
59
+ throw TypeError('end must be a Number');
60
+ }
61
+
62
+ if (this.start > this.end) {
63
+ throw new Error('start must be <= end');
64
+ }
65
+
66
+ this.pos = this.start;
67
+ }
68
+
69
+ if (this.fd !== null) {
70
+ process.nextTick(function() {
71
+ self._read();
72
+ });
73
+ return;
74
+ }
75
+
76
+ fs.open(this.path, this.flags, this.mode, function (err, fd) {
77
+ if (err) {
78
+ self.emit('error', err);
79
+ self.readable = false;
80
+ return;
81
+ }
82
+
83
+ self.fd = fd;
84
+ self.emit('open', fd);
85
+ self._read();
86
+ });
87
+ }
88
+
89
+ function WriteStream (path, options) {
90
+ if (!(this instanceof WriteStream)) return new WriteStream(path, options);
91
+
92
+ Stream.call(this);
93
+
94
+ this.path = path;
95
+ this.fd = null;
96
+ this.writable = true;
97
+
98
+ this.flags = 'w';
99
+ this.encoding = 'binary';
100
+ this.mode = 438; /*=0666*/
101
+ this.bytesWritten = 0;
102
+
103
+ options = options || {};
104
+
105
+ // Mixin options into this
106
+ var keys = Object.keys(options);
107
+ for (var index = 0, length = keys.length; index < length; index++) {
108
+ var key = keys[index];
109
+ this[key] = options[key];
110
+ }
111
+
112
+ if (this.start !== undefined) {
113
+ if ('number' !== typeof this.start) {
114
+ throw TypeError('start must be a Number');
115
+ }
116
+ if (this.start < 0) {
117
+ throw new Error('start must be >= zero');
118
+ }
119
+
120
+ this.pos = this.start;
121
+ }
122
+
123
+ this.busy = false;
124
+ this._queue = [];
125
+
126
+ if (this.fd === null) {
127
+ this._open = fs.open;
128
+ this._queue.push([this._open, this.path, this.flags, this.mode, undefined]);
129
+ this.flush();
130
+ }
131
+ }
132
+ }
133
+
134
+ exports.legacyStreams = legacyStreams;
135
+ //# sourceMappingURL=legacy-streams.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"legacy-streams.js","sources":["../../../../../../../../../node_modules/.pnpm/graceful-fs@4.2.10/node_modules/graceful-fs/legacy-streams.js"],"sourcesContent":["var Stream = require('stream').Stream\n\nmodule.exports = legacy\n\nfunction legacy (fs) {\n return {\n ReadStream: ReadStream,\n WriteStream: WriteStream\n }\n\n function ReadStream (path, options) {\n if (!(this instanceof ReadStream)) return new ReadStream(path, options);\n\n Stream.call(this);\n\n var self = this;\n\n this.path = path;\n this.fd = null;\n this.readable = true;\n this.paused = false;\n\n this.flags = 'r';\n this.mode = 438; /*=0666*/\n this.bufferSize = 64 * 1024;\n\n options = options || {};\n\n // Mixin options into this\n var keys = Object.keys(options);\n for (var index = 0, length = keys.length; index < length; index++) {\n var key = keys[index];\n this[key] = options[key];\n }\n\n if (this.encoding) this.setEncoding(this.encoding);\n\n if (this.start !== undefined) {\n if ('number' !== typeof this.start) {\n throw TypeError('start must be a Number');\n }\n if (this.end === undefined) {\n this.end = Infinity;\n } else if ('number' !== typeof this.end) {\n throw TypeError('end must be a Number');\n }\n\n if (this.start > this.end) {\n throw new Error('start must be <= end');\n }\n\n this.pos = this.start;\n }\n\n if (this.fd !== null) {\n process.nextTick(function() {\n self._read();\n });\n return;\n }\n\n fs.open(this.path, this.flags, this.mode, function (err, fd) {\n if (err) {\n self.emit('error', err);\n self.readable = false;\n return;\n }\n\n self.fd = fd;\n self.emit('open', fd);\n self._read();\n })\n }\n\n function WriteStream (path, options) {\n if (!(this instanceof WriteStream)) return new WriteStream(path, options);\n\n Stream.call(this);\n\n this.path = path;\n this.fd = null;\n this.writable = true;\n\n this.flags = 'w';\n this.encoding = 'binary';\n this.mode = 438; /*=0666*/\n this.bytesWritten = 0;\n\n options = options || {};\n\n // Mixin options into this\n var keys = Object.keys(options);\n for (var index = 0, length = keys.length; index < length; index++) {\n var key = keys[index];\n this[key] = options[key];\n }\n\n if (this.start !== undefined) {\n if ('number' !== typeof this.start) {\n throw TypeError('start must be a Number');\n }\n if (this.start < 0) {\n throw new Error('start must be >= zero');\n }\n\n this.pos = this.start;\n }\n\n this.busy = false;\n this._queue = [];\n\n if (this.fd === null) {\n this._open = fs.open;\n this._queue.push([this._open, this.path, this.flags, this.mode, undefined]);\n this.flush();\n }\n }\n}\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}