File tree Expand file tree Collapse file tree 2 files changed +52
-49
lines changed Expand file tree Collapse file tree 2 files changed +52
-49
lines changed Original file line number Diff line number Diff line change @@ -70,12 +70,15 @@ npm version <update_type>
70
70
npm publish
71
71
```
72
72
73
- The browser target makes use of these polyfill ` devDependencies ` :
73
+ The browser target makes use of these polyfills :
74
74
75
75
* buffer - Used everywhere.
76
76
* events - Used by streams dependency.
77
77
* path - Used for ` join ` .
78
78
* process - Used for ` nextTick ` and ` stdin ` and ` stdout ` streams.
79
+ * stream - Used for filesystem streaming
80
+
81
+ They are currently supplied through Rollup plugins.
79
82
80
83
Todo
81
84
-----
Original file line number Diff line number Diff line change 2
2
< html >
3
3
< head >
4
4
< meta charset ='utf-8 ' />
5
- < title > virtualfs 2.0.5 | Documentation</ title >
5
+ < title > virtualfs 2.1.0 | Documentation</ title >
6
6
< meta name ='viewport ' content ='width=device-width,initial-scale=1 '>
7
7
< link href ='assets/bass.css ' type ='text/css ' rel ='stylesheet ' />
8
8
< link href ='assets/style.css ' type ='text/css ' rel ='stylesheet ' />
14
14
< div id ='split-left ' class ='overflow-auto fs0 height-viewport-100 '>
15
15
< div class ='py1 px2 '>
16
16
< h3 class ='mb0 no-anchor '> virtualfs</ h3 >
17
- < div class ='mb1 '> < code > 2.0.5 </ code > </ div >
17
+ < div class ='mb1 '> < code > 2.1.0 </ code > </ div >
18
18
< input
19
19
placeholder ='Filter '
20
20
id ='filter-input '
@@ -5624,52 +5624,6 @@ <h3 class='fl m0' id='callbackup'>
5624
5624
5625
5625
5626
5626
5627
-
5628
-
5629
-
5630
-
5631
-
5632
- </ section >
5633
-
5634
-
5635
-
5636
-
5637
- < section class ='p2 mb2 clearfix bg-white minishadow '>
5638
-
5639
-
5640
- < div class ='clearfix '>
5641
-
5642
- < h3 class ='fl m0 ' id ='virtualfserror '>
5643
- VirtualFSError
5644
- </ h3 >
5645
-
5646
-
5647
- </ div >
5648
-
5649
-
5650
-
5651
-
5652
- < div class ='pre p1 fill-light mt0 '> VirtualFSError</ div >
5653
-
5654
-
5655
-
5656
-
5657
-
5658
-
5659
-
5660
-
5661
-
5662
-
5663
-
5664
-
5665
-
5666
-
5667
-
5668
-
5669
-
5670
-
5671
-
5672
-
5673
5627
5674
5628
5675
5629
@@ -5761,6 +5715,52 @@ <h3 class='fl m0' id='virtualfserror'>
5761
5715
5762
5716
5763
5717
5718
+
5719
+
5720
+
5721
+
5722
+
5723
+ </ section >
5724
+
5725
+
5726
+
5727
+
5728
+ < section class ='p2 mb2 clearfix bg-white minishadow '>
5729
+
5730
+
5731
+ < div class ='clearfix '>
5732
+
5733
+ < h3 class ='fl m0 ' id ='virtualfserror '>
5734
+ VirtualFSError
5735
+ </ h3 >
5736
+
5737
+
5738
+ </ div >
5739
+
5740
+
5741
+
5742
+
5743
+ < div class ='pre p1 fill-light mt0 '> VirtualFSError</ div >
5744
+
5745
+
5746
+
5747
+
5748
+
5749
+
5750
+
5751
+
5752
+
5753
+
5754
+
5755
+
5756
+
5757
+
5758
+
5759
+
5760
+
5761
+
5762
+
5763
+
5764
5764
5765
5765
5766
5766
You can’t perform that action at this time.
0 commit comments