Files
node/lib
James M Snell 197a465280 zlib: move constants into zlib.constants
zlib constants were previously being added to binding in node_zlib.cc.
This moves the zlib constants to node_constants.cc for consistency with
the recent constants refactoring:
  https://github.com/nodejs/node/pull/6534

Adds require('zlib').constants to expose the constants
Docs-only deprecates the constants hung directly off require('zlib')
Removes a couple constants from the docs that apparently no longer
exist in the code

PR-URL: https://github.com/nodejs/node/pull/7203
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2016-06-11 17:24:35 -07:00
..
2015-10-08 17:32:08 -07:00
2016-04-29 16:52:57 -07:00
2016-05-17 11:05:18 -07:00
2016-05-26 11:28:45 +02:00
2016-06-07 13:51:14 -06:00
2016-05-17 11:05:18 -07:00
2016-05-18 02:12:28 -04:00
2016-05-17 11:05:18 -07:00
2016-06-01 18:57:45 -04:00
2016-05-23 12:16:41 +02:00