Commit Graph

805 Commits

Author SHA1 Message Date
Mohamed Hegazy
869b81162f Merge pull request #6019 from Microsoft/sourceMapDestructuring
Fixes for source map of destructuring downlevel syntax
2016-01-11 14:36:28 -08:00
Vladimir Matveev
c1b031aa73 fix linter issues 2016-01-08 22:43:21 -08:00
Vladimir Matveev
5c0d1a8afa added jsx classification support to fourslash and tests 2016-01-08 22:30:26 -08:00
Mohamed Hegazy
54aedf035d Merge pull request #6202 from SaschaNaz/formatTemplateOptional
Optionally insert spaces between template string braces
2016-01-07 13:45:29 -08:00
Vladimir Matveev
36af815bba add optional 'directoryExists' method to hosts to reduce amount of disk probings that are known to fail 2016-01-06 12:37:52 -08:00
Sheetal Nandi
acf54bb416 Merge branch 'master' into sourceMapDestructuring 2015-12-22 16:21:38 -08:00
Nathan Shively-Sanders
abf9961528 Merge branch 'master' into lint-nested-++ 2015-12-22 16:12:07 -08:00
Nathan Shively-Sanders
401a393519 Fix ++/-- lint 2015-12-22 15:45:00 -08:00
Kagami Sascha Rosylight
e97118e569 InsertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces 2015-12-22 18:30:07 +09:00
Daniel Rosenwasser
22856de23a Merge pull request #6140 from Microsoft/noUnused
Apply the 'no-unused-variable' tslint rule to our codebase
2015-12-17 23:56:53 -08:00
Yui T
73911a327d Merge branch 'master' into fix4686_fixrename 2015-12-17 18:35:08 -08:00
Yui T
7499c7c279 Address feedback 2015-12-17 18:34:21 -08:00
Yui T
e4e6f7072d Update assert msg 2015-12-17 17:27:00 -08:00
Daniel Rosenwasser
65571426bf Remove missed unused declaration from 'harness.ts'. 2015-12-17 16:47:00 -08:00
Yui T
5a53c613e4 Add assertion to check that ranges-array is not empty so it doesn't silently fail 2015-12-17 15:51:00 -08:00
Daniel Rosenwasser
50542946f7 Removed unused declarations in 'harness/fourslash.ts'. 2015-12-17 15:12:25 -08:00
Daniel Rosenwasser
125f0a1a23 Removed unused declarations in 'loggedIO.ts'. 2015-12-17 15:03:38 -08:00
Daniel Rosenwasser
4a07ee730a Removed unused declarations in 'compilerRunner.ts'. 2015-12-17 15:02:20 -08:00
Daniel Rosenwasser
3dee60f6ef Removed unused declarations in 'harnessLanguageService.ts'. 2015-12-17 15:01:48 -08:00
Daniel Rosenwasser
9e801c21ae Removed unused declarations in 'harness.ts'. 2015-12-17 15:01:05 -08:00
Sheetal Nandi
834aa95334 Make changes to baselining breakpoint validation of current file to use default baseline name 2015-12-17 14:00:34 -08:00
Ryan Cavanaugh
6bb62d6daf Merge remote-tracking branch 'upstream/master' into javaScriptPrototypes 2015-12-04 14:12:01 -08:00
Ryan Cavanaugh
bc92e4e9b0 Merge pull request #5596 from RyanCavanaugh/statelessFunctionComponents
Stateless function components in JSX
2015-12-01 14:51:18 -08:00
Sheetal Nandi
0c8aa41b26 Merge pull request #5835 from Microsoft/noEmit
Do not emit files if noEmit is specified
2015-12-01 14:34:28 -08:00
Ryan Cavanaugh
c3b59d156f Merge branch 'master' into javaScriptPrototypes
# Conflicts:
#	src/compiler/binder.ts
#	src/compiler/checker.ts
#	src/harness/fourslash.ts
2015-12-01 14:34:15 -08:00
Ryan Cavanaugh
bafe053925 Merge branch 'master' into statelessFunctionComponents 2015-12-01 14:21:33 -08:00
Sheetal Nandi
322f084370 Merge branch 'master' into noSourcemapNames 2015-11-30 16:27:11 -08:00
Sheetal Nandi
acedf3c247 Do not emit files if noEmit is specified
Handles #5799
2015-11-30 12:46:53 -08:00
Sheetal Nandi
9db441ef16 Update test baselines 2015-11-18 16:09:04 -08:00
Sheetal Nandi
a19307d533 Merge branch 'master' into jsFileCompilation 2015-11-18 11:26:58 -08:00
Wesley Wigham
3fd9eb5637 Merge branch 'master' into compute-common-source-dir 2015-11-17 10:11:37 -08:00
Vladimir Matveev
076d65e1cf addressed PR feedback 2015-11-16 16:23:18 -08:00
Sheetal Nandi
073b69aaf5 Merge branch 'master' into jsFileCompilation 2015-11-16 12:04:42 -08:00
Vladimir Matveev
31bce223d9 switch fourslash to use local test state 2015-11-16 11:50:42 -08:00
Vladimir Matveev
8039909913 remove Tao generation 2015-11-16 10:36:13 -08:00
Vladimir Matveev
762e1eb0a8 cleanup harness code 2015-11-14 13:57:11 -08:00
Wesley Wigham
39ebe81b89 Merge branch 'master' into compute-common-source-dir 2015-11-13 17:56:04 -08:00
Wesley Wigham
e41bfd1ccc fix many lints 2015-11-13 17:43:53 -08:00
Wesley Wigham
bfdb2d0fc9 and somehow all that caused was a lint error 2015-11-13 16:57:17 -08:00
Wesley Wigham
ff95731507 :S 2015-11-13 16:49:16 -08:00
Wesley Wigham
c3c758b4e1 Merge branch 'master' into compute-common-source-dir 2015-11-13 16:40:53 -08:00
Vladimir Matveev
d2d2213584 Merge pull request #5655 from Microsoft/harnessCleanup
cleanup test harness code
2015-11-13 15:30:01 -08:00
Vladimir Matveev
50aab7a05f fix typo 2015-11-13 15:10:16 -08:00
Sheetal Nandi
fc07763499 Merge branch 'master' into jsFileCompilation 2015-11-13 13:44:57 -08:00
Vladimir Matveev
b93feb87be cleanup test harness code 2015-11-13 11:14:51 -08:00
zhengbli
278b35b354 Adding test and comments. Override file content even if already opened. 2015-11-12 11:16:11 -08:00
Wesley Wigham
c3af8bb6cc Merge branch 'master' into compute-common-source-dir 2015-11-11 10:57:36 -08:00
Wesley Wigham
5ea25ba9a0 remove whitespace 2015-11-11 10:57:32 -08:00
Ryan Cavanaugh
9006b44ddf CR feedback 2015-11-10 17:17:30 -08:00
Wesley Wigham
ebd7d2d93e extract method 2015-11-10 16:48:08 -08:00