Commit graph

11982 commits

Author SHA1 Message Date
Anders Hejlsberg
c9e5bcb276 Accept new baselines 2016-06-15 09:35:45 -07:00
Anders Hejlsberg
28b241e615 Add regression test 2016-06-15 09:28:45 -07:00
Anders Hejlsberg
6366a6d6a3 Remove String, Number, and Boolean from TypeFlags.Falsy 2016-06-15 09:28:28 -07:00
Andy Hanson
8a025fcff4 Use helper functions to simplify range tests 2016-06-15 09:05:15 -07:00
Herrington Darkholme
85434c59fc accept baselines 2016-06-15 20:55:50 +08:00
Herrington Darkholme
386fa3e1f6 improve error message for extending interface 2016-06-15 20:54:56 +08:00
Daniel Rosenwasser
74a784c8be Accepted baselines. 2016-06-14 22:38:35 -07:00
Mohamed Hegazy
da3333e967 Clear out unused compiler options when transpiling 2016-06-14 19:24:38 -07:00
Daniel Rosenwasser
52a96ac819 Always check type assertion types. 2016-06-14 19:13:32 -07:00
Daniel Rosenwasser
f786c5c187 Accepted baselines. 2016-06-14 19:03:00 -07:00
Daniel Rosenwasser
14c2bcf73a Added tests. 2016-06-14 19:02:47 -07:00
Mohamed Hegazy
38c89af6b2 Merge pull request #9174 from Microsoft/Fix9173
Fix #9173: clear out lib and types before creating a program in transpileModule
2016-06-14 18:05:06 -07:00
Mohamed Hegazy
784a76530c Fix #9173: clear out lib and types before creating a program in transpileModule 2016-06-14 17:44:57 -07:00
Daniel Rosenwasser
82b385f331 Accepted baselines. 2016-06-14 15:15:42 -07:00
Anders Hejlsberg
a3635ccd8b Merge branch 'master' into typeGuardDiscriminants
# Conflicts:
#	src/compiler/binder.ts
#	src/compiler/checker.ts
2016-06-14 13:08:17 -07:00
Daniel Rosenwasser
c9bab058d5 Check tuple types when getting the type node's type. 2016-06-14 13:06:28 -07:00
Sheetal Nandi
30b387183c Merge branch 'master' into removeDotToken 2016-06-14 12:07:20 -07:00
Nathan Shively-Sanders
7890fd58b9 Merge pull request #9088 from Microsoft/add-members-to-variable-declarations-initialised-with-function-expressions
Add members to variable declarations initialised with function expressions
2016-06-14 11:37:36 -07:00
Daniel Rosenwasser
0a1c4c60da Accepted baselines. 2016-06-14 11:36:14 -07:00
Daniel Rosenwasser
5a90c6777a Added tests. 2016-06-14 11:33:41 -07:00
Nathan Shively-Sanders
57f66b8efa Merge pull request #9148 from Microsoft/add-isDefinition-to-references
Add isDefinition to references
2016-06-14 11:12:53 -07:00
Sheetal Nandi
5ea469a8a8 No Need to store dot token when parsing property access expression 2016-06-14 11:02:40 -07:00
Daniel Rosenwasser
8917ddf8a1 Merge pull request #9151 from Microsoft/commonjsShorthands
Fix emit for shorthand properties when they refer to CommonJS exports.
2016-06-14 10:32:20 -07:00
Nathan Shively-Sanders
102a890214 Use isLiteralComputedPropertyDeclarationName 2016-06-14 10:27:36 -07:00
Andy
13a0f5905d Merge pull request #9159 from Microsoft/code_completion_escaping
Code completion escaping
2016-06-14 10:21:40 -07:00
Andy Hanson
6b05ecab5b Fix bug: do unescaping in the right place, so that it only affects escaped javascript identifiers 2016-06-14 09:39:48 -07:00
Nathan Shively-Sanders
7bf40c4935 Add more isDefinition tests and fix computed property bug 2016-06-14 09:39:30 -07:00
Anders Hejlsberg
5ff7c29d40 Add tests 2016-06-14 09:33:56 -07:00
Anders Hejlsberg
00376f42d8 Narrow non-union types to ensure consistent results 2016-06-14 09:33:15 -07:00
Nathan Shively-Sanders
792b23edc2 Make isDefinition required.
For the deprecated getOccurrencesAtPosition, isDefinition is always false.
2016-06-14 08:48:26 -07:00
Andy
c33df015eb Merge pull request #9156 from Microsoft/decorator_metadata_async
Emit 'Promise' decorator metadata return type for async methods
2016-06-14 08:14:50 -07:00
Andy Hanson
1b4b01eed5 Unescape identifiers used in code completion 2016-06-14 08:13:55 -07:00
Andy Hanson
33e4c7a9a3 Respond to PR comment 2016-06-14 06:50:44 -07:00
Andy Hanson
f6cee27af9 Emit 'Promise' decorator metadata return type for async methods 2016-06-14 06:11:00 -07:00
Andy
29b1e796c3 Merge pull request #9140 from Microsoft/navbar_jsdoc
Add test for jsdoc in navigation bar
2016-06-14 05:43:45 -07:00
Andy
b92a8f2b53 Merge pull request #9144 from Microsoft/decorator_metadata_rest_parameter
Fix decorator metadata emit for rest arg with no type
2016-06-14 05:43:24 -07:00
Andy
6eaf7fa51e Merge pull request #9146 from Microsoft/runtests_bail_2.0
Add option to bail out of `jake runtests` when one test fails
2016-06-14 05:42:41 -07:00
Wesley Wigham
9d023a83fe Merge pull request #9090 from weswigham/allow-empty-lists-command-line
Allow empty lists on command line
2016-06-14 00:29:15 -07:00
Daniel Rosenwasser
e8a7e0c0d4 Accepted baselines. 2016-06-13 23:34:00 -07:00
Daniel Rosenwasser
eae289c7b7 Emit 'exports.' if the shorthand is a general export. 2016-06-13 23:33:47 -07:00
Daniel Rosenwasser
d54094c6f7 Accepted baselines. 2016-06-13 23:33:36 -07:00
Daniel Rosenwasser
318e957377 Added tests. 2016-06-13 23:33:23 -07:00
Ryan Cavanaugh
f9923efd09 Merge pull request #9095 from RyanCavanaugh/implicitTypeReferences
Implicit type inclusion changes
2016-06-13 16:33:22 -07:00
Anders Hejlsberg
c90b0fe17d No implicit returns following exhaustive switch statements 2016-06-13 16:20:13 -07:00
Ryan Cavanaugh
90b319fc24 lint 2016-06-13 14:52:41 -07:00
Ryan Cavanaugh
236351d4f0 Add unit test 2016-06-13 14:43:19 -07:00
Ryan Cavanaugh
29f5291453 Refactor 2016-06-13 14:37:07 -07:00
Anders Hejlsberg
ce156460eb Narrow type in case/default sections in switch on discriminant property 2016-06-13 14:29:04 -07:00
Ryan Cavanaugh
b10d93291f Absolute-ify paths in both places 2016-06-13 14:20:31 -07:00
Andy Hanson
7d31bcf87b Add option to bail out of jake runtests when one test fails 2016-06-13 13:35:37 -07:00