Commit Graph

12444 Commits

Author SHA1 Message Date
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
Ron Buckton c53ae34c56 Merge branch 'es2015-cleanup' into es6-new-target 2016-12-20 10:32:53 -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
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 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 27a60e4580 fix linting errors 2016-12-18 15:44:54 +09:00
Anders Hejlsberg 82a2ee6440 Mapped types assignable to objects with 'any' string index signature 2016-12-16 15:01:20 -08:00
Nathan Shively-Sanders 604631881c Add | undefined in .d.ts for initialised params 2016-12-16 13:38:29 -08:00
Nathan Shively-Sanders 8b29e8235f Merge branch 'master' into add-undefined-to-default-valued-parameters 2016-12-16 10:03:01 -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
Ron Buckton 14e05cd937 Fix condition in onSubstituteNode 2016-12-15 16:38:10 -08:00
Ron Buckton 40d08df90b Do not transform JSX tag names for ES3 2016-12-15 16:33:49 -08:00
Vladimir Matveev f034022e25 lift multiple statements into block if necessary (#12965) 2016-12-15 16:31:50 -08:00
Vladimir Matveev 366dfc052f expose parseCommandLine (#12934) 2016-12-14 21:53:33 -08:00
Bill Ticehurst b0f42f04ee Fix __awaiter helper for IE8 compat 2016-12-14 15:45:05 -08:00
Anders Hejlsberg 8265e29038 Merge pull request #12927 from Microsoft/mappedTypesPropsAndIndex
Preserve declared properties when mapping types with index signatures
2016-12-14 15:23:29 -08:00
Vladimir Matveev 321b23525a remove debugger statement 2016-12-14 15:01:46 -08:00
Anders Hejlsberg f58e1a2b17 Map both declared properties and string index signatures 2016-12-14 14:59:00 -08:00
Vladimir Matveev dda24f6d70 allow to compute change ranges only for snapshots from the same script version cache 2016-12-14 14:43:45 -08:00
Daniel Rosenwasser 8e94d84953 Merge pull request #12893 from Microsoft/capturedThisFix
Avoid replacing last statement of derived constructors if 'this' is referenced.
2016-12-14 13:31:08 -08:00
Daniel Rosenwasser 784eac5cbd Indented and-ed expressions. 2016-12-14 12:56:40 -08:00
jramsay 2e97cffe61 Merge pull request #12898 from Microsoft/NavigateToFixForIIFE
NavigateTo is not working correctly for declarations in IIFEs
2016-12-14 10:56:44 -08:00
Arthur Ozga 97f18c9bf5 Cleanup 2016-12-14 10:28:18 -08:00
Arthur Ozga 4af3937e37 Merge branch 'master' into interfaceFixes 2016-12-14 09:35:09 -08:00
Arthur Ozga d75d548470 implicit any for synthesized signature 2016-12-14 09:24:19 -08:00
Arthur Ozga 8be881916b simplify and inline methods 2016-12-14 09:10:51 -08:00
Nathan Shively-Sanders bb6f3ad29a Add parameter initialisers to control flow
Also a little code to emit them in declarations, but this doesn't work
yet.
2016-12-14 08:48:39 -08:00
Arthur Ozga 467381273e refactor fix 2016-12-14 08:41:55 -08:00
Arthur Ozga 3cfac081d5 abstract class expr instantiation and abstract fix works with class expr 2016-12-14 08:40:41 -08:00
Andy 757af496e1 Merge pull request #12862 from Microsoft/neater_checker
Make some code in checker neater
2016-12-14 07:48:40 -08:00
Yuichi Nukiyama 7fce634e85 merge 2016-12-14 23:54:59 +09:00
Yuichi Nukiyama 3be557444d resolve confilict 2016-12-14 23:52:52 +09:00
Yuichi Nukiyama 35331bde87 Merge remote-tracking branch 'tsupstream/master' 2016-12-14 23:26:02 +09:00
Jason Ramsay 97641e7c3c NavigateTo is not working correctly for declarations in IIFEs
Fix: visit the node's children even when the function declaration name is undefined
2016-12-13 16:47:32 -08:00