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...
Brackets Version: 1.11.0
Brackets Outline List Version: 1.4.0
let obj1 = {foo : bar, bar : foo};
let obj2 = {...obj1, toto : tata}; // ERROR
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...
thanks !