2747 Commits

Author SHA1 Message Date
Cyrus Najmabadi
2de07f3563 Merge branch 'master' into lightMode
Conflicts:
	src/compiler/program.ts
2015-06-04 12:47:12 -07:00
Vladimir Matveev
b76cc37560 added missing semicolon after calling exporter function 2015-06-04 10:52:43 -07:00
Cyrus Najmabadi
2bf19e80c3 Speed up tests by not type-checking lib.d.ts unless the test asks for that. 2015-06-04 01:03:02 -07:00
Jason Freeman
abf18c5a11 Merge branch 'release-1.5' 2015-06-03 17:56:53 -07:00
Jason Freeman
26cf97430e Accept baselines for parenthesized type assertions 2015-06-03 17:22:51 -07:00
Jason Freeman
7a74d9f8d0 Add tests for parenthesized type assertions 2015-06-03 17:22:38 -07:00
Cyrus Najmabadi
f526a1b0ff Merge branch 'master' into taggedAny 2015-06-03 16:47:07 -07:00
Cyrus Najmabadi
b5077bf372 Remove HarnessDiagnostics. Just use the normal ts Diagnostic instead. 2015-06-03 16:28:14 -07:00
Cyrus Najmabadi
7ca13ee945 Check for 'any' only by using the flag, not by checking for instance equality. 2015-06-03 15:06:58 -07:00
Anders Hejlsberg
87d43aa6f5 Merge branch 'master' into circularInstantiatedTypes
Conflicts:
	src/compiler/checker.ts
	src/compiler/types.ts
2015-06-03 14:13:16 -07:00
Jason Freeman
34a5514fef Rename new test 2015-06-03 13:36:52 -07:00
Jason Freeman
9394c5ca04 Add test for object literal methods 2015-06-03 13:36:51 -07:00
Jason Freeman
46da6678ad Return expressions always need to be type checked 2015-06-03 13:36:49 -07:00
Jason Freeman
bf95bff6c1 Merge pull request #3353 from Microsoft/errorMessageTypo
Fix error message typo
2015-06-03 10:54:32 -07:00
Jason Freeman
f390133a12 Rename new test 2015-06-02 18:21:39 -07:00
Jason Freeman
f66b9c5d77 Fix error message typo 2015-06-02 18:13:39 -07:00
Jason Freeman
eb7290eb70 Add test for object literal methods 2015-06-02 18:06:05 -07:00
Mohamed Hegazy
6902b050ca Respond to code review comments 2015-06-02 18:04:05 -07:00
Mohamed Hegazy
c83054cd4b Merge branch 'release-1.5' into filterTranspileDiagnostics 2015-06-02 18:01:05 -07:00
Jason Freeman
1bd7f5274a Return expressions always need to be type checked 2015-06-02 17:34:24 -07:00
Zhengbo Li
ea2c9e876f Merge pull request #3307 from zhengbli/ms_master
Add APIs to provide project info for a given file
2015-06-02 16:31:39 -07:00
Zhengbo Li
a7550dbba1 CR feedback 2015-06-02 15:25:01 -07:00
CyrusNajmabadi
f624c0fd7e Merge pull request #3296 from Microsoft/jsDocClassification
Add syntactic classification for doc comments.
2015-06-02 15:17:39 -07:00
Cyrus Najmabadi
8fcd29f843 Adding tests. 2015-06-02 15:00:39 -07:00
Daniel Rosenwasser
4d8d1cc956 Merge pull request #3347 from Microsoft/irregularExpressionCompletion
Block completion when in the flags of a regular expression
2015-06-02 14:15:47 -07:00
Daniel Rosenwasser
80e055740f Merge pull request #3348 from Microsoft/fixResolutionForFuncExprsClassExprsAndArgumentsForMaster
Fix resolution of named function & class expressions as well as 'arguments' (for master branch)
2015-06-02 13:56:51 -07:00
Cyrus Najmabadi
be97bd250c Merge branch 'master' into jsDocClassification 2015-06-02 13:48:56 -07:00
Daniel Rosenwasser
8b63795a55 Added test where one trailing flag exists. 2015-06-02 13:41:45 -07:00
Daniel Rosenwasser
a71a826b5b Use declared variables to confirm completion. 2015-06-02 13:40:38 -07:00
Daniel Rosenwasser
068a4f3fc3 Accepted baselines. 2015-06-02 13:03:22 -07:00
Daniel Rosenwasser
0229788c65 Added another test. 2015-06-02 13:03:19 -07:00
Daniel Rosenwasser
2b20d3092b Accepted baselines. 2015-06-02 13:03:16 -07:00
Daniel Rosenwasser
e800e29af7 Accepted baselines for the only test that was expected to pass. 2015-06-02 13:01:18 -07:00
Daniel Rosenwasser
21256a9de5 Added tests. 2015-06-02 13:01:15 -07:00
Daniel Rosenwasser
0a3cbe083b Added tests. 2015-06-02 12:58:49 -07:00
Daniel Rosenwasser
d1b3ac7c12 Merge pull request #3288 from Microsoft/fixResolutionForFuncExprsClassExprsAndArguments
Fix resolution of named function & class expressions as well as 'arguments'
2015-06-02 12:57:05 -07:00
Daniel Rosenwasser
dcfe920064 Added leading digit. 2015-06-02 12:36:42 -07:00
Daniel Rosenwasser
465ab147af Fixed test that disturbingly wasn't doing anything. 2015-06-02 12:36:04 -07:00
Zhengbo Li
70675162dc Add tests for projectinfo command 2015-06-01 17:45:28 -07:00
Ron Buckton
f96cf338d9 Merge branch 'release-1.5' into master 2015-06-01 17:40:35 -07:00
Ron Buckton
62ba36908b Added experimentalDecorators flag 2015-06-01 15:01:24 -07:00
Anders Hejlsberg
e336e3ad0a Adding regression test 2015-05-30 18:09:13 -07:00
Anders Hejlsberg
f0ac90f6bd Accepting new baselines 2015-05-30 11:41:33 -07:00
Anders Hejlsberg
a2783edbeb Merge branch 'master' into localTypes 2015-05-30 11:32:59 -07:00
Anders Hejlsberg
143fd5d954 New test and baselines 2015-05-30 09:19:10 -07:00
Jason Freeman
77b46a2c3d Fix JSDoc error code for to avoid duplicate error code 2015-05-29 17:58:43 -07:00
Jason Freeman
171b385237 Fix CRLF issue in baselines 2015-05-29 17:37:54 -07:00
Jason Freeman
1e7c774d71 Update symbol baselines because of things in lib.d.ts moving around 2015-05-29 17:14:55 -07:00
Jason Freeman
059bb18bac Merge branch 'master' of https://github.com/Microsoft/TypeScript into generators
Conflicts:
	src/compiler/diagnosticInformationMap.generated.ts
	src/compiler/diagnosticMessages.json
	tests/baselines/reference/emitArrowFunctionWhenUsingArguments14_ES6.symbols
	tests/baselines/reference/emitArrowFunctionWhenUsingArguments15_ES6.symbols
	tests/baselines/reference/emitArrowFunctionWhenUsingArguments16_ES6.symbols
	tests/baselines/reference/emitArrowFunctionWhenUsingArguments17_ES6.symbols
	tests/baselines/reference/emitArrowFunctionWhenUsingArguments18_ES6.symbols
	tests/baselines/reference/for-of37.symbols
	tests/baselines/reference/for-of38.symbols
	tests/baselines/reference/for-of40.symbols
	tests/baselines/reference/for-of45.symbols
	tests/baselines/reference/for-of50.symbols
	tests/baselines/reference/iterableArrayPattern30.symbols
	tests/baselines/reference/promiseVoidErrorCallback.symbols
	tests/baselines/reference/typedArrays.symbols
2015-05-29 17:14:29 -07:00
Daniel Rosenwasser
4df3d278da Accepted baselines. 2015-05-29 15:16:15 -07:00