Commit Graph
626 Commits
Author SHA1 Message Date
Tien Nguyen 013b92c3e7 Use template string to shorten code. 2015-08-06 16:28:45 -07:00
Tien Nguyen 3f3aea1380 Fix mistyped occurrence. 2015-08-06 16:17:19 -07:00
Tien Nguyen 8a943ee56e Merge remote-tracking branch 'microsoft/master' into documentHighlights
Conflicts:
	src/harness/fourslash.ts
2015-08-06 14:35:05 -07:00
Tien Nguyen 91452bf3ae Use combinesPath. 2015-08-06 14:15:00 -07:00
Tien Nguyen 71e6f3a947 Address PR feedback. 2015-08-05 17:09:01 -07:00
Tien Nguyen 8550c7de4e Address feedback. 2015-08-04 15:46:38 -07:00
Tien Nguyen 67d986af43 Fix occurance typo. 2015-08-04 14:20:49 -07:00
Wesley Wigham 5324f8bf4c Fix new linter errors 2015-08-04 13:38:00 -07:00
Wesley Wigham 91f034669d Conform lint of the future, unify quotations 2015-08-04 13:33:01 -07:00
Wesley Wigham 5a6d476797 Fix as many linter errors as possible 2015-08-04 13:31:25 -07:00
Tien Nguyen d53cfdcb5b Expose document highlighting to server. 2015-08-03 20:45:39 -07:00
Ryan Cavanaugh 7e9e920d1e Merge pull request #4079 from RyanCavanaugh/fixJsxSourceMaps
Correctly emit source maps when emitting JSX text under --jsx preserve
2015-07-30 22:11:14 -07:00
tien ea880e9669 Merge pull request #3904 from hoanhtien/tsconfigTest
Fix bug: fourslash test does not recognize tsconfig.json.
2015-07-30 10:53:51 -07:00
Daniel Rosenwasser 6691ebd638 Parameterize 's' to remove implicit 'any'. 2015-07-30 08:11:14 -07:00
unknown e4a1c97b7d Address comments. 2015-07-29 18:57:48 -07:00
Ryan Cavanaugh d4bb3539e0 Add a source map test for JSX preserve 2015-07-29 14:49:57 -07:00
Ryan Cavanaugh 91d9432ac2 Use arrow functions instead of .bind 2015-07-29 11:33:01 -07:00
Ryan Cavanaugh 6caec671ec Bind console log method so it works in the browser 2015-07-28 18:01:48 -07:00
unknown 90e31adea8 Raise error if mixing tsconfig.json and directives. 2015-07-27 21:02:58 -07:00
Daniel Rosenwasser 3805500e84 Merge pull request #3967 from weswigham/issues/3813
Tests for the Session API
2015-07-23 13:58:07 -07:00
Arthur Ozga 20306551ec Merge pull request #3974 from Microsoft/addReferencesForFourslashInTestDir
Add references for fourslash in test dir
2015-07-23 13:40:41 -07:00
Arthur Ozga d7e6fba4d3 fixed some warts 2015-07-21 16:20:17 -07:00
Wesley Wigham 8e93a49c7b Narrow exported session API, Unit tests for session API 2015-07-21 16:05:03 -07:00
Arthur Ozga 831bc389c2 make RunnerBase abstract 2015-07-21 14:59:39 -07:00
Anders Hejlsberg 2913cb023b Merge branch 'master' into strictObjectLiterals
Conflicts:
	tests/baselines/reference/typeGuardFunction.types
2015-07-19 11:45:25 -07:00
Yui 07af6ca414 Merge pull request #3901 from Microsoft/fixReadingRWC
Fix reading rwc file
2015-07-16 18:34:08 -07:00
Yui T 65a9713d80 Fix reading rwc file 2015-07-16 18:26:46 -07:00
Daniel Rosenwasser ca3c14f8a2 Merge branch 'master' into semanticBindingPropNames
Conflicts:
	src/harness/fourslash.ts
2015-07-15 16:47:07 -07:00
Daniel Rosenwasser 1f6e2ddeac Fixed reporting of problems with tests. 2015-07-15 15:53:11 -07:00
Dan Quirk 26636f5a5c Fix var->let that broke sourcemap baselines 2015-07-14 19:18:57 -07:00
Dan Quirk 2818b2b6fd Minor fixes 2015-07-14 18:54:21 -07:00
Dan Quirk f33a2b06d4 Fix let->var related errors, revert some lets 2015-07-14 18:24:51 -07:00
Dan Quirk cb4577e3e8 var->let and a few misc other fixes 2015-07-14 17:47:07 -07:00
Dan Quirk 53308fe07f Fix semicolon 2015-07-14 17:00:51 -07:00
Dan Quirk 7076e3c9dd Fix most tslint errors in the harness 2015-07-14 16:16:30 -07:00
Anders Hejlsberg 11aecee9a6 Switch to assignability check and fix compiler bugs found by check 2015-07-10 19:16:53 -07:00
Dan Quirk 15a8544bfe Merge master 2015-07-10 18:10:18 -07:00
Dan Quirk 2f15958d32 Use new mocha-fivemat-progress-reporter by default instead of dot reporter 2015-07-10 18:08:19 -07:00
Yui T f16f9d129a Merge branch 'master' of https://github.com/Microsoft/TypeScript into completionListWithLocalName 2015-07-10 11:04:21 -07:00
Dan Quirk 64056005ff Create top level describe block for runners so status is reported at runner level 2015-07-09 18:04:30 -07:00
Tingan Ho 98e6db4798 Fixes fourslash code formatting 2015-07-09 11:16:36 +08:00
Yui T 872fdcf444 Merge branch 'master' into completionListWithLocalName
Conflicts:
	tests/cases/fourslash/renameLocationsForClassExpression01.ts
2015-07-07 15:17:42 -07:00
Yui T f4cd1ac868 Address code review, handle type parameter in completion list inside class expression 2015-07-06 17:03:33 -07:00
Cyrus Najmabadi 1dfcc3ec0e Merge branch 'master' into cancellableDiagnostics
Conflicts:
	src/services/services.ts
	src/services/shims.ts
2015-07-06 15:19:57 -07:00
Yui T 7c52aaa4b8 Merge branch 'master' into completionListWithLocalName
Conflicts:
	src/compiler/checker.ts
2015-07-06 13:35:01 -07:00
Yui T 6da98ce897 Fix comments 2015-07-06 10:51:43 -07:00
Yui T 30796073b4 Update verification function to be able to test that the only symbol with certain kind, document, and text is the completion list 2015-07-01 14:42:27 -07:00
Ron Buckton 4b4a96b9dc Merge branch 'master' into asyncFunctions 2015-07-01 09:27:45 -07:00
Ryan Cavanaugh e1c9d28cb0 Merge pull request #3564 from RyanCavanaugh/jsxAndAs
JSX and `as` operator
2015-06-29 10:54:28 -07:00
Ryan Cavanaugh 634d35a7d0 Merge remote-tracking branch 'upstream/master' into jsxAndAs
Conflicts:
	src/compiler/checker.ts
	src/compiler/diagnosticInformationMap.generated.ts
	src/compiler/diagnosticMessages.json
	src/services/services.ts
2015-06-29 09:23:44 -07:00