@atlaspack/fs 2.14.5-canary.13 → 2.14.5-canary.131
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/CHANGELOG.md +168 -0
- package/index.d.ts +8 -2
- package/lib/MemoryFS.js +829 -0
- package/lib/NodeFS.browser.js +13 -0
- package/lib/NodeFS.js +281 -0
- package/lib/NodeVCSAwareFS.js +176 -0
- package/lib/OverlayFS.js +366 -0
- package/lib/find.js +77 -0
- package/lib/index.js +92 -2406
- package/package.json +11 -13
- package/src/MemoryFS.js +6 -2
- package/src/NodeFS.js +1 -0
- package/src/NodeVCSAwareFS.js +2 -1
- package/src/index.js +6 -1
- package/test/OverlayFS.test.js +2 -1
- package/lib/browser.js +0 -1267
- package/lib/browser.js.map +0 -1
- package/lib/index.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,173 @@
|
|
|
1
1
|
# @atlaspack/fs
|
|
2
2
|
|
|
3
|
+
## 2.15.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`13aef17`](https://github.com/atlassian-labs/atlaspack/commit/13aef177eea289a6e40d2113b5ec1ac9be18a33d)]:
|
|
8
|
+
- @atlaspack/feature-flags@2.19.1
|
|
9
|
+
- @atlaspack/types-internal@2.15.1
|
|
10
|
+
- @atlaspack/utils@2.17.1
|
|
11
|
+
- @atlaspack/workers@2.14.19
|
|
12
|
+
- @atlaspack/watcher-watchman-js@2.14.19
|
|
13
|
+
|
|
14
|
+
## 2.15.13
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- [#645](https://github.com/atlassian-labs/atlaspack/pull/645) [`de23e0c`](https://github.com/atlassian-labs/atlaspack/commit/de23e0ce49d5504fe3947ac26640a3d951087da3) Thanks [@alshdavid](https://github.com/alshdavid)! - Updated build system and added some extra test-specific code
|
|
19
|
+
|
|
20
|
+
- [#682](https://github.com/atlassian-labs/atlaspack/pull/682) [`a5ed1b4`](https://github.com/atlassian-labs/atlaspack/commit/a5ed1b414498560f393ff491af4da25b6e8dde56) Thanks [@alshdavid](https://github.com/alshdavid)! - Updating build system
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [[`dbb4072`](https://github.com/atlassian-labs/atlaspack/commit/dbb40721ebeb45990a14ba04e6b44e7f836fb32d), [`becf977`](https://github.com/atlassian-labs/atlaspack/commit/becf977f625d5ee46dae3d4c679f173bf5f40cc0), [`becf977`](https://github.com/atlassian-labs/atlaspack/commit/becf977f625d5ee46dae3d4c679f173bf5f40cc0), [`c4415a4`](https://github.com/atlassian-labs/atlaspack/commit/c4415a455543d984ca28452c2cb87a794d22497c), [`f0f7c71`](https://github.com/atlassian-labs/atlaspack/commit/f0f7c7168a1d3d18c6f30d2daed611275692b7c5), [`de23e0c`](https://github.com/atlassian-labs/atlaspack/commit/de23e0ce49d5504fe3947ac26640a3d951087da3), [`18a57cf`](https://github.com/atlassian-labs/atlaspack/commit/18a57cf8a4789b2de5ad8e2676f317a26cc91417), [`a5ed1b4`](https://github.com/atlassian-labs/atlaspack/commit/a5ed1b414498560f393ff491af4da25b6e8dde56)]:
|
|
23
|
+
- @atlaspack/feature-flags@2.19.0
|
|
24
|
+
- @atlaspack/utils@2.17.0
|
|
25
|
+
- @atlaspack/rust@3.4.1
|
|
26
|
+
- @atlaspack/types-internal@2.15.0
|
|
27
|
+
- @atlaspack/watcher-watchman-js@2.14.18
|
|
28
|
+
- @atlaspack/workers@2.14.18
|
|
29
|
+
- @atlaspack/logger@2.14.13
|
|
30
|
+
|
|
31
|
+
## 2.15.12
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- Updated dependencies [[`c75bf55`](https://github.com/atlassian-labs/atlaspack/commit/c75bf553fff4decc285b5fd499a275853b18f8f2)]:
|
|
36
|
+
- @atlaspack/rust@3.4.0
|
|
37
|
+
- @atlaspack/logger@2.14.12
|
|
38
|
+
- @atlaspack/utils@2.16.1
|
|
39
|
+
- @atlaspack/workers@2.14.17
|
|
40
|
+
|
|
41
|
+
## 2.15.11
|
|
42
|
+
|
|
43
|
+
### Patch Changes
|
|
44
|
+
|
|
45
|
+
- Updated dependencies [[`e8a60ff`](https://github.com/atlassian-labs/atlaspack/commit/e8a60ffbea41caef265786bbf73349771760081c), [`30ee2cf`](https://github.com/atlassian-labs/atlaspack/commit/30ee2cfcd34cf2646ded0eda13fdb80a2a5de529)]:
|
|
46
|
+
- @atlaspack/feature-flags@2.18.4
|
|
47
|
+
- @atlaspack/utils@2.16.0
|
|
48
|
+
- @atlaspack/types-internal@2.14.14
|
|
49
|
+
- @atlaspack/workers@2.14.16
|
|
50
|
+
|
|
51
|
+
## 2.15.10
|
|
52
|
+
|
|
53
|
+
### Patch Changes
|
|
54
|
+
|
|
55
|
+
- Updated dependencies [[`5ded263`](https://github.com/atlassian-labs/atlaspack/commit/5ded263c7f11b866e8885b81c73e20dd060b25be)]:
|
|
56
|
+
- @atlaspack/feature-flags@2.18.3
|
|
57
|
+
- @atlaspack/types-internal@2.14.13
|
|
58
|
+
- @atlaspack/utils@2.15.3
|
|
59
|
+
- @atlaspack/workers@2.14.15
|
|
60
|
+
|
|
61
|
+
## 2.15.9
|
|
62
|
+
|
|
63
|
+
### Patch Changes
|
|
64
|
+
|
|
65
|
+
- Updated dependencies [[`644b157`](https://github.com/atlassian-labs/atlaspack/commit/644b157dee72a871acc2d0facf0b87b8eea51956)]:
|
|
66
|
+
- @atlaspack/feature-flags@2.18.2
|
|
67
|
+
- @atlaspack/types-internal@2.14.12
|
|
68
|
+
- @atlaspack/utils@2.15.2
|
|
69
|
+
- @atlaspack/workers@2.14.14
|
|
70
|
+
|
|
71
|
+
## 2.15.8
|
|
72
|
+
|
|
73
|
+
### Patch Changes
|
|
74
|
+
|
|
75
|
+
- Updated dependencies [[`ef3d622`](https://github.com/atlassian-labs/atlaspack/commit/ef3d6228f4e006702198a19c61e051d194d325cb), [`26aa9c5`](https://github.com/atlassian-labs/atlaspack/commit/26aa9c599d2be45ce1438a74c5fa22f39b9b554b), [`0501255`](https://github.com/atlassian-labs/atlaspack/commit/05012550da35b05ce7d356a8cc29311e7f9afdca)]:
|
|
76
|
+
- @atlaspack/workers@2.14.13
|
|
77
|
+
- @atlaspack/logger@2.14.11
|
|
78
|
+
- @atlaspack/feature-flags@2.18.1
|
|
79
|
+
- @atlaspack/utils@2.15.1
|
|
80
|
+
- @atlaspack/types-internal@2.14.11
|
|
81
|
+
|
|
82
|
+
## 2.15.7
|
|
83
|
+
|
|
84
|
+
### Patch Changes
|
|
85
|
+
|
|
86
|
+
- Updated dependencies [[`10fbcfb`](https://github.com/atlassian-labs/atlaspack/commit/10fbcfbfa49c7a83da5d7c40983e36e87f524a75), [`85c52d3`](https://github.com/atlassian-labs/atlaspack/commit/85c52d3f7717b3c84a118d18ab98cfbfd71dcbd2), [`e39c6cf`](https://github.com/atlassian-labs/atlaspack/commit/e39c6cf05f7e95ce5420dbcea66f401b1cbd397c)]:
|
|
87
|
+
- @atlaspack/feature-flags@2.18.0
|
|
88
|
+
- @atlaspack/utils@2.15.0
|
|
89
|
+
- @atlaspack/types-internal@2.14.10
|
|
90
|
+
- @atlaspack/workers@2.14.12
|
|
91
|
+
|
|
92
|
+
## 2.15.6
|
|
93
|
+
|
|
94
|
+
### Patch Changes
|
|
95
|
+
|
|
96
|
+
- Updated dependencies [[`73ea3c4`](https://github.com/atlassian-labs/atlaspack/commit/73ea3c4d85d4401fdd15abcbf988237e890e7ad3), [`b1b3693`](https://github.com/atlassian-labs/atlaspack/commit/b1b369317c66f8a431c170df2ebba4fa5b2e38ef)]:
|
|
97
|
+
- @atlaspack/feature-flags@2.17.0
|
|
98
|
+
- @atlaspack/types-internal@2.14.9
|
|
99
|
+
- @atlaspack/utils@2.14.11
|
|
100
|
+
- @atlaspack/workers@2.14.11
|
|
101
|
+
|
|
102
|
+
## 2.15.5
|
|
103
|
+
|
|
104
|
+
### Patch Changes
|
|
105
|
+
|
|
106
|
+
- [#597](https://github.com/atlassian-labs/atlaspack/pull/597) [`0999fb7`](https://github.com/atlassian-labs/atlaspack/commit/0999fb78da519a6c7582d212883e515fcf6c1252) Thanks [@yamadapc](https://github.com/yamadapc)! - Reduce verbosity of logging
|
|
107
|
+
|
|
108
|
+
- Updated dependencies [[`51aba5f`](https://github.com/atlassian-labs/atlaspack/commit/51aba5fc0e49235ee06bbc3c376f48c3e7da5c4b), [`35fdd4b`](https://github.com/atlassian-labs/atlaspack/commit/35fdd4b52da0af20f74667f7b8adfb2f90279b7c), [`6dd4ccb`](https://github.com/atlassian-labs/atlaspack/commit/6dd4ccb753541de32322d881f973d571dd57e4ca)]:
|
|
109
|
+
- @atlaspack/types-internal@2.14.8
|
|
110
|
+
- @atlaspack/rust@3.3.5
|
|
111
|
+
- @atlaspack/workers@2.14.10
|
|
112
|
+
- @atlaspack/logger@2.14.10
|
|
113
|
+
- @atlaspack/utils@2.14.10
|
|
114
|
+
|
|
115
|
+
## 2.15.4
|
|
116
|
+
|
|
117
|
+
### Patch Changes
|
|
118
|
+
|
|
119
|
+
- [#591](https://github.com/atlassian-labs/atlaspack/pull/591) [`e4d966c`](https://github.com/atlassian-labs/atlaspack/commit/e4d966c3c9c4292c5013372ae65b10d19d4bacc6) Thanks [@yamadapc](https://github.com/yamadapc)! - Fix bug where renames would not get handled correctly
|
|
120
|
+
|
|
121
|
+
- Updated dependencies [[`124b7ff`](https://github.com/atlassian-labs/atlaspack/commit/124b7fff44f71aac9fbad289a9a9509b3dfc9aaa), [`e052521`](https://github.com/atlassian-labs/atlaspack/commit/e0525210850ed1606146eb86991049cf567c5dec), [`15c6d70`](https://github.com/atlassian-labs/atlaspack/commit/15c6d7000bd89da876bc590aa75b17a619a41896), [`e4d966c`](https://github.com/atlassian-labs/atlaspack/commit/e4d966c3c9c4292c5013372ae65b10d19d4bacc6), [`209692f`](https://github.com/atlassian-labs/atlaspack/commit/209692ffb11eae103a0d65c5e1118a5aa1625818), [`42a775d`](https://github.com/atlassian-labs/atlaspack/commit/42a775de8eec638ad188f3271964170d8c04d84b), [`29c2f10`](https://github.com/atlassian-labs/atlaspack/commit/29c2f106de9679adfb5afa04e1910471dc65a427), [`f4da1e1`](https://github.com/atlassian-labs/atlaspack/commit/f4da1e120e73eeb5e8b8927f05e88f04d6148c7b), [`1ef91fc`](https://github.com/atlassian-labs/atlaspack/commit/1ef91fcc863fdd2831511937083dbbc1263b3d9d)]:
|
|
122
|
+
- @atlaspack/rust@3.3.4
|
|
123
|
+
- @atlaspack/feature-flags@2.16.0
|
|
124
|
+
- @atlaspack/logger@2.14.9
|
|
125
|
+
- @atlaspack/utils@2.14.9
|
|
126
|
+
- @atlaspack/types-internal@2.14.7
|
|
127
|
+
- @atlaspack/workers@2.14.9
|
|
128
|
+
|
|
129
|
+
## 2.15.3
|
|
130
|
+
|
|
131
|
+
### Patch Changes
|
|
132
|
+
|
|
133
|
+
- [#550](https://github.com/atlassian-labs/atlaspack/pull/550) [`3a3e8e7`](https://github.com/atlassian-labs/atlaspack/commit/3a3e8e7be9e2dffd7304436d792f0f595d59665a) Thanks [@yamadapc](https://github.com/yamadapc)! - Fix typescript declaration files
|
|
134
|
+
|
|
135
|
+
- [#558](https://github.com/atlassian-labs/atlaspack/pull/558) [`1ab0a27`](https://github.com/atlassian-labs/atlaspack/commit/1ab0a275aeca40350415e2b03e7440d1dddc6228) Thanks [@yamadapc](https://github.com/yamadapc)! - Fix bug handling dirty deleted git files
|
|
136
|
+
|
|
137
|
+
- [#559](https://github.com/atlassian-labs/atlaspack/pull/559) [`b8a4ae8`](https://github.com/atlassian-labs/atlaspack/commit/b8a4ae8f83dc0a83d8b145c5f729936ce52080a3) Thanks [@yamadapc](https://github.com/yamadapc)! - Fix bugs in VCS cache invalidation
|
|
138
|
+
|
|
139
|
+
- Updated dependencies [[`30f6017`](https://github.com/atlassian-labs/atlaspack/commit/30f60175ba4d272c5fc193973c63bc298584775b), [`1ab0a27`](https://github.com/atlassian-labs/atlaspack/commit/1ab0a275aeca40350415e2b03e7440d1dddc6228), [`b8a4ae8`](https://github.com/atlassian-labs/atlaspack/commit/b8a4ae8f83dc0a83d8b145c5f729936ce52080a3)]:
|
|
140
|
+
- @atlaspack/feature-flags@2.15.1
|
|
141
|
+
- @atlaspack/rust@3.3.3
|
|
142
|
+
- @atlaspack/types-internal@2.14.6
|
|
143
|
+
- @atlaspack/utils@2.14.8
|
|
144
|
+
- @atlaspack/logger@2.14.8
|
|
145
|
+
- @atlaspack/workers@2.14.8
|
|
146
|
+
|
|
147
|
+
## 2.15.2
|
|
148
|
+
|
|
149
|
+
### Patch Changes
|
|
150
|
+
|
|
151
|
+
- Updated dependencies [[`a1773d2`](https://github.com/atlassian-labs/atlaspack/commit/a1773d2a62d0ef7805ac7524621dcabcc1afe929), [`556d6ab`](https://github.com/atlassian-labs/atlaspack/commit/556d6ab8ede759fa7f37fcd3f4da336ef1c55e8f)]:
|
|
152
|
+
- @atlaspack/feature-flags@2.15.0
|
|
153
|
+
- @atlaspack/logger@2.14.7
|
|
154
|
+
- @atlaspack/rust@3.3.2
|
|
155
|
+
- @atlaspack/types-internal@2.14.5
|
|
156
|
+
- @atlaspack/utils@2.14.7
|
|
157
|
+
- @atlaspack/workers@2.14.7
|
|
158
|
+
|
|
159
|
+
## 2.15.1
|
|
160
|
+
|
|
161
|
+
### Patch Changes
|
|
162
|
+
|
|
163
|
+
- Updated dependencies [[`e0f5337`](https://github.com/atlassian-labs/atlaspack/commit/e0f533757bd1019dbd108a04952c87da15286e09)]:
|
|
164
|
+
- @atlaspack/feature-flags@2.14.4
|
|
165
|
+
- @atlaspack/rust@3.3.1
|
|
166
|
+
- @atlaspack/types-internal@2.14.4
|
|
167
|
+
- @atlaspack/utils@2.14.6
|
|
168
|
+
- @atlaspack/logger@2.14.6
|
|
169
|
+
- @atlaspack/workers@2.14.6
|
|
170
|
+
|
|
3
171
|
## 2.15.0
|
|
4
172
|
|
|
5
173
|
### Minor Changes
|
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type {FileSystem} from '@atlaspack/types-internal';
|
|
1
|
+
import type {FileSystem, FilePath} from '@atlaspack/types-internal';
|
|
2
|
+
import type {Event} from '@parcel/watcher';
|
|
2
3
|
import type WorkerFarm from '@atlaspack/workers';
|
|
3
|
-
import type {NodeVCSAwareFSOptions} from './src/NodeVCSAwareFS';
|
|
4
4
|
|
|
5
5
|
export type {
|
|
6
6
|
FileSystem,
|
|
@@ -23,6 +23,12 @@ export const OverlayFS: {
|
|
|
23
23
|
new (writable: FileSystem, readable: FileSystem): FileSystem;
|
|
24
24
|
};
|
|
25
25
|
|
|
26
|
+
interface NodeVCSAwareFSOptions {
|
|
27
|
+
gitRepoPath: null | FilePath;
|
|
28
|
+
excludePatterns: Array<string>;
|
|
29
|
+
logEventDiff: null | ((watcherEvents: Event[], vcsEvents: Event[]) => void);
|
|
30
|
+
}
|
|
31
|
+
|
|
26
32
|
export const NodeVCSAwareFS: {
|
|
27
33
|
new (options: NodeVCSAwareFSOptions): FileSystem;
|
|
28
34
|
};
|