Manuel Stofer

Results 7 comments of Manuel Stofer

I made a plugin for this: https://github.com/manuelstofer/esformatter-align VariableDeclarations are aligned like in the example. It aligns ObjectExpressions a bit differently: ``` js var obj = { foo: 'bar', fooooooo: 'baz'...

Hmm, i agree it's inconsistent. How should we solve it? The idea of dict was to return a jsonpointer/value map. I'm not sure if we should include empty arrays. I...

What about non empty arrays and objects? ``` Javascript { arr: [1], obj: { example: 4 } } ``` To have a consistent behaviour `#dict` should return the following: ```...

Ok, convinced. I think the iteration functionality should be moved from `#dict` to `#walk`. So `#dict` can just `#walk` and return only the deepest values. `#walk` should execute the callback...

I'm ok with returning undefined instead of throwing an exception. We should increase the version and add a note about backwards compatibility

I am in control of my NPM account. Since this is a very old repo it still mentioned a very old email address in the package.json file. This domain indeed...

@sandstrom Thanks, your help is much appreciated. I am happy to hand you over the repo if you would like to maintain it.