Topic: typescript

Angular 9.1 released with build speed improvements

The Angular team has announced a minor release to its web application framework that containers new features and bug fixes.  The 9.1 release aims to speed up builds by improving the speed of ngcc and allowing it to compile multiple packages at a time. Previously, the ngcc compilation pass covered library dependencies in logical order.  … continue reading

TypeScript logo

TypeScript 3.8 is now available

Microsoft has announced the availability of the latest version of TypeScript. TypeScript 3.8 introduces several new features, including new ECMAScript standards features and new syntax for type-only imports and exports. One of the new ECMAScript features is private fields. Rules of private fields include that they start with a “#” character, every private field name … continue reading

SD Times news digest: TypeScript 3.7 beta, .NET Core Windows Forms Designer Preview 1, and Databricks partners with Tableau to run BI on data lakes

Microsoft announced the TypeScript 3.7 beta, introducing new features and bug fixes.  The new features include optional chaining, which allows users to write code where they can immediately stop running some expressions if they run into a ‘null’ or ‘undefined.’ It also introduces nullish coalescing, which can be thought of as the ‘??’ operator – … continue reading

TypeScript logo

TypeScript 3.6 released

Microsoft announced TypeScript 3.6, which introduces stricter checking for iterators and generator functions, as well as new TypeScript Playground, new editor features, and enhancements to the language and compiler. TypeScript is a language that builds on JavaScript by adding optional static types, which can be checked by the compiler to catch common errors in programs. … continue reading

TypeScript 3.5 now available with speed improvements

The latest release of Microsoft’s typed superset of the JavaScript programming language is now available. TypeScript 3.5 features new type-checking and incremental build optimizations designed to improve speed. The type-checking speed-ups addresses a bug in TypeScript 3.4 that introduced a regression and increased the work of the type-checker. “The most-impacted set of users were those … continue reading

TypeScript 3.4 RC now available with incremental compilation

Microsoft has announced the availability of the release candidate (RC) for TypeScript 3.4. TypeScript is Microsoft’s programming language that is a superset of JavaScript. According to Microsoft, TypeScript 3.4 is the first release that has had an iteration plan that outlines the plans for the release. This is intended to align with its 6-month roadmap … continue reading

Angular lays out plan for 8.0 release featuring Ivy preview

Google’s Angular Team is setting a soft May 2019 release date for the generally-available version 8.0 release of its web app framework. Angular 8.0 is expected to include the first opt-in technical preview of the new rendering engine, Ivy, originally announced in February last year. The opt-in preview will give developers the option to switch … continue reading

TypeScript 3.3 released with improved calling for union types

Microsoft has released the latest version of its typed superset of the JavaScript programming language, TypeScript 3.3. This updated release is a smaller release and contains no breaking changes. Features include improved behavior for calling union types, incremental file watching for composite projects, and JavaScript editing in Sublime Text. According to the company, when dealing … continue reading

Microsoft reveals plans to improve TypeScript in 2019

As JavaScript continues to grow and evolve, so must Microsoft’s implementation of JavaScript, TypeScript. Microsoft has announced new plans for TypeScript this year, and has released a roadmap for its priorities for the first half of the year. According to the company, it will focus on achieving five main goals relating to language design, productive … continue reading

TypeScript 3.2 now available

Microsoft has announced a new update to its open-source, superset of the JavaScript programming language. TypeScript 3.2 adds a number of new features such as improved narrowing for tagged unions, error message improvements and editing enhancements. NuGet users and Visual Studio 2015 users should be aware that with this release and future releases, the team … continue reading

TypeScript 3.1 is now available

The latest version of Microsoft’s programming language TypeScript is now available. TypeScript is a language that adds static type-checking to JavaScript. TypeScript 3.1 adds mappable tuples, which is one of the most common patterns in programming, according to Microsoft. This functionality will now be better equipped to express functions such as Promise.all, the team noted. … continue reading

Microsoft introduces project references in TypeScript 3.0

Microsoft released version 3.0 of its JavaScript plugin TypeScript today, which brings static types, type declarations and type annotations to JavaScript users. Though the company says the update is light on “breaking” changes, TypeScript program manager, Daniel Rosenwasser highlighted the new features such as project references. According to Rosenwasser, project references were one of the … continue reading

DMCA.com Protection Status
HTML Snippets Powered By : XYZScripts.com

Get access to this and other exclusive articles for FREE!

There's no charge and it only takes a few seconds.

Sign up now!