0

Does Sencha plan to support optional chaining? Or does Sencha already support it and perhaps I'm missing a setting to make it work?

Ron Grimes
  • 81
  • 1
  • 2

1 Answers1

3

Optional chaining is a feature introduced in ES2020. Assuming your question is Sencha Cmd related, there is a setting "language" that you can customize in your app.json. But it seems for "input" you can only specify a value up to "ES8" (aka ES2017).

So no, unfortunately it is not supported yet. With the slow pace the things are moving in the Sencha space these days, I don't expect it to land anytime soon. Hopefully I am wrong.

scebotari66
  • 3,395
  • 2
  • 27
  • 34