Commit graph

29144 commits

Author SHA1 Message Date
Sheetal Nandi 3dd7b84ef8
Merge pull request #33567 from microsoft/resolution
Sort the paths for module specifier by closeness to importing file path
2019-09-25 16:29:06 -07:00
Anders Hejlsberg 250d5a8229
Merge pull request #33050 from microsoft/recursiveTypeReferences
Recursive type references
2019-09-25 13:16:39 -07:00
Orta 4ee251b053
Merge pull request #33372 from m1gu3l/patch-1
Better Array.sort compareFn docs
2019-09-25 15:11:39 -04:00
Orta Therox b544901d5e Merge master 2019-09-25 14:46:36 -04:00
Orta Therox 1866cfa5fe Update the baselines 2019-09-25 14:37:00 -04:00
Orta 91be3689f0
Merge pull request #33178 from jwbay/nonNullableCallSignaturesTreeWalk
Flag non-nullable functions in `if` statements as errors (tree walk version)
2019-09-25 14:06:24 -04:00
Anders Hejlsberg 75117ac2a1
Merge pull request #33598 from microsoft/fix33582
Fix issues caused by reachability analysis of `this.foo(...)` like calls.
2019-09-25 10:27:04 -07:00
Sheetal Nandi 91c66a0963 Add tsc baselining test for scenario that changed. 2019-09-25 10:05:10 -07:00
Orta Therox 4c9986f26c Merge master 2019-09-25 12:59:07 -04:00
Anders Hejlsberg 0d4e5942d7 Accept new baselines 2019-09-25 09:34:30 -07:00
Anders Hejlsberg cefd1e4251 Add regression test 2019-09-25 09:34:24 -07:00
Anders Hejlsberg 8e232e4d28 Limit this.foo(...) reachability checks to explicit this types 2019-09-25 09:30:25 -07:00
Sheetal Nandi 3d6a182857 Accept change in existing baseline 2019-09-25 09:07:51 -07:00
Nathan Shively-Sanders 9faca24a65
Merge pull request #33593 from typescript-bot/user-update-Microsoft-20190803
🤖 User test baselines have changed
2019-09-25 08:58:58 -07:00
Sheetal Nandi 041b16c0a3 Merge branch 'master' into resolution 2019-09-25 08:20:09 -07:00
Sheetal Nandi 4468d88376
Merge pull request #33566 from microsoft/baselining
PR to baseline `tsc` output rather than just baselining `tsc --b`
2019-09-25 08:19:33 -07:00
Sheetal Nandi 16275f6152 Merge branch 'baselining' into resolution 2019-09-25 08:10:11 -07:00
typescript-bot 3d30a02c05 Update user baselines 2019-09-25 14:16:14 +00:00
jwbay e6b45adad1
Merge pull request #3 from typescript-bot/user-update-jwbay-20190801-nonNullableCallSignaturesTreeWalk
🤖 User test baselines have changed for nonNullableCallSignaturesTreeWalk
2019-09-24 19:50:54 -04:00
Sheetal Nandi 382ff17df2 Update emitting timestamps during testing 2019-09-24 16:20:07 -07:00
Orta Therox 31c08b6191 More work on generating a small typescript build 2019-09-24 17:20:28 -04:00
Sheetal Nandi 2b7ab891ad Merge branch 'baselining' into resolution 2019-09-24 14:04:22 -07:00
Sheetal Nandi 220ee81012 Accept the baselines 2019-09-24 13:55:17 -07:00
Sheetal Nandi bdd74b031f Remove all baselines 2019-09-24 13:52:56 -07:00
Sheetal Nandi 585532d1c2 Merge branch 'master' into baselining 2019-09-24 13:26:05 -07:00
Sheetal Nandi 992c211c22
Merge pull request #32028 from microsoft/referencesPrototypeSourceFile
For editing experience, use source instead of .d.ts files from project references
2019-09-24 13:16:53 -07:00
Anders Hejlsberg 7fd93fd3c6 Accept API baseline changes 2019-09-24 12:23:47 -07:00
Sheetal Nandi fd3ba679ec Reword the option description per feedback 2019-09-24 12:22:42 -07:00
Sheetal Nandi f24cad20e2 Update the error summary reporter to take sys as parameter 2019-09-24 12:15:37 -07:00
Anders Hejlsberg 3061a418a4 Add getTypeArguments method to TypeChecker interface 2019-09-24 11:53:49 -07:00
Anders Hejlsberg 27752c642f Merge branch 'master' into recursiveTypeReferences
# Conflicts:
#	src/compiler/checker.ts
2019-09-24 11:52:40 -07:00
Orta Therox 63feabb920 Improve the gitignore / npm ignore 2019-09-24 14:12:57 -04:00
Orta Therox 3fe7aafb5b Add a command for stripping the dependency down 2019-09-24 14:03:52 -04:00
Nathan Shively-Sanders 2e985e723a
Merge pull request #33581 from microsoft/fix-lint-20190924
Fix lint on master
2019-09-24 09:57:04 -07:00
Sheetal Nandi bf0fc858c1 Fix after merging latest baselining branch 2019-09-24 09:55:50 -07:00
Sheetal Nandi bd7d370fc8 Merge branch 'baselining' into resolution 2019-09-24 09:53:13 -07:00
Sheetal Nandi 8c2cd888dd Make time and tick local to test case so it doesnt affect the baseline 2019-09-24 09:46:32 -07:00
Nathan Shively-Sanders 41c3e54545 change eslint-disable rule name 2019-09-24 09:38:44 -07:00
Anders Hejlsberg b2f4af4d4f Fix that works with both LKG and built compilers 2019-09-24 09:16:47 -07:00
Anders Hejlsberg f0bf72fe34 Fix linting issue 2019-09-24 08:57:01 -07:00
Nathan Shively-Sanders 4ddf1919bb try eslint-disable-next-line instead 2019-09-24 08:47:45 -07:00
Nathan Shively-Sanders aca0bb943f Fix lint on master 2019-09-24 08:30:18 -07:00
Nathan Shively-Sanders 64c3fca847
Merge pull request #33578 from typescript-bot/user-update-Microsoft-20190802
🤖 User test baselines have changed
2019-09-24 08:18:20 -07:00
Nathan Shively-Sanders f1104806d5
Merge pull request #33263 from microsoft/infer-from-usage/similarity-to-builtins
Infer from usage by similarity to builtin types
2019-09-24 07:44:34 -07:00
Anders Hejlsberg 5962a5c08e Merge branch 'master' into recursiveTypeReferences
# Conflicts:
#	src/compiler/checker.ts
#	src/compiler/types.ts
2019-09-24 07:29:05 -07:00
typescript-bot 0a4f39af71 Update user baselines 2019-09-24 14:10:40 +00:00
Anders Hejlsberg 3aa3326f4f Accept new baselines 2019-09-24 06:55:47 -07:00
Anders Hejlsberg e3d23cc40e Add tests 2019-09-24 06:55:38 -07:00
Anders Hejlsberg bf992a57f6
Merge pull request #32695 from microsoft/assertionsInControlFlow
Assertions in control flow analysis
2019-09-23 16:57:56 -07:00
Wesley Wigham 00a43d7b49
Cache propagating variance flags in the relationship cache (#32225)
* Cache propagating variance flags in the relationship cache

* Convert base fields in relation comparison result to flags
2019-09-23 16:55:19 -07:00