Vladimir Matveev
|
ce336bcec7
|
added folding for references to enum members in enum member initializers, added tests
|
2014-10-26 16:40:02 -07:00 |
|
Mohamed Hegazy
|
51e101c55e
|
Merge branch 'master' into letAndConst
|
2014-10-24 10:32:21 -07:00 |
|
Sheetal Nandi
|
4058518bdb
|
Merge pull request #931 from Microsoft/newTreeBreakPoints
New tree break points
|
2014-10-23 15:30:45 -07:00 |
|
Mohamed Hegazy
|
9353c11382
|
Merge branch 'master' into letAndConst
Conflicts:
src/compiler/types.ts
|
2014-10-23 15:01:07 -07:00 |
|
Daniel Rosenwasser
|
06e5f158ca
|
Merge branch 'master' into syntacticClassificationOnNewTree
|
2014-10-22 15:57:03 -07:00 |
|
Sheetal Nandi
|
308670c9ce
|
Implement getNameOrDottedNameSpan for new compiler
|
2014-10-20 23:34:43 -07:00 |
|
Sheetal Nandi
|
06d29a00f2
|
Breakpoint span in variable declarations in new language service
Also updates the fourslash breakpoints baseline to be more readable
|
2014-10-20 23:02:56 -07:00 |
|
Mohamed Hegazy
|
dd7ca69866
|
Create a new flag for diagnostics 'isEarly' and disable emit if this flag is set. Set the flag by default on all let and const errors to ensure we are not emitting invalid JS code.
|
2014-10-20 17:38:50 -07:00 |
|
Yui T
|
7806094a1a
|
Address code review
|
2014-10-20 13:47:09 -07:00 |
|
Mohamed Hegazy
|
0e7d8b62ef
|
Merge branch 'master' into letAndConst
|
2014-10-20 13:34:06 -07:00 |
|
Mohamed Hegazy
|
4ef68b9fb0
|
Respond to code review comments
|
2014-10-17 10:09:21 -07:00 |
|
Mohamed Hegazy
|
3aedac4171
|
disable source map record validation in RWC runner
|
2014-10-16 12:35:14 -07:00 |
|
Mohamed Hegazy
|
e15f4e6d34
|
Merge branch 'master' into letAndConst
Conflicts:
src/compiler/types.ts
|
2014-10-16 09:30:58 -07:00 |
|
Daniel Rosenwasser
|
d33aa4335f
|
Switched syntactic classifier to use new tree.
Also added tests.
|
2014-10-15 15:01:38 -07:00 |
|
Sheetal Nandi
|
730ef1a6e5
|
Further refactoring the rwc tests
|
2014-10-15 13:02:40 -07:00 |
|
Sheetal Nandi
|
9399e1ea99
|
Add after block to the describe blocks of project runner and rwc runner
|
2014-10-15 10:56:43 -07:00 |
|
Sheetal Nandi
|
15e479fa95
|
Merge branch 'master' into rwcRunner
|
2014-10-15 10:36:36 -07:00 |
|
Daniel Rosenwasser
|
640554ae48
|
Added facilities for using positions on classification tests.
|
2014-10-13 17:29:19 -07:00 |
|
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 |
|