Commit Graph

162 Commits

Author SHA1 Message Date
Mohamed Hegazy 873c1df74b Add es6 target 2014-10-11 12:52:42 -07:00
Sheetal Nandi 58cfc985b9 Merge branch 'master' into symbolInfoFormatting 2014-10-08 18:25:42 -07:00
Sheetal Nandi d4e58b2fd9 Code Review feedback 2014-10-07 16:50:53 -07:00
Sheetal Nandi c40f02a248 Merge pull request #817 from Microsoft/renameEnumMember
Fixes the name displayed in the rename dialog to be just symbol name instead of qualified path
2014-10-06 11:57:13 -07:00
Sheetal Nandi 2de4ad0335 Merge pull request #818 from Microsoft/sourceMapRelativeDirName
Fixes incorrect path resolution of sources to sourcemap when the directory paths differ in only case
2014-10-06 11:48:10 -07:00
Sheetal Nandi 4cf78744e3 Added test cases for --outDir option 2014-10-06 11:37:08 -07:00
Sheetal Nandi 468e9b62ba Renamed assertionMessage to messageAtLastKnownMarker in fourslash 2014-10-03 15:53:41 -07:00
Sheetal Nandi 61994a7e62 Show the type information in places where there is no symbol associated 2014-10-03 15:50:38 -07:00
Cyrus Najmabadi 1f045e1227 Adding rename tests. 2014-10-03 15:33:29 -07:00
Sheetal Nandi 710bac6d81 Fix the source map directory resolution with non case sensitive file names 2014-10-03 15:10:12 -07:00
Sheetal Nandi fe8f736207 Enable tests for the case sensitive and non case sensitive path resolution during soucemap path calculation 2014-10-03 15:07:18 -07:00
Cyrus Najmabadi 2a8b9ef21f Support rename in comments and strings. 2014-10-03 14:53:50 -07:00
Sheetal Nandi 71b77106a8 Add test case to verify the definition name and container name
Rename dialog will use this name and scope name returned
2014-10-03 14:51:22 -07:00
Daniel Rosenwasser ffef437320 Merge pull request #799 from Microsoft/stopBlindlyColoring
Values sharing names with interfaces no longer classified as interfaces
2014-10-01 17:42:15 -07:00
Daniel Rosenwasser a6e991a3db Fixed bug where value-space identifiers got classified as interfaces when sharing the same name as an interface. 2014-10-01 12:44:17 -07:00
Jason Freeman b2bca72bb6 Fix argumentCount and selectedItemIndex 2014-09-30 17:13:57 -07:00
Jason Freeman a89710471d Add test for empty arguments and arity filtering 2014-09-30 17:13:53 -07:00
Sheetal Nandi c0138d1fdc Enable signature help docComment testing 2014-09-30 17:10:12 -07:00
Sheetal Nandi df423369f1 Overload formatting in the symbol displaying 2014-09-30 17:10:08 -07:00
Sheetal Nandi 743046bf45 Use SymbolDisplayParts api 2014-09-30 17:08:52 -07:00
Sheetal Nandi d1a09da676 Get the JSDoc comments for the symbols
This also fixed type formatting for single function signatures in the types
2014-09-30 17:06:04 -07:00
Mohamed Hegazy e49ff08922 Merge pull request #763 from Microsoft/protectedCompletion
Protected completion
2014-09-30 13:32:46 -07:00
Mohamed Hegazy 4227e58b82 Show marker names in fourslash test failures 2014-09-26 14:37:42 -07:00
Cyrus Najmabadi 42f162ec83 Adjust sig help implementation to match the new simpler sig help API. 2014-09-26 11:10:46 -07:00
Ingvar Stepanyan fe5883ba01 Prevent non-TypeScript (HTML/JSON/...) files from being added to test suite. 2014-09-26 17:06:07 +03:00
Cyrus Najmabadi 236b70b40b Merge branch 'master' into classifiedSigHelp
Conflicts:
	src/services/services.ts
	src/services/signatureHelp.ts
2014-09-25 14:27:42 -07:00
Cyrus Najmabadi c87615aba9 Switch signature help over to using display parts. This allows for classified sig help on the editor side. 2014-09-24 23:44:13 -07:00
Mohamed Hegazy d07b845295 Merge branch 'master' into cleanup 2014-09-24 13:25:22 -07:00
Mohamed Hegazy 1fe4a52d7c Fix failure in tests. 2014-09-24 13:01:21 -07:00
Jason Freeman 22e989795d Merge branch 'master' into sigHelp
Conflicts:
	src/compiler/checker.ts
	src/compiler/types.ts
	src/services/services.ts
2014-09-24 10:47:41 -07:00
Jason Freeman 8f602804a3 Respond to PR comments 2014-09-23 15:34:42 -07:00
Daniel Rosenwasser 4c87375078 Merge branch 'master' into braceYourselves 2014-09-23 08:25:28 -07:00
Jason Freeman 927bab6565 Enable fourslash signature help tests 2014-09-22 15:03:40 -07:00
Mohamed Hegazy 95394220b4 Merge branch 'release-1.1'
Conflicts:
	Jakefile
	src/compiler/tsc.ts
2014-09-22 14:55:28 -07:00
Daniel Rosenwasser 8202150b58 Fixed fourslash bug for adjacent braces, courtesy of @mhegazy. 2014-09-22 11:12:40 -07:00
Mohamed Hegazy d7573d3e81 Remove unused third party tools 2014-09-18 11:49:40 -07:00
Cyrus Najmabadi 2eb14aa7ca Merge branch 'master' into getRenameInfo
Conflicts:
	src/services/services.ts
2014-09-17 15:36:26 -07:00
Cyrus Najmabadi 7320a189f1 Adding rename tests. 2014-09-17 15:19:20 -07:00
Jason Freeman b1f243d814 Merge branch 'release-1.1'
Conflicts:
	src/harness/harness.ts
	tests/baselines/reference/typeName1.errors.txt
2014-09-17 14:10:47 -07:00
Yui T 9ee63fa21d Merge branch 'master' into getEmitOutput
Conflicts:
	src/services/services.ts
2014-09-16 17:40:38 -07:00
Yui T e75a1e3694 Change getEmitOutputBaseline 2014-09-16 15:19:41 -07:00
Yui T 54dcf39674 Add getCurrentDirectory and getDefaultLibFilename into interface for host 2014-09-16 13:19:49 -07:00
CyrusNajmabadi f89804e074 Merge pull request #672 from Microsoft/getSyntacticClassifications
Add support for syntactic classification.
2014-09-15 18:56:25 -07:00
Cyrus Najmabadi ebb0beb203 Adding classification tests. 2014-09-15 17:23:38 -07:00
Daniel Rosenwasser 358733fda3 Merge branch 'master' into getOccurrencesLoopBreakContinue 2014-09-15 16:01:05 -07:00
Daniel Rosenwasser 9f7782d392 Added error 'prologue' to each error baseline. 2014-09-12 13:35:07 -07:00
Yui T 0b06ddcc9a Fix getEmitOutput to only output one file except when 'out' flag is specified. Add testcases 2014-09-12 12:57:00 -07:00
Daniel Rosenwasser ee86f8b711 Harness now prints category and code when running tests. 2014-09-11 16:11:08 -07:00
Daniel Rosenwasser dae34875b4 Minor CR feedback addressed. 2014-09-10 18:59:12 -07:00
Yui T 7b0662be9e Remove getDirectory from LanguageServiceShimHost 2014-09-10 15:58:16 -07:00