Commit Graph

12444 Commits

Author SHA1 Message Date
Mohamed Hegazy dfb5091a5c Merge branch 'master' into literalTypesAlways 2016-09-08 14:47:40 -07:00
Nathan Shively-Sanders 1bc61c77aa Enum literal is assignable to enum, even inside union
Previously, only number literals were assignable to enums inside unions.
2016-09-08 14:41:35 -07:00
Andy Hanson ae65a41e2a A shorthand ambient module should be considered as possibly exporting a value. 2016-09-08 14:05:04 -07:00
Mohamed Hegazy 76fe6e46ce Use shorthand properties 2016-09-08 14:00:52 -07:00
Mohamed Hegazy 05882ffa7f Merge branch 'useBaselinesForQuickInfoTests' into literalTypesAlways 2016-09-08 13:28:21 -07:00
Zhengbo Li 2b8d96371e Avoid circular references in core.ts (#10783) 2016-09-08 13:26:01 -07:00
Mohamed Hegazy 069c10ca83 Use baselines for quick info tests to ease updates 2016-09-08 12:55:58 -07:00
Andy Hanson 9ae98d6a37 Fix bug: return undefined, not false 2016-09-08 12:49:58 -07:00
Nathan Shively-Sanders 3b40affeb7 Number is assignable to enum, even inside union
Previously, numbers were not assignable to enums that were inside a
union
2016-09-08 11:16:45 -07:00
Andy Hanson 87ae723b52 For JSX text, construct a single literal node "foo bar" instead of "foo" + " " + "bar". 2016-09-08 09:54:39 -07:00
Andy 7f84953347 Merge pull request #10753 from Microsoft/services_modules_2
Break many functions out of services.ts and into their own modules.
2016-09-08 09:49:00 -07:00
Andy Hanson a8eb4a20df Also decode entities when emitting attributes. Also, lexer should not process string escapes in jsx attributes. 2016-09-08 07:57:06 -07:00
Andy Hanson eea03801e0 When emitting react code, replace HTML numeric entities with their encoded characters 2016-09-08 07:57:06 -07:00
Kanchalai Tanglertsampan 9d63c5a35e Only emit comment once for export enum declaration 2016-09-07 18:02:45 -07:00
Daniel Rosenwasser f11c64648a Added missing semicolons. 2016-09-07 17:30:51 -07:00
Kanchalai Tanglertsampan a49ce91e00 Only emit comment only once in module declaration with identifier path name 2016-09-07 16:59:22 -07:00
Nathan Shively-Sanders 874846a534 Merge pull request #10749 from fabiancook/master
Allow Infinity and NaN to be used as an Enum property identifier
2016-09-07 15:50:18 -07:00
Daniel Rosenwasser 25f95559cf Merge branch 'master' into useReturnedThisFromSuperCalls 2016-09-07 15:42:45 -07:00
Fabian Cook 5714440fff Correct strings based on linting rules 2016-09-08 09:52:07 +12:00
Andy Hanson c3e63ee1f1 Move allocators.ts to services.ts, meaning.ts to utilities.ts, and transpile functions to a new file transpile.ts 2016-09-07 14:28:08 -07:00
Fabian Cook 98ac4e4c51 Allow -Infinity as an enum property name 2016-09-08 09:21:34 +12:00
Yui T 60b382d1b3 Correct emit comment for decorated class declaration 2016-09-07 13:54:52 -07:00
Daniel Rosenwasser b11db57c32 Mark constructors as this-capturing if they are defined in a derived class. 2016-09-07 12:23:06 -07:00
Andy Hanson 67c2ed6199 Update Jakefile 2016-09-07 12:05:21 -07:00
Andy Hanson 69b0b5600d Factor out getRenameInfo 2016-09-07 12:00:44 -07:00
Richard Knoll 1e2abc8cb6 Merge pull request #10674 from Microsoft/glob_outdir_bug
#10585 Do not exclude outDir if exclude is given
2016-09-07 11:38:36 -07:00
Andy Hanson 2d64a2300f Merge branch 'master' into services_modules_2 2016-09-07 11:36:16 -07:00
Mohamed Hegazy 56c37ec9d9 Merge branch 'master' into literalTypesAlways 2016-09-07 11:29:03 -07:00
Mohamed Hegazy 9ee897af4b Fix #10755: remove uses of package as an identifier name 2016-09-07 11:07:44 -07:00
Mohamed Hegazy 5c72a32c64 Expose getCombinedNodeFlags and getCombinedModifierFlags 2016-09-07 10:52:22 -07:00
Mohamed Hegazy b5f790bc5a Export type ModifiersArray 2016-09-07 10:51:58 -07:00
Anders Hejlsberg 6f06d0631d Simplify tracking of top-level type inferences 2016-09-07 09:30:44 -07:00
Andy Hanson f6f7a78d89 Optimize 'getSourceFile' to only get the source file once. 2016-09-07 09:29:38 -07:00
Andy Hanson 4d6bd9df72 Break many functions out of services.ts and into their own modules. 2016-09-07 09:22:11 -07:00
Fabian Cook 088da9ea9d Allow Infinity and NaN to be used as an Enum property identifier 2016-09-08 01:53:53 +12:00
Anders Hejlsberg 31a94fc0ee Cleaning up InferenceContext 2016-09-07 06:39:32 -07:00
Anders Hejlsberg b9fa0af54c Fixing the fix 2016-09-06 18:44:20 -07:00
Anders Hejlsberg ad1c9b91e5 Fix merge issue 2016-09-06 18:26:09 -07:00
Anders Hejlsberg b33e49972f Merge branch 'master' into literalTypesAlways
# Conflicts:
#	tests/baselines/reference/awaitBinaryExpression1_es6.types
#	tests/baselines/reference/awaitBinaryExpression2_es6.types
#	tests/baselines/reference/awaitBinaryExpression3_es6.types
#	tests/baselines/reference/awaitBinaryExpression4_es6.types
#	tests/baselines/reference/awaitBinaryExpression5_es6.types
#	tests/baselines/reference/awaitCallExpression1_es6.types
#	tests/baselines/reference/awaitCallExpression2_es6.types
#	tests/baselines/reference/awaitCallExpression3_es6.types
#	tests/baselines/reference/awaitCallExpression4_es6.types
#	tests/baselines/reference/awaitCallExpression5_es6.types
#	tests/baselines/reference/awaitCallExpression6_es6.types
#	tests/baselines/reference/awaitCallExpression7_es6.types
#	tests/baselines/reference/awaitCallExpression8_es6.types
#	tests/baselines/reference/classExpressionWithStaticProperties1.types
#	tests/baselines/reference/classExpressionWithStaticProperties2.types
2016-09-06 18:06:37 -07:00
Richard Knoll 68f0f67690 Using existing test for outDir and removing new ones 2016-09-06 17:46:54 -07:00
Richard Knoll b4a6e02ca0 Merge remote-tracking branch 'origin/master' into glob_outdir_bug 2016-09-06 17:37:51 -07:00
Richard Knoll 5913a350d7 Updating method name that changed in master 2016-09-06 17:34:41 -07:00
Anders Hejlsberg ff3b627ca6 Less widening of literal types in type inference 2016-09-06 17:25:02 -07:00
Richard Knoll b7071c1682 Merge remote-tracking branch 'origin/master' into go_to_implementation_pr 2016-09-06 17:17:33 -07:00
Kanchalai Tanglertsampan 4685646281 Merge branch 'master' of https://github.com/microsoft/TypeScript 2016-09-06 17:14:36 -07:00
Richard Knoll 9c562f867d Handle multiple return statements that implement interface 2016-09-06 17:14:21 -07:00
Richard Knoll 66f30c9841 PR feedback 2016-09-06 17:04:09 -07:00
Zhengbo Li bef6a668ad Add a rule to toggle space after opening brace and before closing brace (#10447)
* Add a rule to toggle space after opening brace and before closing brace

* Make the added format option optional

* Fix merge issues
2016-09-06 16:15:13 -07:00
Ron Buckton 9d4219acf1 Adjust overloads to fix #10524. 2016-09-06 15:23:11 -07:00
Richard Knoll 3ccc58c37d Merge remote-tracking branch 'origin/master' into go_to_implementation_pr 2016-09-06 14:11:38 -07:00