54 Commits (3e740caaf368dbfcc8c59cc178258c4865af991c)

Author SHA1 Message Date
Claudio Rodriguez 63786227cc assert: typed array deepequal performance fix 9 years ago
Rich Trott da5cdc2207 assert: accommodate ES6 classes that extend Error 9 years ago
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
Ben Noordhuis ded4f91eef assert: support arrow functions in .throws() 9 years ago
Roman Reiss b5b8ff117c lib: don't use global Buffer 10 years ago
Yosuke Furukawa 19ffb5cf1c lib: fix eslint styles 10 years ago
Alex Yursha 7dd5e824be assert: simplify logic of testing buffer equality 10 years ago
Vladimir Kurchatkin 3f473ef141 assert: introduce `deepStrictEqual` 10 years ago
Vladimir Kurchatkin e7573f9111 assert: don't compare object `prototype` property 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 40e29dcbbf assert: use util.inspect() to create error messages 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
cjihrig 14dc9175eb assert: throw when block is not a function 10 years ago
teppeis 00a7456c19 assert: fix deepEqual regression 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
cjihrig b87ca794e3 lib: remove and restructure calls to isNaN() 10 years ago
Mike Pennisi aae51ecf7d assert: Ensure reflexivity of deepEqual 11 years ago
Glen Mailer 66b8c3c5a0 assert: indicate if exception message is generated 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis dc9acd4fae assert: replace !!!value with just !value 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
isaacs 0b8af89363 lint 12 years ago
isaacs c77312405e lint 12 years ago
Ryan Doenges 6101eb184d assert: put info in err.message, not err.name 12 years ago
isaacs 4716dc662d assert: Simplify AssertError creation 12 years ago
lukebayes ae1b0ca7a5 assert: improve support for new execution contexts 14 years ago
Ben Noordhuis e4cef1a083 doc: update assert.doesNotThrow() docs 12 years ago
koichik 72bc4dcda4 assert: fix throws() throws an error without message property 13 years ago
Nathan Rajlich 9eddaebb79 assert: remove unnecessary use of __proto__ 12 years ago
Nao Iizuka f8ce384446 docs: correct the description of assert.ok() 13 years ago
Maciej Małecki 5c7532e5b3 assert: test `RegExp`'s properties when checking for equality 13 years ago
Pedro Teixeira a805012d6f assert: .deepEqual() support for RegExp objects 14 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
Maciej Małecki 8c8d518723 assert: Make `assert` module an `assert.ok` function 13 years ago
Ryan Dahl 0696e78d64 Improve assert error messages 13 years ago
koichik 5f97c9a005 Improvements AssertionError message 13 years ago
Ryan Dahl 5a05992155 Lint 14 years ago
Oleg Slobodskoi 23cf938e4f fix assert.throws 14 years ago
Ryan Dahl db78043d52 lint 14 years ago
Oleg Slobodskoi 02083412eb assert.throws can now accept as RegExp 14 years ago
Micheil Smith e38eb0c5a4 Soft migration of sys -> util, Removal of deprecated utils module. 14 years ago
Joshaven Potter 3d4e4d8909 syntax fixes to pass jslint 14 years ago
Ryan Dahl 1be722a271 Special deepEquals for buffer 14 years ago
Mikeal Rogers fe3d8f2411 Add assert.ifError 15 years ago
isaacs 57fbb627ca trailing whitespace fixes 15 years ago
Ryan Dahl 4ccdc501d4 Include lib/ directory in node executable. Compile on demand. 15 years ago
Ryan Dahl b021a845f7 Move process.inherits to sys 15 years ago
Ryan Dahl c420c89dbd Make assert.AssertionError instance of Error 15 years ago
Ryan Dahl 0accebe583 Stack trace for asserts shouldn't include assert module 15 years ago
Ryan Dahl dd35637603 Fix assert.js code style 15 years ago