Commit Graph

19046 Commits

Author SHA1 Message Date
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
Anders Hejlsberg e569edd8e6 Add regression test 2016-12-20 10:27:34 -08:00
Anders Hejlsberg 47bcfb3ddb Guard against missing constraint in getModifiersTypeFromMappedType 2016-12-20 10:27:08 -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
Ron Buckton fa53eb150e Improve hierarchy fact tracking 2016-12-19 17:22:41 -08:00
Sheetal Nandi 73a829279a Support union of non identifier serialized type node with null/undefined/never 2016-12-19 16:50:17 -08:00
Ron Buckton 4f863e8817 Merge branch 'master' into es2015-cleanup 2016-12-19 14:31:31 -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
Mohamed Hegazy c05b73328c Merge pull request #12990 from Microsoft/mappedTypeStringIndexAny
Make mapped types assignable to objects with 'any' string index signature
2016-12-19 12:24:00 -08:00
Ron Buckton 87eeb577a3 Merge branch 'master' into asyncGenerators 2016-12-19 11:51:52 -08:00
Ron Buckton 5f32d3ba03 Merge branch 'master' into es6-new-target 2016-12-19 11:39:33 -08:00
Ron Buckton 97f48e8fe7 PR cleanup 2016-12-19 11:29:52 -08:00
Kagami Sascha Rosylight 67e1fd8403 next again 2016-12-20 03:47:55 +09:00
Kagami Sascha Rosylight 1a6e43d6ab Merge branch 'master' of https://github.com/Microsoft/TypeScript into lintfix 2016-12-20 03:46:14 +09:00
Mohamed Hegazy e3925db2d6 Merge pull request #13028 from Microsoft/fixTslintVersion
Fix tslint version
2016-12-19 10:34:57 -08:00
Mohamed Hegazy 994273dd72 Fix tslint version 2016-12-19 10:24:46 -08:00
Kagami Sascha Rosylight 1f79741732 needless newline 2016-12-20 03:14:50 +09:00
Kagami Sascha Rosylight 2a941a7222 inline length 2016-12-20 03:12:35 +09: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
Kagami Sascha Rosylight 27ed5b8504 remove preferConstRule.ts 2016-12-19 13:30:32 +09:00
Kagami Sascha Rosylight 27a60e4580 fix linting errors 2016-12-18 15:44:54 +09:00
Anders Hejlsberg 4a8f340b5e Accept new baselines 2016-12-16 15:02:04 -08:00