Good evening, today’s #OpenSourceDaily project is
Typescript is a programming language that is a superset of JavaScript. It’s written in Typescript and licensed under the Apache-2.0 license. If you have ever worked with JavaScript you probably have a love/hate relationship. Typescript introduces syntax that allows developers to add optional types to their JavaScript. This gives the benefits of a statically typed language familiar to server side programmers to the language of the web. Depending on the compiler configuration these setting can be strict or lose. The type system is exceptionally powerful and expressive with concepts like union types, mapped types, conditional types, indexed types and many more. I know it took a while to really catch on, but does anyone seriously use plain JavaScript anymore?
GitHub
GitHub - microsoft/TypeScript: TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
TypeScript is a superset of JavaScript that compiles to clean JavaScript output. - microsoft/TypeScript
