Andy Hanson
9e33585a80
Merge branch 'master' into map5
2016-12-27 12:56:05 -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
914bcfd616
Merge branch 'fix-11676' of https://github.com/flowmemo/TypeScript into flowmemo-fix-11676
2016-12-26 11:26:36 -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
Herrington Darkholme
634dff27a1
Update upstream
2016-12-23 10:04:11 +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
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
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
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
82be6d1746
Format destructuring by brace format option
2016-12-22 11:03:20 +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
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
Sheetal Nandi
32c477a448
Test case for metadata type of class from a module
2016-12-21 12:28:29 -08:00
Sheetal Nandi
4cbb50a00c
Merge pull request #13034 from Microsoft/unionWithNull
...
Add serialization of typenode for null/undefined/never as part of metadata type
2016-12-21 12:21:55 -08:00
Mohamed Hegazy
e9da643518
Merge pull request #13090 from SaschaNaz/maptype
...
Format mapped type
2016-12-21 11:08:10 -08:00
Nathan Shively-Sanders
6281d1dd18
Merge pull request #12982 from Microsoft/jsdoc-instantiate-signature-with-function-arg
...
JSDoc functions are now in scope for instantiation
2016-12-21 10:42:11 -08:00
Vladimir Matveev
330cceda17
cache results of module resolution for non-relative module names ( #13047 )
...
* cache results of module resolution for non-relative module names
* use cache to short-circuit failures
2016-12-21 10:02:28 -08:00
Sheetal Nandi
32568b3fc2
Test case when module member is object spread pattern
2016-12-21 09:45:04 -08:00
Kagami Sascha Rosylight
ba7c1a13c3
do not insert space after function expressions
2016-12-21 21:54:40 +09:00
Kagami Sascha Rosylight
c28625f45b
merge conflict
2016-12-21 21:03:43 +09:00
Kagami Sascha Rosylight
f4c33aaec4
indent inside mapped type
2016-12-21 21:01:47 +09:00
Mohamed Hegazy
c90af3aa94
Merge pull request #13045 from aochsner/fix-12234
...
space-before-function-paren
2016-12-20 16:13:19 -08:00
Daniel Rosenwasser
6c60bfc4f0
Merge pull request #13072 from DanCorder/fix12218
...
Fix formatting for 'readonly' properties and linter error
2016-12-20 16:10:16 -08:00
Mohamed Hegazy
328a5ef2ba
Merge pull request #13024 from Microsoft/package_json_unsupported_extension
...
Skip files from package.json "main" or "types" if they have an unsupported extension.
2016-12-20 15:44:37 -08:00
Dan Corder
dc94264220
Fix issue 12218 and linter error
2016-12-20 22:32:37 +00:00
Anders Hejlsberg
e569edd8e6
Add regression test
2016-12-20 10:27:34 -08:00
Andrew Ochsner
3b3d71542c
Add InsertSpaceAfterConstructor option & additonal test cases
...
Fixes #12234
2016-12-20 10:05:10 -06:00
Andrew Ochsner
7bf73be7fe
space-before-function-paren
...
Adding option InsertSpaceBeforeFunctionParenthesis
Should be optional
Typically used to support http://eslint.org/docs/rules/space-before-function-paren
Fixes #12234
2016-12-19 23:05:30 -06:00
Sheetal Nandi
73a829279a
Support union of non identifier serialized type node with null/undefined/never
2016-12-19 16:50:17 -08:00
Sheetal Nandi
59403796c7
Add serialization of typenode for null/undefined/never as part of metadata type
...
Fixes #12684 and #11933
2016-12-19 14:17:42 -08:00
Mohamed Hegazy
8ae0376e75
Merge pull request #13016 from arusakov/disallow_old_style_octal_literal_types
...
Disallow old style octal literal types
2016-12-19 13:58:20 -08:00
Vladimir Matveev
0649c2272c
cache per-folder module resolutions during construction of the program ( #13030 )
2016-12-19 13:48:45 -08:00
Andy Hanson
720a3bfa16
Skip files from package.json "main" or "types" if they have an unsupported extension.
2016-12-19 08:10:05 -08:00
arusakov
142a6f6420
Disallow old style octal literal types
2016-12-19 11:49:01 +03:00
Anders Hejlsberg
f834caf27a
Add tests
2016-12-16 15:01:34 -08:00
Nathan Shively-Sanders
8ae9c7de21
JSDoc functions are now in scope for instantiation
...
Previously, `isSymbolInScopeOfMappedTypeParameter` did not understand
JSDoc, so it would cause generic function declarations in JSDoc not be
instantiated.
2016-12-16 09:49:29 -08:00
Ron Buckton
0f78f53780
Merge pull request #12967 from Microsoft/fix12749
...
Do not transform JSX tag names for ES3
2016-12-15 20:50:02 -08:00