Hirse / brackets-outline-list

Extension for Brackets and Phoenix to display a list of the functions or definitions in the currently opened document.
MIT License
79 stars 30 forks source link

Outline doesn't work with operator ... #103

Closed Hraesvelg closed 6 years ago

Hraesvelg commented 6 years ago

hi,

i use brackets-outline-list since the beginning but i have a problem with a special operator of es6. the outline is break when i use the operator of "decomposition". Outline show a message of syntaxe error...

let obj1 = {foo : bar, bar : foo};
let obj2 = {...obj1, toto : tata}; // ERROR

thanks !

Hirse commented 6 years ago

Fixed in b0ba3e1b577efdac8dc45bc63acc3fe67705e8ba, should be available in the next update.

Hraesvelg commented 6 years ago

thanks ! it's fixed with the last update !

good continuation !