Commit graph

15744 commits

Author SHA1 Message Date
Andy Hanson
9e33585a80 Merge branch 'master' into map5 2016-12-27 12:56:05 -08:00
Andy Hanson
3d7b5e6019 Make createMapLike private and rename to createDictionaryObject 2016-12-27 12:46:28 -08:00
Andy Hanson
55552585d0 Add iterators to Map interface, and shim iterators 2016-12-27 12:37:42 -08:00
Vladimir Matveev
77a3dfbcfc tsserver should use newline provided by the host (#13185) 2016-12-27 11:59:56 -08:00
Andy Hanson
8386d491ab Use sparse arrays for number-keyed maps 2016-12-27 11:17:33 -08:00
Ron Buckton
bec32d4721 Merge pull request #13134 from Microsoft/fix13128
Fix non-thenable check for IndexedAccess types
2016-12-27 11:02:40 -08:00
Mohamed Hegazy
f0ad56d86e Ensure test input is unformatted 2016-12-26 11:36:27 -08:00
Mohamed Hegazy
99b958f531 Merge branch 'flowmemo-fix-11676' 2016-12-26 11:26:44 -08:00
Mohamed Hegazy
914bcfd616 Merge branch 'fix-11676' of https://github.com/flowmemo/TypeScript into flowmemo-fix-11676 2016-12-26 11:26:36 -08:00
Mohamed Hegazy
e4b81d0331 Merge pull request #13006 from SaschaNaz/lintfix
Fix latest tslint errors
2016-12-26 11:24:25 -08:00
Mohamed Hegazy
0b125a356e Merge pull request #11990 from HerringtonDarkholme/delete-readonly
fix #11480, disallow delete operator on readonly property or index  signature
2016-12-26 10:35:06 -08:00
flowmemo
eb188d0e24 fix #11676 - lint test 2016-12-24 09:25:14 +08:00
flowmemo
e32c62039e fix #11676 2016-12-24 00:20:46 +08:00
Vladimir Matveev
20097d7961 mark 'failedLookupLocations' as internal (#13139) 2016-12-22 18:35:41 -08:00
Herrington Darkholme
634dff27a1 Update upstream 2016-12-23 10:04:11 +08:00
Ron Buckton
e90742fe1b Merge pull request #13040 from Microsoft/es2015-cleanup
Clean up for ES2015 transforms
2016-12-22 16:31:10 -08:00
Mohamed Hegazy
a71befe062 Merge pull request #13136 from Microsoft/ConditionTraceMessage
Check trace enabled befoe tracing
2016-12-22 15:36:05 -08:00
Ron Buckton
d0b7d4a93f Switch to getApparentType 2016-12-22 15:21:43 -08:00
Mohamed Hegazy
9a0d9d77aa Check trace enabled befoe tracing 2016-12-22 15:14:13 -08:00
Nathan Shively-Sanders
21c04bd027 Merge pull request #11591 from Microsoft/spread-jsx-expression-children
Add spread syntax to JsxExpression
2016-12-22 14:23:57 -08:00
Nathan Shively-Sanders
88ef816a49 Merge branch 'master' into spread-jsx-expression-children 2016-12-22 14:12:44 -08:00
Ron Buckton
decc7c220e Fix non-thenable check for IndexedAccess types 2016-12-22 14:05:03 -08:00
Mohamed Hegazy
b227cf01c9 Merge pull request #11119 from YuichiNukiyama/defult_export_error_message
Change error message for default export in namespace
2016-12-22 12:31:04 -08:00
Ron Buckton
4e4892a46e Merge pull request #12817 from Microsoft/improveAsyncStepping
Improve async stepping
2016-12-22 11:45:49 -08:00
Mohamed Hegazy
94b10f8186 Merge pull request #12667 from bb/patch-1
Normalize 'basePath' in 'parseJsonConfigFileContent'
2016-12-22 11:42:21 -08:00
Mohamed Hegazy
7e98fc71d0 Merge pull request #13111 from SaschaNaz/formatDestruct
Format destructuring by brace format option
2016-12-22 10:23:06 -08:00
Mohamed Hegazy
fbe7a4fb8d Merge pull request #13125 from flowmemo/fix-13114
fix issue #13114
2016-12-22 10:10:42 -08:00
Mohamed Hegazy
e1872dfdaa Merge pull request #13127 from arusakov/old_style_literal_types_in_enums
Disallow old style octal literals in enums
2016-12-22 10:00:33 -08:00
Alexander Rusakov
31abc59d11 Disallow old style octal literals in enums 2016-12-22 19:21:38 +03:00
flowmemo
4886b4248a fix issue #13114 2016-12-22 23:18:12 +08:00
Kagami Sascha Rosylight
a1f88d2fcd format fourslash.ts 2016-12-22 15:23:50 +09:00
Kagami Sascha Rosylight
76c88b59cf union 2016-12-22 13:04:37 +09:00
Kagami Sascha Rosylight
5fb82496fb reposition defaultFormatOption 2016-12-22 12:54:23 +09:00
Kagami Sascha Rosylight
6b48f3b551 cancel getOption 2016-12-22 12:41:35 +09:00
Kagami Sascha Rosylight
ebf46a77e9 merge conflict 2016-12-22 12:37:28 +09:00
Kagami Sascha Rosylight
273a0dbdfe add getOption 2016-12-22 12:33:50 +09:00
Kagami Sascha Rosylight
f65c865957 Merge branch 'master' of https://github.com/SaschaNaz/TypeScript into formatDestruct 2016-12-22 11:04:06 +09:00
Kagami Sascha Rosylight
a7750064aa Merge branch 'master' of https://github.com/Microsoft/TypeScript 2016-12-22 11:03:37 +09:00
Kagami Sascha Rosylight
82be6d1746 Format destructuring by brace format option 2016-12-22 11:03:20 +09:00
Kagami Sascha Rosylight
1f50056570 Merge remote-tracking branch 'refs/remotes/Microsoft/master' 2016-12-22 10:06:49 +09:00
Mohamed Hegazy
c563e83c99 Merge pull request #13092 from SaschaNaz/jsxdangling
Format JSX expression and closing token
2016-12-21 16:43:35 -08:00
Nathan Shively-Sanders
e8b3ff0a1a Merge pull request #12694 from Microsoft/destructuring-initialisers-can-reference-previous-elements
Binding element initialisers can reference previous elements
2016-12-21 16:29:44 -08:00
Kagami Sascha Rosylight
784f29bc83 merge conflict 2016-12-22 09:00:31 +09:00
Mohamed Hegazy
445cf0e213 Merge pull request #13056 from arusakov/improve_diagnostic_message_negative_octal_literal
Improve diagnostic message for negative old style octal literals
2016-12-21 14:37:49 -08:00
Sheetal Nandi
0c2cce565c Merge pull request #13103 from Microsoft/metadataOfClassFromModule
Update current scope when visiting namespace elements
2016-12-21 13:59:31 -08:00
Sheetal Nandi
74a9924db7 Merge pull request #13100 from Microsoft/unusedLocalsInSpread
Do not report error on unused removed property from object spread when its module member
2016-12-21 13:59:05 -08:00
arusakov
23faaff032 isMinusPrefixUnaryExpression() -> isPrefixUnaryExpression() after code review 2016-12-22 00:56:39 +03:00
Alexander Rusakov
db1fda5e77 Improve diagnostic message for negative old style literals 2016-12-22 00:43:15 +03:00
Sheetal Nandi
08e6b1bc48 Update current scope when visiting namespace elements
Fixes #13098
2016-12-21 12:30:59 -08:00
Sheetal Nandi
32c477a448 Test case for metadata type of class from a module 2016-12-21 12:28:29 -08:00