Skip to content

Commit

Permalink
Updated doc versioning and README about polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed Jun 3, 2018
1 parent 75d9e90 commit 64b3d7d
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 49 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,15 @@ npm version <update_type>
npm publish
```

The browser target makes use of these polyfill `devDependencies`:
The browser target makes use of these polyfills:

* buffer - Used everywhere.
* events - Used by streams dependency.
* path - Used for `join`.
* process - Used for `nextTick` and `stdin` and `stdout` streams.
* stream - Used for filesystem streaming

They are currently supplied through Rollup plugins.

Todo
-----
Expand Down
96 changes: 48 additions & 48 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset='utf-8' />
<title>virtualfs 2.0.5 | Documentation</title>
<title>virtualfs 2.1.0 | Documentation</title>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<link href='assets/bass.css' type='text/css' rel='stylesheet' />
<link href='assets/style.css' type='text/css' rel='stylesheet' />
Expand All @@ -14,7 +14,7 @@
<div id='split-left' class='overflow-auto fs0 height-viewport-100'>
<div class='py1 px2'>
<h3 class='mb0 no-anchor'>virtualfs</h3>
<div class='mb1'><code>2.0.5</code></div>
<div class='mb1'><code>2.1.0</code></div>
<input
placeholder='Filter'
id='filter-input'
Expand Down Expand Up @@ -5624,52 +5624,6 @@ <h3 class='fl m0' id='callbackup'>








</section>




<section class='p2 mb2 clearfix bg-white minishadow'>


<div class='clearfix'>

<h3 class='fl m0' id='virtualfserror'>
VirtualFSError
</h3>


</div>




<div class='pre p1 fill-light mt0'>VirtualFSError</div>























Expand Down Expand Up @@ -5761,6 +5715,52 @@ <h3 class='fl m0' id='virtualfserror'>








</section>




<section class='p2 mb2 clearfix bg-white minishadow'>


<div class='clearfix'>

<h3 class='fl m0' id='virtualfserror'>
VirtualFSError
</h3>


</div>




<div class='pre p1 fill-light mt0'>VirtualFSError</div>























Expand Down

0 comments on commit 64b3d7d

Please sign in to comment.