Great project @crubier! 👏 I found one issue when code has variables declared without value, for example: ```javascript const myFunction = (x) => { let y; } ``` Will return the following error: ``` Cannot read property 'type' of null ```