TypeScript: The Complete Beginner’s Guide to TypeScriptКНИГИ » ПРОГРАММИНГ
Название: TypeScript: The Complete Beginner’s Guide to TypeScript Автор: Max Beerbohm, Moaml Mohmmed Издательство: Amazon Digital Services LLC Год: 2019 Страниц: 121 Язык: английский Формат: epub, rtf, pdf (conv) Размер: 10.1 MB
TypeScript is a programming language designed for large-scale javascript application development, it has been designed as a typed superset of javascript. This means we’ve actually been writing TypeScript this whole time!
This language allow us to use features from the most recent ECMAScript versions and even some features that are not even in the scope of the standard. This is because when compiled, it produces javascript in a cross-platform safe version. TypeScript, currently in the version 2.5, adds features like optional static typing, classes, interfaces, modules, and many others. All of this allow us to use javascript from the future right now!
TypeScript needs something that transforms its syntax into standard javascript, this is called the transpiler, a type of compiler that takes the source code in a programming language as the input, and transforms it into another programming language. TypeScript files have the .ts extension, and the transpiler produces the well known .js files.
TypeScript also allows the use of common javascript libraries and frameworks, by providing an easy integration with declaration files. TypeScript is referred to as a superset of javascript and is compiled. This means that javascript-type programs are also valid TypeScript programs, and because they are translated into standard javascript, TypeScript programs can be written, translated, and run anywhere that accepts javascript, such as the browser, Node.js, or any engine that supports ECMAScript version 3 or higher of javascript.
Скачать TypeScript: The Complete Beginner’s Guide to TypeScript
Essential TypeScript: From Beginner to Pro Название: Essential TypeScript: From Beginner to Pro Автор: Adam Freeman Издательство: Apress Год: 2019 Формат: True PDF/epub Страниц: 546 Размер:...
Angular Development with Typescript 2nd Edition Название: Angular Development with Typescript Second Edition (+ code) Автор: Yakov Fain, Anton Moiseev Издательство: Manning Publications Год: 2018...
TypeScript for C# Programmers Название: TypeScript for C# Programmers by Steve Fenton Автор: Steve Fenton Издательство: InfoQ ISBN: 1291576215 Год: 2013 Страниц: 68 Язык:...