Commit graph

12326 commits

Author SHA1 Message Date
Wesley Wigham
d008da5888
Make use of module compiler option explicit, add strip internal to tsconfigs 2016-06-22 13:05:58 -07:00
Wesley Wigham
484fe48006 Add node_modules cache to travis
This could speed up CI builds a little bit

See https://docs.travis-ci.com/user/caching/ for more information.
2016-06-22 12:47:33 -07:00
Wesley Wigham
8aeb682206
Remove tsd scripts task from gulpfile 2016-06-22 10:55:39 -07:00
Erik Edrosa
be662e1f6e Change test comment and accept baseline 2016-06-22 13:20:58 -04:00
Wesley Wigham
1c9ad5ca4d
Do copyright without gulp-if and lazypipe 2016-06-21 18:22:30 -07:00
Ron Buckton
12bfb7e987 Merge pull request #9204 from Microsoft/promiseAndAsyncUpdates
Update Promise and PromiseLike, fix async functions issues with never.
2016-06-21 18:09:28 -07:00
zhengbli
35c50bfb1f Port the sync version diagnostics API from tsserverVS-WIP branch to 2.0 2016-06-21 17:13:21 -07:00
Ryan Cavanaugh
66c30931a9 Lint 2016-06-21 16:13:11 -07:00
Erik Edrosa
6a4400a988 Accept binding pattern properties error baselines 2016-06-21 19:08:15 -04:00
Erik Edrosa
20f8c33e52 Change binding pattern parameter property error 2016-06-21 19:08:15 -04:00
Erik Edrosa
65bd8e5b6c Accept rest parameter properties error baselines 2016-06-21 19:06:26 -04:00
Nathan Shively-Sanders
3a7396ea1c For optionality, check question token before JSDoc 2016-06-21 15:55:55 -07:00
Ryan Cavanaugh
c4f8fb2bc2 Remove stale baselines 2016-06-21 15:40:38 -07:00
Ryan Cavanaugh
0e3ffb5fbe Don't crash when JS class property is self-referential.
Fixes #9293
2016-06-21 15:40:26 -07:00
Mohamed Hegazy
851a75ef5e Adding Code of Conduct notice 2016-06-21 14:06:22 -07:00
Bill Ticehurst
8ff2c1ad4f Fixed linting error 2016-06-21 14:00:42 -07:00
Bill Ticehurst
d01d5b1cb2 Updated tests 2016-06-21 13:51:31 -07:00
Bill Ticehurst
07bfbab6ff Changed implementation to use closure 2016-06-21 13:47:17 -07:00
Nathan Shively-Sanders
553d727148 Signatures use JSDoc to determine optionality 2016-06-21 13:01:26 -07:00
Yui
9a85b9369f Fix rwc-runner from breaking change in compiler (#9284) 2016-06-21 12:25:24 -07:00
Jason Ramsay
369253bbc4 Fix case when a document contains multiple script blocks with different base indentations.
Use the base indent size if it is greater that the indentation of the inherited predecessor
2016-06-21 11:46:49 -07:00
Erik Edrosa
1a66f54e89 Add error message for rest parameter properties 2016-06-21 14:27:14 -04:00
Erik Edrosa
392fe47478 Add new error for rest parameters 2016-06-21 14:27:14 -04:00
Bill Ticehurst
4d4f679ec4 Merge branch 'master' into loadJsFromModules 2016-06-21 09:03:38 -07:00
Andy Hanson
07437a6e7c Make goto-definition work for this parameter 2016-06-21 05:56:18 -07:00
Daniel Rosenwasser
cb9246f851 Merge pull request #9286 from basarat/patch-2
export interface used by other exported functions
2016-06-20 23:48:39 -07:00
Basarat Ali Syed
8e489cb2a4 export interface used by other exported functions 2016-06-21 11:45:42 +10:00
Wesley Wigham
d7970a5ff3
Lazypipes and better services stream management 2016-06-20 17:58:02 -07:00
Wesley Wigham
b103857b23
Merge branch 'master' into remove-jake 2016-06-20 16:33:01 -07:00
Wesley Wigham
9d10f7c3fb
browser tests now also loads sourcemaps from disk 2016-06-20 16:07:15 -07:00
Wesley Wigham
9619e3a840
Working non-inline sourcemaps for runtests 2016-06-20 16:00:22 -07:00
Wesley Wigham
8ca1910792
Add watch task 2016-06-20 15:35:32 -07:00
Wesley Wigham
0e5b741d42
Use merge2, gulp-if, gulp-newer, and more projects 2016-06-20 15:30:38 -07:00
Richard Knoll
6d99b2fd3a Merge pull request #8841 from Microsoft/glob2_merged
Add glob-style file include pattern support for tsconfig.json
2016-06-20 14:55:38 -07:00
Richard Knoll
b49acd527a Merge branch 'master' into glob2_merged 2016-06-20 14:10:55 -07:00
Zhengbo Li
7b3abc682b Merge pull request #9213 from zhengbli/fixRealPath
ignore casing when converting a source file path to relative path
2016-06-20 14:07:09 -07:00
Andy
4d5d152788 Merge pull request #9220 from Microsoft/navbar_refactor_3000
Refactor navigation bar
2016-06-20 13:16:40 -07:00
zhengbli
d9bd31fc52 Use getCanonicalFileName 2016-06-20 12:39:07 -07:00
Andy Hanson
95cfaafdee Use implicit boolean casts; it doesn't hurt performance 2016-06-20 11:30:48 -07:00
Richard Knoll
f73ed59432 Adding more matchFiles test cases 2016-06-20 11:09:48 -07:00
Andy
420b920438 Merge pull request #9271 from Microsoft/classify_this
Classify `this` in parameter position as a keyword
2016-06-20 10:01:55 -07:00
Mohamed Hegazy
8b5616d297 Merge pull request #9176 from Microsoft/Fix9173-2
Clear out unused compiler options when transpiling
2016-06-20 09:54:58 -07:00
Mohamed Hegazy
f3bdfb0e74 Merge pull request #9249 from Microsoft/AddLibCheckTests
Add libcheck tests
2016-06-20 09:36:03 -07:00
Andy Hanson
c0eb472b62 Classify this in parameter position as a keyword 2016-06-20 08:28:55 -07:00
Andy Hanson
e7acef125d Allow to find all references of the 'this 'keyword 2016-06-20 07:13:53 -07:00
Mohamed Hegazy
5697d21a58 Accept webworker baselines 2016-06-20 00:19:42 -07:00
Mohamed Hegazy
2ea7a1db3f Merge branch 'master' into AddLibCheckTests 2016-06-19 23:21:04 -07:00
Zhengbo Li
ba78d1e35c Merge pull request #9250 from zhengbli/fix9244
Add missing worker types
2016-06-18 21:00:05 -07:00
zhengbli
634818cbac Add missing worker types 2016-06-18 20:35:52 -07:00
Mohamed Hegazy
dfed7625af Add libcheck tests 2016-06-18 12:40:22 -07:00