vscode-js-complexity-analysis
vscode-js-complexity-analysis copied to clipboard
Does not support optional chaining
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