Joel Chen

Results 10 issues of Joel Chen

When you JSON.stringify an object, it omit keys that has `undefined` value. That means for the result coming back from deletedDiff needs a replacer for JSON.stringify to keep the key....

## Type of issue bug Note: I am not sure if the behavior is intended, but the effect is causing a log of confusion. If the behavior is intended, then...

**Describe the bug** After updating to the babel modules version 7.7.0 published on 11/05/19, `babel-plugin-minify-simplify/lib/index.js:549:40` is now failing with `Cannot set property inList of [object Object] which has only a...

- first fs test that uses pkglock - need to add a `process.tink._isSelf_` to by pass the self check

What is reset supposed to do? This piece of code: var nconf = require('nconf'); nconf.use('test1', { type: 'literal', store: { 'item1': 'item1' } }); nconf.use('test2',{ type: 'literal', store: { 'item2':...

allow description to be an array of strings, or strings with `\n`, and display it in multi-lines?

enhancement

$ [ "in" == "in" ] && [ "check" == "fail" ] || echo not in not in $ [ "not" == "in" ] && [ "fail" == "yes" ]...

Thank you for pointing me to the `pathMapping` option. This PR implements node.js support for the option. Thank you for your time and consideration.