Commit Graph

23471 Commits

Author SHA1 Message Date
Herrington Darkholme 2fb51e7112 address code review feedback 2016-12-22 10:07:20 +08:00
Herrington Darkholme b8648fa9f6 add tests for non primitive type 2016-12-22 10:06:42 +08:00
Herrington Darkholme ce4c95f332 fix error reporting 2016-12-22 10:06:40 +08:00
Herrington Darkholme db9dd387b1 enable parsing 2016-12-22 10:05:06 +08:00
Herrington Darkholme ebe2fdb4c8 Fix #1809, introduce non primitive type 2016-12-22 10:04:24 +08: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
Nathan Shively-Sanders e0bf73f79e Remove old add-undefined code in getTypeOfParameter 2016-12-21 15:31:17 -08:00
Ron Buckton 4620fbd551 PR Feedback 2016-12-21 15:14:34 -08:00
Nathan Shively-Sanders 3b1309d53f Test parameter initialisation narrowing rules 2016-12-21 14:58:44 -08:00
Nathan Shively-Sanders 6543048097 Change narrowing rules for parameter initialisers
They don't narrow the parameter type, except to remove undefined,
and only if the initialiser type doesn't include undefined.
2016-12-21 14:57:39 -08: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 236e15ac17 Merge branch 'master' into ownJsonParsing 2016-12-21 12:36:28 -08: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
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
Sheetal Nandi 62426de220 Nit: Moving type aliases for serialized type nodes as per feedback 2016-12-21 12:11:52 -08:00
Sheetal Nandi 14cce29250 Do not report error on unused removed property from object spread
Fixes #13076
2016-12-21 11:46:09 -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 61c742ad6a Update tests 2016-12-21 10:51:57 -08:00
Nathan Shively-Sanders cee708df89 Remove undefined when checking patterns in function declarations 2016-12-21 10:50:38 -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 2576ea1cf5 fix linter alert 2016-12-21 22:16:00 +09:00
Kagami Sascha Rosylight ba7c1a13c3 do not insert space after function expressions 2016-12-21 21:54:40 +09:00
Kagami Sascha Rosylight a4ec7d66eb unindent dangling closing token 2016-12-21 21:50:45 +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
Kagami Sascha Rosylight bc59d6242b format [P in keyof T] 2016-12-21 21:01:28 +09:00
Kagami Sascha Rosylight 54fb29b8b8 format generic type alias 2016-12-21 21:01:03 +09:00
Kagami Sascha Rosylight cddc72a25e always give container 2016-12-21 20:58:52 +09:00
Vladimir Matveev 1045f3bffb detach root files on project close if project language service is disabled (#13077) 2016-12-20 19:25:25 -08: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
Andy Hanson bf94a4ae41 Change function name 2016-12-20 12:39:56 -08:00
Ron Buckton b0faa92624 Merge branch 'es2015-cleanup' into asyncGenerators 2016-12-20 11:41:40 -08:00
Anders Hejlsberg f3ad09a6f6 Merge pull request #13061 from Microsoft/fixMappedTypeConstraint
Fix mapped type constraint checking
2016-12-20 08:51:10 -10:00
Ron Buckton c53ae34c56 Merge branch 'es2015-cleanup' into es6-new-target 2016-12-20 10:32:53 -08:00