Topic: typescript

Updated --help in TypeScript 4.4

TypeScript 4.4 brings control flow analysis

Microsoft has announced the general availability of TypeScript 4.4.  This latest release introduces control flow analysis for aliased conditions and discriminants, which checks to see if a type guard has been used before a particular piece of code.  Another new feature is index signatures for symbol and template string patterns. Index signatures are used to … continue reading

SD Times news digest: TypeScript 4.4 RC, AWS announces cross-account data sharing for Amazon Redshift, JetBrains releases GoLand 2021.3 roadmap

Microsoft announced the release candidate of TypeScript 4.4, and said it expects no further changes apart from critical bug fixes for the stable release.  Major highlights of the release candidate include control flow analysis of aliased conditions and discriminants, symbol and template string pattern index signatures, defaulting to the ‘unknown’ type in catch variables, and … continue reading

TypeScript logo

TypeScript 4.3 released with separate write types

Microsoft announced the release of TypeScript 4.3, which adds many new features such as separate write types on properties, ‘override’ and the ‘–noImplicitOverride’ flag, template string type improvements and more.  With separate write types, developers can specify types for reading and writing to properties. TypeScript will only use the “reading” type when considering how two … continue reading

SD Times news digest: Kendo UI’s latest release, TypeScript 4.3 RC, and Snyk acquires FossID

Progress announced the new release of Kendo UI R2 2021, which introduces Kendo UI for Angular, jQuery and Vue as well as  KendoReact. Kendo UI for Angular delivers new components such as BottomNavigation, MultiSelectTree, Skeleton and Circular Gauge to enhance users’ interaction with the app, data visualization and performance.  KendoReact aims to empower developers to … continue reading

TypeScript Handbook gets a rework

The TypeScript programming language team has announced that it has rewritten the TypeScript Handbook, a resource for learning the language and its common uses.  The team has spent the past year increasing the scale, modernity, and the scope of the documentation. According to the team, this handbook is currently the most important part of the … continue reading

TypeScript 4.2 comes with smarter type alias preservation

Microsoft has announced the official release of TypeScript 4.2, the latest version of its JavaScript superset programming language. There are a number of new features in this release, including smarter type alias preservation, leading/middle rest elements in tuple types, and stricter checks for the “in” operator.  Type aliases can be used to avoid having to … continue reading

TypeScript logo

SD Times news digest: TypeScript 4.2 RC, Android App Quality, and Eggplant Digital Automation Intelligence 5.1

Microsoft has announced the release candidate for TypeScript 4.2 New features coming in the next release of the programming language include:  Leading/middle rest elements in tuple types Smarter type alias preservation Stricter checks for the in operator Abstract construct signatures Understanding project structure with –explainFiles Improved uncalled function checks in logical expressions Relaxed rules between … continue reading

Infragistics’ Indigo.Design App Builder preview released

The developer preview of Indigo.Design App Builder by Infragistics is now available. It is a digital design platform that streamlines app creation from design to code by enabling collaboration between designers and developers, according to the company.  Creating the user interface of an application takes up to 60% of the total time spent on an … continue reading

SD Times Open-Source Project of the Week: Workadventure

At a time when organizations such as Microsoft with their Teams feature are creating innovative ways to recreate workspaces, the developers behind the open-source project Work Adventure found a different approach: What if you could recreate a workspace within a 16-bit RPG video game that looks similar to Pokemon games? In this innovative office workspace … continue reading

TypeScript 4.1 comes packed with new features

The latest version of Microsoft’s programming language TypeScript is now available. TypeScript 4.1 introduced a number of new features, such as template literal types, key remapping in mapped types, and recursive conditional types. String literal types allow developers to model functions which expect a specific set of strings. Template literal strings can be used to … continue reading

Angular 11 released with completed Operation Byelog goal

The latest version of the TypeScript-based web application solution is now available. Angular 11 spans across the entire platform including the framework, CLI and components. The team announced with this release, its Operation Byelog goal is now complete.  “When we shared Angular’s Roadmap, one of the items was Operation Byelog where we committed to putting … continue reading

TypeScript logo

TypeScript 4.0 now available

The latest version of TypeScript is now available. According to Microsoft, TypeScript 4.0 represents the next generation of TypeScript releases and focuses on expressivity, productivity, and scalability.  RELATED CONTENT: TypeScript 3.9 New features in this release include: Variadic tuple types Labeled tuple elements Class property inference from constructors Short-circuiting assignment operators Unknown on catch clauses … continue reading

DMCA.com Protection Status