121 Commits

Author SHA1 Message Date
Vladimir Matveev
d27bfccb79 convert all enums into const enums 2016-10-13 15:43:32 -07:00
Vladimir Matveev
735e2fb43a generate protocol on fly 2016-10-11 17:08:04 -07:00
Yui
b8963ba8f1 Fix RWC Runner (#10420)
* Use /// <reference types

* Don't report an errors if it comes from lib.d.ts
2016-08-18 14:39:15 -07:00
Ryan Cavanaugh
bf63811e1f Merge pull request #10213 from RyanCavanaugh/baselinePerf
Make baselines faster by not writing out unneeded files
2016-08-17 11:13:18 -07:00
Wesley Wigham
a1dad91120 Parallel linting (#10313)
* A perilous thing, a parallel lint

* Use work queue rather than scheduling work

* Dont read files for lint on main thread

* Fix style
2016-08-15 10:45:46 -07:00
Daniel Rosenwasser
73d53e8298 Use 'MapLike' instead of 'Map' in 'preferConstRule.ts'. 2016-08-13 12:18:39 -07:00
Anders Hejlsberg
87393e026e Merge branch 'master' into optimizeMaps 2016-08-12 13:31:37 -07:00
Andy
9ac13abfd1 Add shorthand types declaration for travis-fold (#10293) 2016-08-11 11:58:23 -07:00
Anders Hejlsberg
3ff89f794f Fix processDiagnosticMessages script 2016-08-10 17:28:52 -07:00
Ryan Cavanaugh
53d54c2b28 Make baselines faster by not writing out unneeded files 2016-08-08 14:30:27 -07:00
Wesley Wigham
e12f2d8232 Add assertion whitespace lint rule (#9931)
* Add assertion whitespace lint rule

* Fix typo

* Add the word `Rule` to Jakefile
2016-07-26 13:29:53 -07:00
Sudheesh Singanamalla
f24341f719 Remove dependency on tsd, Related to #9658 (#9724) 2016-07-21 12:25:21 -07:00
Wesley Wigham
761482cf5e Use sorcery to merge sourcemaps between browserify and gulp-typescript (#9439)
* Use sorcery to merge sourcemaps between browserify and gulp-typescript

* Use shorthand

* Fix nit

* move comments, change loop into map

* Ahahaha, we should run code before pushing it

* Move conditional into call
2016-07-15 16:55:16 -07:00
Mohamed Hegazy
9ff0cab59c Update script to pass more than one argument 2016-07-06 00:44:30 -07:00
Mohamed Hegazy
6fe105e811 Add authors script to generate authors from repo 2016-07-06 00:39:35 -07:00
Mohamed Hegazy
f67f1f7db7 Update version to 2.0.0 2016-06-27 13:43:07 -07:00
Wesley Wigham
998acce592
Check for exactly one space 2016-06-23 13:35:29 -07:00
Wesley Wigham
1c5d8344be
Add new lint rule 2016-06-23 12:32:14 -07:00
Wesley Wigham
2634a6713e
Merge branch 'master' into remove-jake 2016-06-14 14:52:02 -07:00
Wesley Wigham
1defdc3847
Gulfile runs tests and compiles like a champ 2016-06-14 14:41:25 -07:00
Wesley Wigham
8f7c6e81be
Remove compileFile and exec browserify - use gulp-typescript instead 2016-06-14 12:39:13 -07:00
Ron Buckton
3dca09b200 Fixes runtests-parallel not reporting failure for failed tests. 2016-06-13 12:58:21 -07:00
Wesley Wigham
d756806539
Quick fix for runtests-parallel 2016-06-10 10:53:35 -07:00
Ron Buckton
5af8ba8bf8 Fixes an issue with runtests-parallel when global mocha is not installed. 2016-06-09 22:07:07 -07:00
Ron Buckton
8fc3422e7c Fixed typo 2016-06-08 18:18:26 -07:00
Ron Buckton
19baf1f38a Adds progress indicators to the runtests-parallel build task. 2016-06-08 18:09:36 -07:00
Vladimir Matveev
b3531b0158 add a extra check to avoid rescans 2016-05-25 12:25:53 -07:00
Andy Hanson
bd633c828f Lint all servicesSources 2016-05-25 06:45:52 -07:00
Yui
5433553131 Fix 8589: by appending "-1.0" pre-release version will be comparising by lexically comparison in ASCII sort order. (#8629) 2016-05-16 16:57:11 -07:00
Wesley Wigham
37a0e8f502 Remove custom no-null rule, use tslint builtin no null rule 2016-04-13 02:09:14 -04:00
Mohamed Hegazy
a75a02cc7b Fix issue writing too many files asynchronuslly 2016-03-10 16:59:56 -08:00
Nathan Shively-Sanders
ec4c6fea2d Merge branch 'master' into lint-nested-++ 2016-01-04 08:56:05 -08:00
Nathan Shively-Sanders
710b379cdc Update lint message to not mention element access. 2016-01-04 08:44:16 -08:00
Daniel Rosenwasser
9c61e53a78 Allow tagged boolean arguments to be followed with a colon. 2015-12-28 17:11:55 -05:00
Nathan Shively-Sanders
189357db1a Tighten no ++/-- rule 2015-12-22 15:37:24 -08:00
Anders Hejlsberg
e93df41f54 Addressing CR feedback 2015-12-18 19:06:44 -08:00
Anders Hejlsberg
58e869d5e4 Remove unused variable 2015-12-17 18:25:17 -08:00
Anders Hejlsberg
94e91e5960 Use hidden text in Word document for markdown image links 2015-12-17 18:20:49 -08:00
Anders Hejlsberg
549fbf58ac Adjusting indentation 2015-12-17 16:50:22 -08:00
Anders Hejlsberg
3f65a31a4f Property show images in Language Specification markdown 2015-12-17 16:43:55 -08:00
Wesley Wigham
a69825e84e tweak rules 2015-12-01 16:27:19 -08:00
Wesley Wigham
3fba14ed6a rule text fix 2015-12-01 16:20:31 -08:00
Wesley Wigham
de89459162 add new rule 2015-12-01 16:19:40 -08:00
Wesley Wigham
3085806fc2 lint rule forbidding the in keyword binary expression 2015-12-01 15:14:24 -08:00
Yui T
97f0bfcd72 apply tslint rule to scripts\tslint 2015-11-20 16:28:58 -08:00
Daniel Rosenwasser
bd84b844ff Remove unnecessary 'else' block. 2015-11-18 10:07:42 -08:00
Daniel Rosenwasser
cbb61654fb Small refactorings. 2015-11-18 01:53:12 -08:00
Daniel Rosenwasser
15d689cdcd Simplify simplify simplify. 2015-11-18 01:46:17 -08:00
Daniel Rosenwasser
cf007461b9 Fixed invalid code for binding expressions. 2015-11-18 01:41:41 -08:00
Wesley Wigham
15f505e6aa use tslint@next 2015-11-11 13:30:26 -08:00