|
|
|
|
|
by untog
2295 days ago
|
|
> What happens when the browser supports an operator the version of Typescript you are using doesn't? Nothing, because the compiled TypeScript won't contain it. TypeScript is deliberately conservative about the language features it supports to ensure it never gets out of sync with JS. |
|