Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.22 KB

File metadata and controls

30 lines (19 loc) · 1.22 KB

Type Script Style Guide

TypeScript is a JavaScript compiler that provides type safety to JavaScript and can help discover runtime bugs during the compilation process. Google has announced that it will be collaborating with Microsoft to extend TypeScript with new features such as annotations (previously targeted for their own AtScript superset of TypeScript).

Note: This style guide inherits rules from the JavaScript Style Guide, C-Based Languages Style Guide, and the Global Style Guide.

Placeholder Content

This page is a placeholder; additional content will be provided at a later date.

Note: While Ignia is currently targeting ECMAScript 6, we will be migrating code to TypeScript 2.0 upon its release (TypeScript 2.0 will be a superset of ECMAScript 6).