typescript-plus
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -5,3 +5,3 @@ { | ||
"homepage": "http://www.idom.me/", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"license": "Apache-2.0", | ||
@@ -8,0 +8,0 @@ "description": "An enhanced version of the original typescript compiler.", |
@@ -8,4 +8,6 @@ [![npm version](https://badge.fury.io/js/typescript.svg)](https://www.npmjs.com/package/typescript-plus) | ||
TypeScript is a language for application-scale JavaScript (For more information, please visit : [typescriptlang.org](http://www.typescriptlang.org/)). The typescript-plus project provides extra features to the original typescript compiler, such as emitting reflection data of class, get/set accessor optimization and conditional compilation. | ||
TypeScript is a language for application-scale JavaScript (For more information, please visit : [typescriptlang.org](http://www.typescriptlang.org/)). | ||
The typescript-plus provides extra features to the original typescript compiler, such as emitting reflection data of class, get / set accessors optimization and conditional compilation. | ||
## Installing | ||
@@ -52,2 +54,3 @@ | ||
**Note: The "defines" option is only allowed in tsconfig.json, and not through command-line switches.** | ||
@@ -54,0 +57,0 @@ |
Sorry, the diff of this file is not supported yet
80
18457644
43