Commit graph

11982 commits

Author SHA1 Message Date
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
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
Mohamed Hegazy f568ad0ce4 Add conditional index signature for Canvas2DContextAttributes (https://github.com/Microsoft/TypeScript/issues/9244) 2016-06-18 12:01:29 -07:00
Daniel Rosenwasser 3fe546b9ea Merge pull request #9240 from Microsoft/mapBeDamned
Array#map -> ts.map.
2016-06-17 18:24:04 -07:00
Richard Knoll f817ffaf47 Merge branch 'master' into glob2_merged 2016-06-17 17:55:15 -07:00
Richard Knoll 95072aab82 Responding to PR feedback 2016-06-17 17:32:10 -07:00
Daniel Rosenwasser e9226af3f6 Array#map -> ts.map. 2016-06-17 17:18:16 -07:00
Richard Knoll 86cde9e222 Updating readDirectory for tsserverProjectSystem unit tests 2016-06-17 16:56:23 -07:00
Richard Knoll 08ca1c0dff Merge branch 'master' into glob2_merged 2016-06-17 15:34:06 -07:00
Mohamed Hegazy 2b4378daa3 Merge pull request #9180 from HerringtonDarkholme/interface
[Fix #9004] Improve error message for extending interface
2016-06-17 15:29:26 -07:00
Mohamed Hegazy 11bb6c08b9 Merge branch 'master' into Fix9173-2 2016-06-17 15:21:43 -07:00
Zhengbo Li abe7c19e34 Merge pull request #9237 from zhengbli/updateDomJune17
Routine dom lib update
2016-06-17 14:52:54 -07:00
Anders Hejlsberg c7dec0ea68 Merge pull request #9163 from Microsoft/typeGuardDiscriminants
Discriminated union types
2016-06-17 14:37:35 -07:00
zhengbli 48a340f43c routine dom update 2016-06-17 13:02:26 -07:00
Andy Hanson 166bc49f0c Refactor navigation bar 2016-06-17 07:42:26 -07:00
Herrington Darkholme 2a9636b1be address code style 2016-06-17 11:31:56 +08:00
Herrington Darkholme 877977a450 add new tests for extends interface 2016-06-17 11:07:18 +08:00
Herrington Darkholme 38962eea82 use resolveEntityName to find interface 2016-06-17 10:22:56 +08:00
Yui 0e6f8eb2bc Using baselines for transpile unittests (#9195)
* Conver to Transpile unittest to use baselines instead

* Add baselines

* Fix linting error
2016-06-16 10:50:01 -07:00
Herrington Darkholme c721b5f981 add tests & add branches for module interface 2016-06-17 01:19:34 +08:00
Sheetal Nandi f96a7f03e4 Merge pull request #9166 from Microsoft/removeDotToken
Remove the stored dotToken from PropertyAccessExpression
2016-06-16 09:59:00 -07:00
zhengbli 478d76347b ignore casing when converting a source file path to relative path 2016-06-16 02:16:47 -07:00
Zhengbo Li 95ae809faa Merge pull request #7486 from zhengbli/fixLargeProjectTry2
Add upper limit for the program size to prevent tsserver from crashing
2016-06-15 17:31:15 -07:00
zhengbli 550d91249b Refactor code to make if statements cheaper 2016-06-15 16:52:07 -07:00
zhengbli 335443693f Merge branch 'master' of https://github.com/Microsoft/TypeScript into fixLargeProjectTry2
# Conflicts:
#	src/compiler/program.ts
#	tests/cases/unittests/tsserverProjectSystem.ts
2016-06-15 14:36:45 -07:00
Zhengbo Li 7bb739fa40 Merge pull request #9083 from zhengbli/i6853
Check use before declaration if both the use and decalration are not in module file
2016-06-15 12:43:30 -07:00
Zhengbo Li 8c38cbfb4b Merge pull request #9073 from zhengbli/i8523
Increase project reference count even when the opened file is referenced by it but not its root
2016-06-15 12:42:14 -07:00
Daniel Rosenwasser 9a2cf115c0 Merge pull request #9170 from Microsoft/emptyTupleAssertions
Correctly check types in type assertions
2016-06-15 12:35:04 -07:00
Mohamed Hegazy ce45ee797c Fix comment 2016-06-15 12:23:00 -07:00
Andy a1e0504ed4 Merge pull request #9189 from Microsoft/js_property_declaration
Allow property declarations in .js files
2016-06-15 12:20:41 -07:00
Mohamed Hegazy 97be083d99 Merge pull request #9100 from Microsoft/Fix9098
Fix #9098: report missing function implementation errors for merged …
2016-06-15 11:53:31 -07:00
Mohamed Hegazy 95ddfc7efc Do not use Object.assing in test 2016-06-15 11:38:28 -07:00
Anders Hejlsberg a3a0c9877b Merge pull request #9188 from Microsoft/relaxLogicalAnd
Relax && operator typing
2016-06-15 11:07:54 -07:00
Andy e2376a74cc Merge pull request #9185 from Microsoft/simplify_range_tests
Use helper functions to simplify range tests
2016-06-15 11:04:58 -07:00
Andy Hanson 9b6472aec0 Remove old test 2016-06-15 11:00:27 -07:00
Andy Hanson dd0411a2f3 Allow property declarations in .js files 2016-06-15 09:42:52 -07:00