Commit Graph

28395 Commits

Author SHA1 Message Date
Anders Hejlsberg
f8aaccdd1d Add tests 2019-06-05 16:55:08 -07:00
Anders Hejlsberg
5ad46b180b Fix minor issue 2019-06-05 16:53:42 -07:00
Sheetal Nandi
1163a93ed6 Handle default keyword of default export 2019-06-05 16:35:29 -07:00
Wesley Wigham
e6fde9e809 Taking typos out one line at a time 2019-06-05 16:24:02 -07:00
Wesley Wigham
96a250502c Deleting a branch that does not exist does not work (we should never download the ref anyway) 2019-06-05 16:12:21 -07:00
Sheetal Nandi
e1e1603547 More tests 2019-06-05 16:07:25 -07:00
Wesley Wigham
dcf2fa930d merge -> rebase in experiment sync script text 2019-06-05 15:28:52 -07:00
Wesley Wigham
bddcf10eb8 Fix deprecation warnings in experiment sync script 2019-06-05 15:25:33 -07:00
Wesley Wigham
16030663ff Dont clean - pipeline should already be clean and a clean will clean node_modules 2019-06-05 15:18:00 -07:00
Wesley Wigham
ec4ca6b619 Slightly reorder experimental sync commands 2019-06-05 14:58:22 -07:00
Anders Hejlsberg
2e99438edc Handle numeric enums in mapped types + fix obscure crash 2019-06-05 14:57:18 -07:00
Sheetal Nandi
d1dc837353 Cache ranges by text 2019-06-05 14:44:19 -07:00
Sheetal Nandi
6dc2ba7939 Take optional string of range text for singleReferenceGroup 2019-06-05 14:43:22 -07:00
Wesley Wigham
38da682de7 Unify contextual signature type parameter assignment (#31574)
* Unify conditional signature type assignment

* Moonomorphism
2019-06-05 14:35:00 -07:00
Sheetal Nandi
edffcce785 Take optional texts to verify parameter for rangesWithSameTextAreRenameLocations 2019-06-05 13:52:41 -07:00
Sheetal Nandi
35c049949f More tests 2019-06-05 12:57:09 -07:00
Sheetal Nandi
5c21fad12f Merge pull request #31432 from microsoft/builderAPI
Api for tsc --build and --incremental
2019-06-05 12:31:00 -07:00
Paul van Brenk
c5578a2b43 Update error message as requested by @danielrosenwasser 2019-06-04 19:08:34 -04:00
Sheetal Nandi
004488c0c9 Set declaration span only if its not same as own span 2019-06-04 15:37:43 -07:00
Sheetal Nandi
cc1cb54e4b More tests 2019-06-04 15:11:48 -07:00
Sheetal Nandi
eaeeb06f9a Handle when declarationSpan from declarationNode is undefined 2019-06-04 13:48:13 -07:00
Sheetal Nandi
424f2c9e00 More tests 2019-06-04 13:06:34 -07:00
Sheetal Nandi
34624a0587 More Tests 2019-06-04 12:05:41 -07:00
Wesley Wigham
9da05243ff Rewire experimental update script to handle PR triggers 2019-06-03 16:06:35 -07:00
Wesley Wigham
49c44f650a Add script for pack response postback (#31748) 2019-06-03 15:24:35 -07:00
Sheetal Nandi
e41533acc7 Handle computed property names 2019-06-03 14:06:30 -07:00
Sheetal Nandi
01bbc4de2e More tests 2019-06-03 13:55:02 -07:00
Sheetal Nandi
0fee3b023d Handle destructuring assignments 2019-06-03 13:42:55 -07:00
csigs
790c6ee199 LEGO: Merge pull request 31742
LEGO: Merge pull request 31742
2019-06-03 09:10:40 -07:00
csigs
30333e19e2 LEGO: check in for master to temporary branch. 2019-06-03 16:10:14 +00:00
Paul van Brenk
a658f728a9 Include the project filepath in the error message for files not being
listed in the 'include' pattern. TS6307
2019-06-02 11:54:48 -04:00
Anders Hejlsberg
a5281ada54 Merge pull request #31687 from microsoft/enumImplicitIndexSignatures
Implicit index signatures for enum object types
2019-06-02 07:42:58 -07:00
Anders Hejlsberg
d6c323a21b Merge pull request #31711 from microsoft/fixDestructuringWithFallback
Fix destructuring with fallback
2019-06-01 17:30:07 -07:00
Anders Hejlsberg
48d343b985 Accept new baselines 2019-06-01 10:37:02 -07:00
Anders Hejlsberg
86040e0699 Add more tests 2019-06-01 10:36:53 -07:00
Anders Hejlsberg
d548f6af70 Consider object literals in unions to have properties of type 'undefined' 2019-06-01 09:45:58 -07:00
Benjamin Lichtman
eb81feaf04 Merge pull request #31685 from uniqueiniquity/stopInvalidatingOnOpenFileSave
Stop invalidating module resolution cache when saving an open file
2019-05-31 20:36:33 -04:00
Anders Hejlsberg
0895fd6bdc Accept new baselines 2019-05-31 16:53:53 -07:00
Anders Hejlsberg
d0795afb48 Add regression tests 2019-05-31 16:53:46 -07:00
Anders Hejlsberg
5c7823c8b8 Accept new baselines 2019-05-31 16:52:11 -07:00
Anders Hejlsberg
4fc5f6a5ff When binding pattern contextually types x || y, x contextually types y 2019-05-31 16:40:22 -07:00
Sheetal Nandi
c0537d9bad More tests 2019-05-31 16:19:27 -07:00
Wesley Wigham
41ce98b440 Propagate saved variance flags from cached comparisons (#31688)
* Propegate saved variance flags from cached comparisons

* Propegate variance a bit more selectively

* Add test

* Remove now-redundant code

* Fix misspelling and remove unneeded branch
2019-05-31 16:11:08 -07:00
Sheetal Nandi
dfb613c6d6 Use for-of declaration list + expression as span for preview 2019-05-31 16:02:31 -07:00
Sheetal Nandi
b61813ea1d More test cases 2019-05-31 15:58:11 -07:00
TypeScript Bot
eb5c6970a3 Update user baselines (#31699) 2019-05-31 15:56:04 -07:00
Wesley Wigham
a23ae4c742 Dedent message so its not code-blocked 2019-05-31 14:54:36 -07:00
Wesley Wigham
22348d8a0c Reverse log order 2019-05-31 14:46:33 -07:00
Benjamin Lichtman
d3b6ba557a Change test instead of behavior 2019-05-31 14:46:15 -07:00
Wesley Wigham
2cd3500197 origin/master because ref is fetched not pulled 2019-05-31 14:45:06 -07:00