Nathan Shively-Sanders
8b093128b3
Merge pull request #9036 from Microsoft/primitive-type-guards-are-order-independent
...
Primitive type guards are order independent
2016-06-13 10:52:06 -07:00
Mohamed Hegazy
6f63799151
Merge pull request #9129 from plantain-00/minor_fix_add_missing_return_clause
...
minor fix: add missing return clause
2016-06-13 10:21:17 -07:00
Yui
fb050f17f6
Use camel-case instead of snake-case ( #9134 )
2016-06-13 09:23:37 -07:00
york yao
61534225e5
minor fix: add missing return clause
2016-06-13 18:48:39 +08:00
Mohamed Hegazy
97d7aa5fb5
Merge pull request #9042 from Microsoft/ES6ModulesES5Target
...
Fix #6319 : Add support for `--t: es5` and `--m es6`
2016-06-10 10:23:39 -07:00
Andy Hanson
d973f4d701
Merge branch 'master' into shorthand_ambient_module
2016-06-10 06:08:16 -07:00
Andy Hanson
ff6e025e8a
Merge branch 'master' into shorthand_ambient_module
2016-06-10 06:03:54 -07:00
Jonathan Toland
6923cba29a
Update more diagnostic messages ES6->2015
...
Fix #8996 CC @mhegazy.
2016-06-09 18:06:35 -10:00
Nathan Shively-Sanders
2b46656b4a
Merge pull request #9061 from Microsoft/fix-this-resolution-in-parameter-initializers
...
Fix this resolution in parameter initializers
2016-06-09 16:20:45 -07:00
Nathan Shively-Sanders
86a6959e2a
Merge branch 'master' into primitive-type-guards-are-order-independent
2016-06-09 15:56:34 -07:00
Nathan Shively-Sanders
a1e4b31d16
Allow null/undefined guard with null/undefined on left
...
Also add a test with baselines.
2016-06-09 15:48:35 -07:00
Sheetal Nandi
a4991b9e98
Merge pull request #9057 from Microsoft/sourceRootWithInlineSources
...
Allow --sourceRoot with --inlineSources option
2016-06-09 15:38:21 -07:00
Nathan Shively-Sanders
e307295fb9
Resolve function-this in parameter initialisers when explicitly provided
2016-06-09 15:20:51 -07:00
Yui
574a64dec9
Fix7334 Disallow async in functionExpression and ArrowFunction ( #9062 )
...
* Error when using async modifier in function-expression and arrow-function when target es5
* Add tests and baselines
2016-06-09 15:01:08 -07:00
Andy
9ffd00d6ff
Merge pull request #8939 from Microsoft/pattern_ambient_modules
...
Allow wildcard ("*") patterns in ambient module declarations
2016-06-09 13:08:02 -07:00
Andy Hanson
a88366d338
Merge branch 'master' into shorthand_ambient_module
2016-06-09 12:52:15 -07:00
Andy
302cea85ec
Merge pull request #9054 from Microsoft/quick_info_meaning
...
Use proper method of not resolving alias
2016-06-09 12:37:05 -07:00
Nathan Shively-Sanders
0c64b0c24e
this in parameter initializers resolves to class
...
Accept baselines now that the test passes.
2016-06-09 12:30:28 -07:00
Sheetal Nandi
b521fd55a4
Allow --sourceRoot with --inlineSources option
...
Fixes #8445
2016-06-09 11:51:53 -07:00
Andy Hanson
75c1d77606
Merge branch 'master' into shorthand_ambient_module
2016-06-09 11:43:18 -07:00
Andy
512c6719ae
Merge pull request #8895 from Microsoft/strip_extension
...
Allow an import of "foo.js" to be matched by a file "foo.ts"
2016-06-09 11:38:26 -07:00
Andy Hanson
03371c0e6f
Improve perf
2016-06-09 11:12:12 -07:00
Andy Hanson
5e72b8a098
Undo change
2016-06-09 10:58:38 -07:00
Andy Hanson
7a2ef428cd
Contextually type return statement in async function
2016-06-09 10:55:45 -07:00
Andy
75b82938f5
Merge pull request #8988 from Microsoft/transpile_options
...
Support using string values in enums for CompilerOptions in transpile
2016-06-09 09:04:23 -07:00
Andy Hanson
9ef9b743d1
Fix module loading error
...
(commandLineOptions_stringToEnum would be undefined if optionDeclarations wasn't loaded yet)
2016-06-09 08:22:58 -07:00
Andy Hanson
b08fe6f4f6
Use proper method of not resolving alias
2016-06-09 08:00:21 -07:00
Anders Hejlsberg
9e122909d4
Merge pull request #9031 from Microsoft/typeGuardIntersectionTypes
...
Type guard intersection types
2016-06-08 22:14:19 -07:00
Mohamed Hegazy
6446827886
addExportToArgumentListKind
2016-06-08 16:54:24 -07:00
Mohamed Hegazy
8360bc7961
Add handleing for classes
2016-06-08 16:43:56 -07:00
Anders Hejlsberg
b3c5c1db23
Merge pull request #9013 from Microsoft/typeGuardNestedAssignment
...
Allow nested assignments in type guards
2016-06-08 16:26:07 -07:00
Anders Hejlsberg
aeb1d97ced
Merge pull request #8949 from Microsoft/strictNullLogicalAnd
...
Improve typing of && operator with --strictNullChecks
2016-06-08 16:24:51 -07:00
Wesley Wigham
454ab50851
Merge pull request #9035 from weswigham/patch-6
...
Remove Completed TODO
2016-06-08 16:00:41 -07:00
Nathan Shively-Sanders
7c1b28f2cb
Allow primitive type guards with typeof on right
...
Previously, only type guards of the form `typeof x === 'string'` were
allowed. Now you can write `'string' === typeof x`.
2016-06-08 15:55:08 -07:00
Zhengbo Li
8f39f0574d
Merge pull request #9032 from zhengbli/printTrace
...
Return trace when exception happens
2016-06-08 15:46:48 -07:00
Wesley Wigham
5a0ae4ad22
Remove Long-Done TODO
...
AFAIK, the harness sources have been concatenated into `run.js` for as long as I've known. This stops executing them twice (and in turn makes debugging tests much easier, since you no longer have to debug into eval'd code).
2016-06-08 15:31:03 -07:00
Zhengbo Li
de8ddd6e14
Return trace when exception happens
2016-06-08 14:42:53 -07:00
Mohamed Hegazy
17b5415f8c
Merge pull request #8428 from Microsoft/stringLiteralCompletions
...
Add support for completions inside string literals
2016-06-08 14:42:48 -07:00
Mohamed Hegazy
6b8109a501
Merge pull request #8850 from Microsoft/reorderOptions
...
Reorder options alphabetically
2016-06-08 13:35:00 -07:00
Mohamed Hegazy
d36d2b3eaa
Merge pull request #8771 from YuichiNukiyama/fix8505
...
add SharedArrayBuffer
2016-06-08 13:27:09 -07:00
Mohamed Hegazy
cc5dd5bf79
Add comments
2016-06-08 13:22:15 -07:00
Yui
899f667544
Recognize relative path using in outDir property ( #9025 )
...
* Recognize relative path using in outDir property
* Add projects tests
* Add project .json files
* Update baselines
2016-06-08 13:20:47 -07:00
Mohamed Hegazy
9027da4d17
Merge branch 'master' into stringLiteralCompletions
2016-06-08 13:19:12 -07:00
Nathan Shively-Sanders
179d42323a
Merge pull request #9010 from Microsoft/merge-jsdoc-of-assignment-and-function-expression
...
Merge JSDoc of assignments from function expressions
2016-06-08 13:03:03 -07:00
Mohamed Hegazy
7eb5f4b179
Remove comments
2016-06-08 12:49:50 -07:00
Mohamed Hegazy
97270ceb03
Merge branch 'master' into reorderOptions
2016-06-08 12:40:26 -07:00
Anders Hejlsberg
83971d0900
Create intersection types in type guards for unrelated types
2016-06-08 10:51:32 -07:00
Zhengbo Li
cdf4cded15
Merge pull request #9002 from zhengbli/moreTsserverTests
...
Add tests for tsserver project system
2016-06-07 21:56:09 -07:00
Anders Hejlsberg
6a243e3d1d
Allow nested assignments in type guards
2016-06-07 17:37:03 -07:00
Vladimir Matveev
8b7fb8e7e8
Merge pull request #8739 from evansb/fix-8738
...
Fix #8738 : Handles Re-assignment of Exported Clause Member
2016-06-07 16:23:02 -07:00