vscode-js-complexity-analysis icon indicating copy to clipboard operation
vscode-js-complexity-analysis copied to clipboard

Does not support optional chaining

Open FourCinnamon0 opened this issue 2 years ago • 0 comments

Take this code

var test = {
    stuff: 3
}
console.log(test?.stuff)

This is completely valid js code and yet the extension throws an error saying it is invalid

FourCinnamon0 avatar Dec 27 '22 15:12 FourCinnamon0