Skip to content

Instantly share code, notes, and snippets.

@luk-
Last active December 10, 2015 03:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luk-/4372297 to your computer and use it in GitHub Desktop.
Save luk-/4372297 to your computer and use it in GitHub Desktop.
diff out/doc/api/all.html /Users/luke/Repos/node/out/doc/api/all.html
1004,1007d1003
< <p>The notices look like this:
<
< </p>
< <pre><code>Stability: 1 Experimental</code></pre>
1011c1007
< <ul>
---
> <pre class="api_stability_0">Stability: 0 - Deprecated</pre><ul>
1016c1012
< <ul>
---
> <pre class="api_stability_1">Stability: 1 - Experimental</pre><ul>
1021c1017
< <ul>
---
> <pre class="api_stability_2">Stability: 2 - Unstable</pre><ul>
1026c1022
< <ul>
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><ul>
1030c1026
< <ul>
---
> <pre class="api_stability_4">Stability: 4 - API Frozen</pre><ul>
1034c1030
< <ul>
---
> <pre class="api_stability_5">Stability: 5 - API Locked</pre><ul>
1039,1040c1035
< <pre><code>Stability: 1 - Experimental</code></pre>
< <p>Every HTML file in the markdown has a corresponding JSON file with the
---
> <pre class="api_stability_1">Stability: 1 - Experimental</pre><p>Every HTML file in the markdown has a corresponding JSON file with the
1261,1264c1256,1258
< <pre><code>Stability: 4 - API Frozen</code></pre>
< <ul>
< <li>{Object}</li>
< </ul>
---
> <pre class="api_stability_4">Stability: 4 - API Frozen</pre><div class="signature"><ul>
> <li><span class="type">Object</span></li>
> </div></ul>
1320,1321c1314
< <pre><code>Stability: 5 - Locked</code></pre>
< <p>All of the timer functions are globals. You do not need to <code>require()</code>
---
> <pre class="api_stability_5">Stability: 5 - Locked</pre><p>All of the timer functions are globals. You do not need to <code>require()</code>
1388,1389c1381
< <pre><code>Stability: 5 - Locked</code></pre>
< <!--name=module-->
---
> <pre class="api_stability_5">Stability: 5 - Locked</pre><!--name=module-->
3049,3050c3041
< <pre><code>Stability: 5 - Locked</code></pre>
< <p>These functions are in the module <code>&#39;util&#39;</code>. Use <code>require(&#39;util&#39;)</code> to access
---
> <pre class="api_stability_5">Stability: 5 - Locked</pre><p>These functions are in the module <code>&#39;util&#39;</code>. Use <code>require(&#39;util&#39;)</code> to access
3228,3229c3219
< <pre><code>Stability: 0 - Deprecated: Use readableStream.pipe(writableStream)</code></pre>
< <p>Read the data from <code>readableStream</code> and send it to the <code>writableStream</code>.
---
> <pre class="api_stability_0">Stability: 0 - Deprecated: Use readableStream.pipe(writableStream)</pre><p>Read the data from <code>readableStream</code> and send it to the <code>writableStream</code>.
3271,3272c3261
< <pre><code>Stability: 4 - API Frozen</code></pre>
< <!--type=module-->
---
> <pre class="api_stability_4">Stability: 4 - API Frozen</pre><!--type=module-->
3365,3366c3354
< <pre><code>Stability: 1 - Experimental</code></pre>
< <p>Domains provide a way to handle multiple different IO operations as a
---
> <pre class="api_stability_1">Stability: 1 - Experimental</pre><p>Domains provide a way to handle multiple different IO operations as a
3648,3649c3636
< <pre><code>Stability: 3 - Stable</code></pre>
< <p>Pure JavaScript is Unicode friendly but not nice to binary data. When
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><p>Pure JavaScript is Unicode friendly but not nice to binary data. When
4421,4422c4408
< <pre><code>Stability: 2 - Unstable</code></pre>
< <p>A stream is an abstract interface implemented by various objects in
---
> <pre class="api_stability_2">Stability: 2 - Unstable</pre><p>A stream is an abstract interface implemented by various objects in
4967,4969c4953,4954
< <pre><code>Stability: 2 - Unstable; API changes are being discussed for
< future versions. Breaking changes will be minimized. See below.</code></pre>
< <p>Use <code>require(&#39;crypto&#39;)</code> to access this module.
---
> <pre class="api_stability_2">Stability: 2 - Unstable; API changes are being discussed for
> future versions. Breaking changes will be minimized. See below.</pre><p>Use <code>require(&#39;crypto&#39;)</code> to access this module.
5513,5514c5498
< <pre><code>Stability: 3 - Stable</code></pre>
< <p>Use <code>require(&#39;tls&#39;)</code> to access this module.
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><p>Use <code>require(&#39;tls&#39;)</code> to access this module.
6064,6065c6048
< <pre><code>Stability: 3 - Stable</code></pre>
< <p>To use this module, do <code>require(&#39;string_decoder&#39;)</code>. StringDecoder decodes a
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><p>To use this module, do <code>require(&#39;string_decoder&#39;)</code>. StringDecoder decodes a
6091,6092c6074
< <pre><code>Stability: 3 - Stable</code></pre>
< <!--name=fs-->
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><!--name=fs-->
6576,6577c6558
< <pre><code>Stability: 2 - Unstable. Use fs.watch instead, if possible.</code></pre>
< <p>Watch for changes on <code>filename</code>. The callback <code>listener</code> will be called each
---
> <pre class="api_stability_2">Stability: 2 - Unstable. Use fs.watch instead, if possible.</pre><p>Watch for changes on <code>filename</code>. The callback <code>listener</code> will be called each
6604,6605c6585
< <pre><code>Stability: 2 - Unstable. Use fs.watch instead, if available.</code></pre>
< <p>Stop watching for changes on <code>filename</code>. If <code>listener</code> is specified, only that
---
> <pre class="api_stability_2">Stability: 2 - Unstable. Use fs.watch instead, if available.</pre><p>Stop watching for changes on <code>filename</code>. If <code>listener</code> is specified, only that
6615,6616c6595
< <pre><code>Stability: 2 - Unstable.</code></pre>
< <p>Watch for changes on <code>filename</code>, where <code>filename</code> is either a file or a
---
> <pre class="api_stability_2">Stability: 2 - Unstable.</pre><p>Watch for changes on <code>filename</code>, where <code>filename</code> is either a file or a
6832,6833c6811
< <pre><code>Stability: 3 - Stable</code></pre>
< <p>This module contains utilities for handling and transforming file
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><p>This module contains utilities for handling and transforming file
7013,7014c6991
< <pre><code>Stability: 3 - Stable</code></pre>
< <p>The <code>net</code> module provides you with an asynchronous network wrapper. It contains
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><p>The <code>net</code> module provides you with an asynchronous network wrapper. It contains
7558,7559c7535
< <pre><code>Stability: 3 - Stable</code></pre>
< <!-- name=dgram -->
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><!-- name=dgram -->
7800,7801c7776
< <pre><code>Stability: 3 - Stable</code></pre>
< <p>Use <code>require(&#39;dns&#39;)</code> to access this module. All methods in the dns module
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><p>Use <code>require(&#39;dns&#39;)</code> to access this module. All methods in the dns module
7955,7956c7930
< <pre><code>Stability: 3 - Stable</code></pre>
< <p>To use the HTTP server and client one must <code>require(&#39;http&#39;)</code>.
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><p>To use the HTTP server and client one must <code>require(&#39;http&#39;)</code>.
8953,8954c8927
< <pre><code>Stability: 3 - Stable</code></pre>
< <p>HTTPS is the HTTP protocol over TLS/SSL. In Node this is implemented as a
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><p>HTTPS is the HTTP protocol over TLS/SSL. In Node this is implemented as a
9160,9161c9133
< <pre><code>Stability: 3 - Stable</code></pre>
< <p>This module has utilities for URL resolution and parsing.
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><p>This module has utilities for URL resolution and parsing.
9258,9259c9230
< <pre><code>Stability: 3 - Stable</code></pre>
< <!--name=querystring-->
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><!--name=querystring-->
9308,9309c9279
< <pre><code>Stability: 2 - Unstable</code></pre>
< <p><a href="http://mths.be/punycode">Punycode.js</a> is bundled with Node.js v0.6.2+. Use
---
> <pre class="api_stability_2">Stability: 2 - Unstable</pre><p><a href="http://mths.be/punycode">Punycode.js</a> is bundled with Node.js v0.6.2+. Use
9371,9372c9341
< <pre><code>Stability: 2 - Unstable</code></pre>
< <p>To use this module, do <code>require(&#39;readline&#39;)</code>. Readline allows reading of a
---
> <pre class="api_stability_2">Stability: 2 - Unstable</pre><p>To use this module, do <code>require(&#39;readline&#39;)</code>. Readline allows reading of a
9878,9879c9847
< <pre><code>Stability: 2 - Unstable. See Caveats, below.</code></pre>
< <!--name=vm-->
---
> <pre class="api_stability_2">Stability: 2 - Unstable. See Caveats, below.</pre><!--name=vm-->
10109,10110c10077
< <pre><code>Stability: 3 - Stable</code></pre>
< <p>Node provides a tri-directional <code>popen(3)</code> facility through the
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><p>Node provides a tri-directional <code>popen(3)</code> facility through the
10699,10700c10666
< <pre><code>Stability: 5 - Locked</code></pre>
< <p>This module is used for writing unit tests for your applications, you can
---
> <pre class="api_stability_5">Stability: 5 - Locked</pre><p>This module is used for writing unit tests for your applications, you can
10783,10784c10749
< <pre><code>Stability: 2 - Unstable</code></pre>
< <p>The <code>tty</code> module houses the <code>tty.ReadStream</code> and <code>tty.WriteStream</code> classes. In
---
> <pre class="api_stability_2">Stability: 2 - Unstable</pre><p>The <code>tty</code> module houses the <code>tty.ReadStream</code> and <code>tty.WriteStream</code> classes. In
10857,10858c10822
< <pre><code>Stability: 3 - Stable</code></pre>
< <p>You can access this module with:
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><p>You can access this module with:
11229,11230c11193
< <pre><code>Stability: 4 - API Frozen</code></pre>
< <p>Provides a few basic operating-system related utility functions.
---
> <pre class="api_stability_4">Stability: 4 - API Frozen</pre><p>Provides a few basic operating-system related utility functions.
11371,11372c11334
< <pre><code>Stability: 3 - Stable</code></pre>
< <!-- type=misc -->
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><!-- type=misc -->
11509,11510c11471
< <pre><code>Stability: 1 - Experimental</code></pre>
< <p>A single instance of Node runs in a single thread. To take advantage of
---
> <pre class="api_stability_1">Stability: 1 - Experimental</pre><p>A single instance of Node runs in a single thread. To take advantage of
diff out/doc/api/all.json /Users/luke/Repos/node/out/doc/api/all.json
14c14
< "desc": "<p>Throughout the documentation, you will see indications of a section&#39;s\nstability. The Node.js API is still somewhat changing, and as it\nmatures, certain parts are more reliable than others. Some are so\nproven, and so relied upon, that they are unlikely to ever change at\nall. Others are brand new and experimental, or known to be hazardous\nand in the process of being redesigned.\n\n</p>\n<p>The notices look like this:\n\n</p>\n<pre><code>Stability: 1 Experimental</code></pre>\n<p>The stability indices are as follows:\n\n</p>\n<ul>\n<li><strong>0 - Deprecated</strong> This feature is known to be problematic, and changes are\nplanned. Do not rely on it. Use of the feature may cause warnings. Backwards\ncompatibility should not be expected.</li>\n</ul>\n<ul>\n<li><strong>1 - Experimental</strong> This feature was introduced recently, and may change\nor be removed in future versions. Please try it out and provide feedback.\nIf it addresses a use-case that is important to you, tell the node core team.</li>\n</ul>\n<ul>\n<li><strong>2 - Unstable</strong> The API is in the process of settling, but has not yet had\nsufficient real-world testing to be considered stable. Backwards-compatibility\nwill be maintained if reasonable.</li>\n</ul>\n<ul>\n<li><strong>3 - Stable</strong> The API has proven satisfactory, but cleanup in the underlying\ncode may cause minor changes. Backwards-compatibility is guaranteed.</li>\n</ul>\n<ul>\n<li><strong>4 - API Frozen</strong> This API has been tested extensively in production and is\nunlikely to ever have to change.</li>\n</ul>\n<ul>\n<li><strong>5 - Locked</strong> Unless serious bugs are found, this code will not ever\nchange. Please do not suggest changes in this area; they will be refused.</li>\n</ul>\n"
---
> "desc": "<p>Throughout the documentation, you will see indications of a section&#39;s\nstability. The Node.js API is still somewhat changing, and as it\nmatures, certain parts are more reliable than others. Some are so\nproven, and so relied upon, that they are unlikely to ever change at\nall. Others are brand new and experimental, or known to be hazardous\nand in the process of being redesigned.\n\n</p>\n<p>The stability indices are as follows:\n\n</p>\n<pre><code>Stability: 0 - Deprecated</code></pre>\n<ul>\n<li><strong>0 - Deprecated</strong> This feature is known to be problematic, and changes are\nplanned. Do not rely on it. Use of the feature may cause warnings. Backwards\ncompatibility should not be expected.</li>\n</ul>\n<pre><code>Stability: 1 - Experimental</code></pre>\n<ul>\n<li><strong>1 - Experimental</strong> This feature was introduced recently, and may change\nor be removed in future versions. Please try it out and provide feedback.\nIf it addresses a use-case that is important to you, tell the node core team.</li>\n</ul>\n<pre><code>Stability: 2 - Unstable</code></pre>\n<ul>\n<li><strong>2 - Unstable</strong> The API is in the process of settling, but has not yet had\nsufficient real-world testing to be considered stable. Backwards-compatibility\nwill be maintained if reasonable.</li>\n</ul>\n<pre><code>Stability: 3 - Stable</code></pre>\n<ul>\n<li><strong>3 - Stable</strong> The API has proven satisfactory, but cleanup in the underlying\ncode may cause minor changes. Backwards-compatibility is guaranteed.</li>\n</ul>\n<pre><code>Stability: 4 - API Frozen</code></pre>\n<ul>\n<li><strong>4 - API Frozen</strong> This API has been tested extensively in production and is\nunlikely to ever have to change.</li>\n</ul>\n<pre><code>Stability: 5 - API Locked</code></pre>\n<ul>\n<li><strong>5 - Locked</strong> Unless serious bugs are found, this code will not ever\nchange. Please do not suggest changes in this area; they will be refused.</li>\n</ul>\n"
diff out/doc/api/assert.html /Users/luke/Repos/node/out/doc/api/assert.html
68,69c68
< <pre><code>Stability: 5 - Locked</code></pre>
< <p>This module is used for writing unit tests for your applications, you can
---
> <pre class="api_stability_5">Stability: 5 - Locked</pre><p>This module is used for writing unit tests for your applications, you can
Common subdirectories: out/doc/api/assets and /Users/luke/Repos/node/out/doc/api/assets
diff out/doc/api/buffer.html /Users/luke/Repos/node/out/doc/api/buffer.html
105,106c105
< <pre><code>Stability: 3 - Stable</code></pre>
< <p>Pure JavaScript is Unicode friendly but not nice to binary data. When
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><p>Pure JavaScript is Unicode friendly but not nice to binary data. When
diff out/doc/api/child_process.html /Users/luke/Repos/node/out/doc/api/child_process.html
75,76c75
< <pre><code>Stability: 3 - Stable</code></pre>
< <p>Node provides a tri-directional <code>popen(3)</code> facility through the
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><p>Node provides a tri-directional <code>popen(3)</code> facility through the
diff out/doc/api/cluster.html /Users/luke/Repos/node/out/doc/api/cluster.html
86,87c86
< <pre><code>Stability: 1 - Experimental</code></pre>
< <p>A single instance of Node runs in a single thread. To take advantage of
---
> <pre class="api_stability_1">Stability: 1 - Experimental</pre><p>A single instance of Node runs in a single thread. To take advantage of
diff out/doc/api/crypto.html /Users/luke/Repos/node/out/doc/api/crypto.html
119,121c119,120
< <pre><code>Stability: 2 - Unstable; API changes are being discussed for
< future versions. Breaking changes will be minimized. See below.</code></pre>
< <p>Use <code>require(&#39;crypto&#39;)</code> to access this module.
---
> <pre class="api_stability_2">Stability: 2 - Unstable; API changes are being discussed for
> future versions. Breaking changes will be minimized. See below.</pre><p>Use <code>require(&#39;crypto&#39;)</code> to access this module.
diff out/doc/api/debugger.html /Users/luke/Repos/node/out/doc/api/debugger.html
67,68c67
< <pre><code>Stability: 3 - Stable</code></pre>
< <!-- type=misc -->
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><!-- type=misc -->
diff out/doc/api/dgram.html /Users/luke/Repos/node/out/doc/api/dgram.html
77,78c77
< <pre><code>Stability: 3 - Stable</code></pre>
< <!-- name=dgram -->
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><!-- name=dgram -->
diff out/doc/api/dns.html /Users/luke/Repos/node/out/doc/api/dns.html
68,69c68
< <pre><code>Stability: 3 - Stable</code></pre>
< <p>Use <code>require(&#39;dns&#39;)</code> to access this module. All methods in the dns module
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><p>Use <code>require(&#39;dns&#39;)</code> to access this module. All methods in the dns module
diff out/doc/api/documentation.html /Users/luke/Repos/node/out/doc/api/documentation.html
94,97d93
< <p>The notices look like this:
<
< </p>
< <pre><code>Stability: 1 Experimental</code></pre>
101c97
< <ul>
---
> <pre class="api_stability_0">Stability: 0 - Deprecated</pre><ul>
106c102
< <ul>
---
> <pre class="api_stability_1">Stability: 1 - Experimental</pre><ul>
111c107
< <ul>
---
> <pre class="api_stability_2">Stability: 2 - Unstable</pre><ul>
116c112
< <ul>
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><ul>
120c116
< <ul>
---
> <pre class="api_stability_4">Stability: 4 - API Frozen</pre><ul>
124c120
< <ul>
---
> <pre class="api_stability_5">Stability: 5 - API Locked</pre><ul>
129,130c125
< <pre><code>Stability: 1 - Experimental</code></pre>
< <p>Every HTML file in the markdown has a corresponding JSON file with the
---
> <pre class="api_stability_1">Stability: 1 - Experimental</pre><p>Every HTML file in the markdown has a corresponding JSON file with the
diff out/doc/api/documentation.json /Users/luke/Repos/node/out/doc/api/documentation.json
14c14
< "desc": "<p>Throughout the documentation, you will see indications of a section&#39;s\nstability. The Node.js API is still somewhat changing, and as it\nmatures, certain parts are more reliable than others. Some are so\nproven, and so relied upon, that they are unlikely to ever change at\nall. Others are brand new and experimental, or known to be hazardous\nand in the process of being redesigned.\n\n</p>\n<p>The notices look like this:\n\n</p>\n<pre><code>Stability: 1 Experimental</code></pre>\n<p>The stability indices are as follows:\n\n</p>\n<ul>\n<li><strong>0 - Deprecated</strong> This feature is known to be problematic, and changes are\nplanned. Do not rely on it. Use of the feature may cause warnings. Backwards\ncompatibility should not be expected.</li>\n</ul>\n<ul>\n<li><strong>1 - Experimental</strong> This feature was introduced recently, and may change\nor be removed in future versions. Please try it out and provide feedback.\nIf it addresses a use-case that is important to you, tell the node core team.</li>\n</ul>\n<ul>\n<li><strong>2 - Unstable</strong> The API is in the process of settling, but has not yet had\nsufficient real-world testing to be considered stable. Backwards-compatibility\nwill be maintained if reasonable.</li>\n</ul>\n<ul>\n<li><strong>3 - Stable</strong> The API has proven satisfactory, but cleanup in the underlying\ncode may cause minor changes. Backwards-compatibility is guaranteed.</li>\n</ul>\n<ul>\n<li><strong>4 - API Frozen</strong> This API has been tested extensively in production and is\nunlikely to ever have to change.</li>\n</ul>\n<ul>\n<li><strong>5 - Locked</strong> Unless serious bugs are found, this code will not ever\nchange. Please do not suggest changes in this area; they will be refused.</li>\n</ul>\n"
---
> "desc": "<p>Throughout the documentation, you will see indications of a section&#39;s\nstability. The Node.js API is still somewhat changing, and as it\nmatures, certain parts are more reliable than others. Some are so\nproven, and so relied upon, that they are unlikely to ever change at\nall. Others are brand new and experimental, or known to be hazardous\nand in the process of being redesigned.\n\n</p>\n<p>The stability indices are as follows:\n\n</p>\n<pre><code>Stability: 0 - Deprecated</code></pre>\n<ul>\n<li><strong>0 - Deprecated</strong> This feature is known to be problematic, and changes are\nplanned. Do not rely on it. Use of the feature may cause warnings. Backwards\ncompatibility should not be expected.</li>\n</ul>\n<pre><code>Stability: 1 - Experimental</code></pre>\n<ul>\n<li><strong>1 - Experimental</strong> This feature was introduced recently, and may change\nor be removed in future versions. Please try it out and provide feedback.\nIf it addresses a use-case that is important to you, tell the node core team.</li>\n</ul>\n<pre><code>Stability: 2 - Unstable</code></pre>\n<ul>\n<li><strong>2 - Unstable</strong> The API is in the process of settling, but has not yet had\nsufficient real-world testing to be considered stable. Backwards-compatibility\nwill be maintained if reasonable.</li>\n</ul>\n<pre><code>Stability: 3 - Stable</code></pre>\n<ul>\n<li><strong>3 - Stable</strong> The API has proven satisfactory, but cleanup in the underlying\ncode may cause minor changes. Backwards-compatibility is guaranteed.</li>\n</ul>\n<pre><code>Stability: 4 - API Frozen</code></pre>\n<ul>\n<li><strong>4 - API Frozen</strong> This API has been tested extensively in production and is\nunlikely to ever have to change.</li>\n</ul>\n<pre><code>Stability: 5 - API Locked</code></pre>\n<ul>\n<li><strong>5 - Locked</strong> Unless serious bugs are found, this code will not ever\nchange. Please do not suggest changes in this area; they will be refused.</li>\n</ul>\n"
diff out/doc/api/domain.html /Users/luke/Repos/node/out/doc/api/domain.html
77,78c77
< <pre><code>Stability: 1 - Experimental</code></pre>
< <p>Domains provide a way to handle multiple different IO operations as a
---
> <pre class="api_stability_1">Stability: 1 - Experimental</pre><p>Domains provide a way to handle multiple different IO operations as a
diff out/doc/api/events.html /Users/luke/Repos/node/out/doc/api/events.html
69,70c69
< <pre><code>Stability: 4 - API Frozen</code></pre>
< <!--type=module-->
---
> <pre class="api_stability_4">Stability: 4 - API Frozen</pre><!--type=module-->
diff out/doc/api/fs.html /Users/luke/Repos/node/out/doc/api/fs.html
147,148c147
< <pre><code>Stability: 3 - Stable</code></pre>
< <!--name=fs-->
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><!--name=fs-->
632,633c631
< <pre><code>Stability: 2 - Unstable. Use fs.watch instead, if possible.</code></pre>
< <p>Watch for changes on <code>filename</code>. The callback <code>listener</code> will be called each
---
> <pre class="api_stability_2">Stability: 2 - Unstable. Use fs.watch instead, if possible.</pre><p>Watch for changes on <code>filename</code>. The callback <code>listener</code> will be called each
660,661c658
< <pre><code>Stability: 2 - Unstable. Use fs.watch instead, if available.</code></pre>
< <p>Stop watching for changes on <code>filename</code>. If <code>listener</code> is specified, only that
---
> <pre class="api_stability_2">Stability: 2 - Unstable. Use fs.watch instead, if available.</pre><p>Stop watching for changes on <code>filename</code>. If <code>listener</code> is specified, only that
671,672c668
< <pre><code>Stability: 2 - Unstable.</code></pre>
< <p>Watch for changes on <code>filename</code>, where <code>filename</code> is either a file or a
---
> <pre class="api_stability_2">Stability: 2 - Unstable.</pre><p>Watch for changes on <code>filename</code>, where <code>filename</code> is either a file or a
diff out/doc/api/http.html /Users/luke/Repos/node/out/doc/api/http.html
141,142c141
< <pre><code>Stability: 3 - Stable</code></pre>
< <p>To use the HTTP server and client one must <code>require(&#39;http&#39;)</code>.
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><p>To use the HTTP server and client one must <code>require(&#39;http&#39;)</code>.
diff out/doc/api/https.html /Users/luke/Repos/node/out/doc/api/https.html
69,70c69
< <pre><code>Stability: 3 - Stable</code></pre>
< <p>HTTPS is the HTTP protocol over TLS/SSL. In Node this is implemented as a
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><p>HTTPS is the HTTP protocol over TLS/SSL. In Node this is implemented as a
diff out/doc/api/modules.html /Users/luke/Repos/node/out/doc/api/modules.html
80,81c80
< <pre><code>Stability: 5 - Locked</code></pre>
< <!--name=module-->
---
> <pre class="api_stability_5">Stability: 5 - Locked</pre><!--name=module-->
diff out/doc/api/net.html /Users/luke/Repos/node/out/doc/api/net.html
113,114c113
< <pre><code>Stability: 3 - Stable</code></pre>
< <p>The <code>net</code> module provides you with an asynchronous network wrapper. It contains
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><p>The <code>net</code> module provides you with an asynchronous network wrapper. It contains
diff out/doc/api/os.html /Users/luke/Repos/node/out/doc/api/os.html
71,72c71
< <pre><code>Stability: 4 - API Frozen</code></pre>
< <p>Provides a few basic operating-system related utility functions.
---
> <pre class="api_stability_4">Stability: 4 - API Frozen</pre><p>Provides a few basic operating-system related utility functions.
diff out/doc/api/path.html /Users/luke/Repos/node/out/doc/api/path.html
66,67c66
< <pre><code>Stability: 3 - Stable</code></pre>
< <p>This module contains utilities for handling and transforming file
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><p>This module contains utilities for handling and transforming file
diff out/doc/api/punycode.html /Users/luke/Repos/node/out/doc/api/punycode.html
67,68c67
< <pre><code>Stability: 2 - Unstable</code></pre>
< <p><a href="http://mths.be/punycode">Punycode.js</a> is bundled with Node.js v0.6.2+. Use
---
> <pre class="api_stability_2">Stability: 2 - Unstable</pre><p><a href="http://mths.be/punycode">Punycode.js</a> is bundled with Node.js v0.6.2+. Use
diff out/doc/api/querystring.html /Users/luke/Repos/node/out/doc/api/querystring.html
61,62c61
< <pre><code>Stability: 3 - Stable</code></pre>
< <!--name=querystring-->
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><!--name=querystring-->
diff out/doc/api/readline.html /Users/luke/Repos/node/out/doc/api/readline.html
79,80c79
< <pre><code>Stability: 2 - Unstable</code></pre>
< <p>To use this module, do <code>require(&#39;readline&#39;)</code>. Readline allows reading of a
---
> <pre class="api_stability_2">Stability: 2 - Unstable</pre><p>To use this module, do <code>require(&#39;readline&#39;)</code>. Readline allows reading of a
diff out/doc/api/stdio.html /Users/luke/Repos/node/out/doc/api/stdio.html
66,69c66,68
< <pre><code>Stability: 4 - API Frozen</code></pre>
< <ul>
< <li>{Object}</li>
< </ul>
---
> <pre class="api_stability_4">Stability: 4 - API Frozen</pre><div class="signature"><ul>
> <li><span class="type">Object</span></li>
> </div></ul>
diff out/doc/api/stream.html /Users/luke/Repos/node/out/doc/api/stream.html
97,98c97
< <pre><code>Stability: 2 - Unstable</code></pre>
< <p>A stream is an abstract interface implemented by various objects in
---
> <pre class="api_stability_2">Stability: 2 - Unstable</pre><p>A stream is an abstract interface implemented by various objects in
diff out/doc/api/string_decoder.html /Users/luke/Repos/node/out/doc/api/string_decoder.html
62,63c62
< <pre><code>Stability: 3 - Stable</code></pre>
< <p>To use this module, do <code>require(&#39;string_decoder&#39;)</code>. StringDecoder decodes a
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><p>To use this module, do <code>require(&#39;string_decoder&#39;)</code>. StringDecoder decodes a
diff out/doc/api/timers.html /Users/luke/Repos/node/out/doc/api/timers.html
65,66c65
< <pre><code>Stability: 5 - Locked</code></pre>
< <p>All of the timer functions are globals. You do not need to <code>require()</code>
---
> <pre class="api_stability_5">Stability: 5 - Locked</pre><p>All of the timer functions are globals. You do not need to <code>require()</code>
diff out/doc/api/tls.html /Users/luke/Repos/node/out/doc/api/tls.html
91,92c91
< <pre><code>Stability: 3 - Stable</code></pre>
< <p>Use <code>require(&#39;tls&#39;)</code> to access this module.
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><p>Use <code>require(&#39;tls&#39;)</code> to access this module.
diff out/doc/api/tty.html /Users/luke/Repos/node/out/doc/api/tty.html
70,71c70
< <pre><code>Stability: 2 - Unstable</code></pre>
< <p>The <code>tty</code> module houses the <code>tty.ReadStream</code> and <code>tty.WriteStream</code> classes. In
---
> <pre class="api_stability_2">Stability: 2 - Unstable</pre><p>The <code>tty</code> module houses the <code>tty.ReadStream</code> and <code>tty.WriteStream</code> classes. In
diff out/doc/api/url.html /Users/luke/Repos/node/out/doc/api/url.html
60,61c60
< <pre><code>Stability: 3 - Stable</code></pre>
< <p>This module has utilities for URL resolution and parsing.
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><p>This module has utilities for URL resolution and parsing.
diff out/doc/api/util.html /Users/luke/Repos/node/out/doc/api/util.html
73,74c73
< <pre><code>Stability: 5 - Locked</code></pre>
< <p>These functions are in the module <code>&#39;util&#39;</code>. Use <code>require(&#39;util&#39;)</code> to access
---
> <pre class="api_stability_5">Stability: 5 - Locked</pre><p>These functions are in the module <code>&#39;util&#39;</code>. Use <code>require(&#39;util&#39;)</code> to access
252,253c251
< <pre><code>Stability: 0 - Deprecated: Use readableStream.pipe(writableStream)</code></pre>
< <p>Read the data from <code>readableStream</code> and send it to the <code>writableStream</code>.
---
> <pre class="api_stability_0">Stability: 0 - Deprecated: Use readableStream.pipe(writableStream)</pre><p>Read the data from <code>readableStream</code> and send it to the <code>writableStream</code>.
diff out/doc/api/vm.html /Users/luke/Repos/node/out/doc/api/vm.html
72,73c72
< <pre><code>Stability: 2 - Unstable. See Caveats, below.</code></pre>
< <!--name=vm-->
---
> <pre class="api_stability_2">Stability: 2 - Unstable. See Caveats, below.</pre><!--name=vm-->
diff out/doc/api/zlib.html /Users/luke/Repos/node/out/doc/api/zlib.html
88,89c88
< <pre><code>Stability: 3 - Stable</code></pre>
< <p>You can access this module with:
---
> <pre class="api_stability_3">Stability: 3 - Stable</pre><p>You can access this module with:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment