Commit Graph

32750 Commits

Author SHA1 Message Date
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
Wesley Wigham 367b82055c Hoist and distribute type parameter constraints over type parameters … (#33453)
* Hoist and distribute type parameter constraints over type parameters when comparing against union targets when fetching union constraints

* Fix PR nits
2019-09-23 16:52:03 -07:00
Wesley Wigham 26caa3793e Introduce flattened error reporting for properties, call signatures, and construct signatures (#33473)
* Introduce flattened error reporting for properties, call signatures, and construct signatures

* Update message, specialize output for argument-less signatures

* Skip leading signature incompatability flattening

* Add return type specialized message
2019-09-23 16:08:44 -07:00
Wesley Wigham 6c2ae12559 Relax the constraints of isValidBaseType to allow base types to be constructor types (#33146)
* Relax the constraints of isValidBaseType to allow base types to be constructor types

* Fix nit

* Reduce confusion between isConstructorType and isValidBaseType

* Update comment
2019-09-23 15:58:03 -07:00
Nathan Shively-Sanders 84e857b6f3 use forEachEntry 2019-09-23 15:57:32 -07:00
Daniel Rosenwasser 4f25774785 Merge pull request #33477 from Nathan-Fenner/error-on-extra-jsx-prop
report error on extraneous JSX prop instead of element name
2019-09-23 15:26:57 -07:00
Orta ff10599ed5 Merge pull request #33563 from orta/remove_gulpfile_errors
Remove errors from the gulpfile
2019-09-23 17:54:41 -04:00
TypeScript Bot f9ca8ba6f8 Update user baselines (#33557) 2019-09-23 14:09:51 -07:00
Sheetal Nandi 432da939c1 Add doc comments for fileExists and directoryExists implementation 2019-09-23 13:54:12 -07:00
typescript-bot 04638a1577 Update user baselines 2019-09-23 20:45:24 +00:00
Sheetal Nandi c67c68e149 Sort the paths for module specifier by closeness to importing file path
Fixes #32970
2019-09-23 13:41:46 -07:00
Nathan Fenner 86c7d84457 update missing baselines 2019-09-23 12:02:13 -07:00
Orta Therox 0da541528e Remove errors from the gulpfile 2019-09-23 14:16:30 -04:00
Anders Hejlsberg bf08d3bfc7 Fix linting issues 2019-09-23 06:14:52 -07:00
Anders Hejlsberg 8604d4e428 Include type operators in aliased type checks 2019-09-21 09:07:49 -07:00
Anders Hejlsberg db7c03d868 Merge branch 'master' into recursiveTypeReferences
# Conflicts:
#	src/compiler/checker.ts
#	src/compiler/types.ts
#	tests/baselines/reference/api/tsserverlibrary.d.ts
#	tests/baselines/reference/api/typescript.d.ts
2019-09-21 08:52:14 -07:00
Anders Hejlsberg 5d09688c1e Merge pull request #33228 from microsoft/fix32976
Less aggressive contextual signature instantiation
2019-09-21 07:31:24 -07:00
Orta 5b9a56fc4d Merge pull request #33057 from jablko/patch-2
Allow readonly arguments to Promise.all(), etc.
2019-09-21 08:02:14 -04:00
Anders Hejlsberg bcdf33d8de Fix forEachChild 2019-09-20 17:44:19 -07:00
Anders Hejlsberg c3dcc37c79 Merge branch 'master' into assertionsInControlFlow
# Conflicts:
#	src/compiler/checker.ts
2019-09-20 17:23:27 -07:00
Anders Hejlsberg 97d69d442d Accept new baselines 2019-09-20 17:18:08 -07:00
Anders Hejlsberg 21b5418cef Add tests 2019-09-20 17:17:39 -07:00
Sheetal Nandi 2d62050b8f Show redirected files in --listFiles 2019-09-20 14:23:04 -07:00