lib: turn on strict mode
authorBen Noordhuis <info@bnoordhuis.nl>
Sat, 22 Nov 2014 15:59:48 +0000 (16:59 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Sat, 22 Nov 2014 16:23:30 +0000 (17:23 +0100)
commit21130c7d6fcaee666f33735768c060be2e06614a
tree0148a92dd9e6fb13ab6fac3311bd96d926f313fc
parent963f5e8a886841d69e79fdc46aaa0010126408e8
lib: turn on strict mode

Turn on strict mode for the files in the lib/ directory.  It helps
catch bugs and can have a positive effect on performance.

PR-URL: https://github.com/node-forward/node/pull/64
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Fedor Indutny <fedor@indutny.com>
52 files changed:
lib/_debug_agent.js
lib/_debugger.js
lib/_http_agent.js
lib/_http_client.js
lib/_http_common.js
lib/_http_incoming.js
lib/_http_outgoing.js
lib/_http_server.js
lib/_linklist.js
lib/_stream_duplex.js
lib/_stream_passthrough.js
lib/_stream_readable.js
lib/_stream_transform.js
lib/_stream_writable.js
lib/_tls_common.js
lib/_tls_legacy.js
lib/_tls_wrap.js
lib/assert.js
lib/buffer.js
lib/child_process.js
lib/cluster.js
lib/console.js
lib/constants.js
lib/crypto.js
lib/dgram.js
lib/dns.js
lib/domain.js
lib/events.js
lib/freelist.js
lib/fs.js
lib/http.js
lib/https.js
lib/module.js
lib/net.js
lib/os.js
lib/path.js
lib/querystring.js
lib/readline.js
lib/repl.js
lib/smalloc.js
lib/stream.js
lib/string_decoder.js
lib/sys.js
lib/timers.js
lib/tls.js
lib/tracing.js
lib/tty.js
lib/url.js
lib/util.js
lib/vm.js
lib/zlib.js
src/node.js