Commit Graph

20961 Commits

Author SHA1 Message Date
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
Anders Hejlsberg f834caf27a Add tests 2016-12-16 15:01:34 -08: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 739c0838e0 More tests of initialised parameters adding undefined 2016-12-16 13:40:16 -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
Kagami Sascha Rosylight 603ba89309 Merge branch 'master' of https://github.com/Microsoft/TypeScript 2016-12-17 02:06:43 +09: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
Bill Ticehurst b624d47817 Update LKG 2016-12-15 13:46:39 -08:00
Andy f9bcd26f17 Merge pull request #12947 from Microsoft/more_npm_ignore
Add more files to .npmignore
2016-12-15 12:14:22 -08:00
Sheetal Nandi f83e754379 Merge branch 'master' into ownJsonParsing 2016-12-15 11:45:40 -08:00
Bill Ticehurst bfc10ca96a Merge pull request #12937 from Microsoft/makeLibLFOnly
Make line-endings LF only in the /lib dir
2016-12-15 09:39:09 -08:00
Andy Hanson e2138da77e Add more files to .npmignore 2016-12-15 08:40:12 -08:00
Bill Ticehurst 371e4f7bc2 Make line-endings LF only in the /lib dir 2016-12-14 22:03:00 -08:00
Vladimir Matveev 366dfc052f expose parseCommandLine (#12934) 2016-12-14 21:53:33 -08:00
Bill Ticehurst cb6bf11e71 Merge pull request #12930 from Microsoft/port12803
Fix __awaiter helper for IE8 compat
2016-12-14 15:58:08 -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
Mohamed Hegazy 52f4571497 Merge pull request #12926 from Microsoft/vladima/getchangerange
allow to compute change ranges only for snapshots from the same script version cache
2016-12-14 15:11:20 -08:00
Anders Hejlsberg a597d3c266 Accept new baselines 2016-12-14 15:03:13 -08:00
Vladimir Matveev 321b23525a remove debugger statement 2016-12-14 15:01:46 -08:00
Anders Hejlsberg 6cd7454a9b Add tests 2016-12-14 14:59:10 -08:00
Anders Hejlsberg f58e1a2b17 Map both declared properties and string index signatures 2016-12-14 14:59:00 -08:00
Mohamed Hegazy a7c0b250c4 Merge pull request #12925 from Microsoft/normalizeLibFileLineEndings
Normalize line endings for lib files while building them
2016-12-14 14:54:31 -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
Mohamed Hegazy 8290f8bf42 Normalize line endings for lib files while building them 2016-12-14 14:40:04 -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
Daniel Rosenwasser a01c195b4b Accepted baselines. 2016-12-14 12:53:19 -08:00
Daniel Rosenwasser dd0a3809d6 Added a tests for super property accesses within super calls of derived classes. 2016-12-14 12:48:02 -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 3fc94bbd3b Rename Tests 2016-12-14 10:38:00 -08:00