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

Does not support optional chaining

Open fourk0 opened this issue 3 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

fourk0 avatar Dec 27 '22 15:12 fourk0