Arnaud

Results 4 issues of Arnaud

Hi, Could you add method to get the current state? Current state is saved on `this[STATE]` but I have no chance to get it back except doing `this.__state` :(. ```...

contribution welcome

match <linput name="my[name]" value="x"/> to {my: {name: 'x'}} It can manage multi level: <input name="my[first][name]" value="x"/> => {my: first: {name: 'x'}}}

Hi, as `include` and `require` use a deferred execution to build path, it would be usefull (at least for test) to have a `ready` function to ensure package is ready...

## update files ### file `upgrade.py` add import os ``` rom os import * import os import sys ``` change the command line from ``` codemod = "./bin/codemod.py" ``` to...