|
|
|
|
|
by mcluck
1300 days ago
|
|
You're mistaken. Optional chaining is a JavaScript feature[1]. The stated goal of TypeScript is to be valid JavaScript when the types are stripped away. That's why they have functionally removed namespaces and they want to remove enums. They're the only language features that are actually compiled instead of just stripped. [1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe... |
|