Commit Graph

1981 Commits

Author SHA1 Message Date
Sheetal Nandi
acf54bb416 Merge branch 'master' into sourceMapDestructuring 2015-12-22 16:21:38 -08:00
Sheetal Nandi
ff00a0c779 Fix breakpoints in object literal pattern destructuring assignment 2015-12-22 16:14:24 -08:00
Sheetal Nandi
bda112546f Fix the breakpoint for comma expression 2015-12-22 15:23:45 -08:00
Sheetal Nandi
35537b5f32 Implement breakpoint spans of array destructuring pattern of destructuring assignment 2015-12-22 14:54:21 -08:00
Sheetal Nandi
681e3543d6 Fix the breakpoint spans of call / new expressions 2015-12-21 15:45:28 -08:00
Sheetal Nandi
843bdbb4bd Fix the breakpoints in For Of destructuring 2015-12-21 13:01:21 -08:00
Sheetal Nandi
4e702e5771 Implement breakpoints in paramters with destructuring binding pattern 2015-12-21 11:39:05 -08: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
Vladimir Matveev
bb1e5ab5ea Merge pull request #6077 from Microsoft/superInObjectLiterals
allow usage of 'super' in object literal expressions
2015-12-17 21:53:58 -08:00
vladima
ae7d687a77 merge with origin/master 2015-12-17 21:30:47 -08:00
Yui T
a5c632cd5a Fix merge error 2015-12-17 21:08:11 -08:00
Daniel Rosenwasser
75678de6d9 Removed unused declarations from 'services.ts'. 2015-12-17 19:47:01 -08:00
Yui T
73911a327d Merge branch 'master' into fix4686_fixrename 2015-12-17 18:35:08 -08:00
Sheetal Nandi
adcc685456 Fix the array binding pattern breakpoint span of variable declaration statement 2015-12-17 16:41:34 -08:00
Sheetal Nandi
c25bfe57c6 Support for breakpoint spans in object binding pattern 2015-12-17 16:31:18 -08:00
Yui T
e3075bab78 Revert linting services 2015-12-15 10:57:56 -08:00
Yui T
ec95f9955a Fix linting issue 2015-12-15 10:04:30 -08:00
Yui T
c0ff7f77a2 Fix build error 2015-12-14 14:35:27 -08:00
Yui T
c5df5d768e Fix linting issue 2015-12-14 12:57:02 -08:00
Yui T
7e71686b1a Fix broken tests 2015-12-14 10:14:35 -08:00
Yui T
f138953d88 Fix comment 2015-12-12 16:13:30 -08:00
Yui T
0f3eb0a058 Initial fix for rename for parameter property declaration 2015-12-11 19:27:24 -08:00
vladima
60e1f30182 allow usage of 'super' in object literal expressions 2015-12-11 17:16:28 -08:00
Mohamed Hegazy
88a834574b Merge pull request #4757 from SaschaNaz/indentSuppressor
Expose indentation suppressor from SmartIndenter
2015-12-08 16:36:28 -08:00
SaschaNaz
595f134e8b space around arrow 2015-12-09 00:02:10 +09:00
SaschaNaz
34b303a9c5 directly expose nodeWillIndentChild 2015-12-08 21:39:46 +09:00
Daniel Rosenwasser
b4f4dadeb6 Merge pull request #5979 from DanCorder/5058
Fix for #5058 - Exclude implemented interface functions from autocompletion suggestions.
2015-12-07 15:06:53 -08:00
Dan Corder
ff4147af01 Fix for #5058 - Exclude implemented interface functions from autocompletion suggestions. 2015-12-07 19:47:56 +00:00
Dan Corder
57c595a49d Fix for issue #5947 2015-12-07 16:26:53 +00:00
SaschaNaz
83eb6acd13 Merge remote-tracking branch 'refs/remotes/Microsoft/master' into indentSuppressor 2015-12-03 11:27:14 +09:00
Sheetal Nandi
a87169829c Merge branch 'master' into sourceMapAndBreakpointDecorators 2015-11-30 14:14:06 -08:00
Yui T
2cc7a7904a use const 2015-11-30 09:10:14 -08:00
Yui T
2d133454e1 Merge branch 'master' into fix4715 2015-11-30 08:55:43 -08:00
Yui T
62fb5e85e4 Include debug assert 2015-11-25 17:33:11 -08:00
Yui T
c5a2969255 check for null 2015-11-25 11:41:51 -08:00
Yui T
7ff4238f93 Fix crushing of getting signatureDeclaration when we are not in function declaration 2015-11-24 17:44:10 -08:00
Ron Buckton
8909c3a2dd Merge pull request #5725 from Microsoft/stringTypesCleanup
Disambiguate string literal types from other string literals.
2015-11-24 15:23:25 -08:00
Ron Buckton
f5b8619199 Adds StringLiteralType to SyntaxKind to disambiguate string literals in a type position. 2015-11-19 17:08:51 -08:00
Sheetal Nandi
83e569e6c3 Breakpoints on the node with decorator should start at actual syntax and not from decorators 2015-11-19 16:48:41 -08:00
Sheetal Nandi
858a99b4f1 Setting breakpoint inside decorator expression results in setting breakpoint on all the decorators
On resolution, this would be call to __decorate
2015-11-19 16:48:37 -08:00
Sheetal Nandi
883b8d9347 Merge pull request #5471 from Microsoft/jsFileCompilation
Compilation of Js Files
2015-11-19 16:30:40 -08:00
Ron Buckton
7d6100bbe8 Merge pull request #5719 from Microsoft/typesCleanup2
Additional Types cleanup.
2015-11-19 15:32:28 -08:00
Sheetal Nandi
a19307d533 Merge branch 'master' into jsFileCompilation 2015-11-18 11:26:58 -08:00
Ron Buckton
20347ad615 Merge pull request #5597 from Microsoft/typesCleanup
Types cleanup
2015-11-17 10:54:50 -08:00
Ron Buckton
443abe6dea Adds ThisType to SyntaxKind, to distinguish between a 'this' expression and a 'this' type. Needed for transforms 2015-11-17 10:53:29 -08:00
Sheetal Nandi
fc07763499 Merge branch 'master' into jsFileCompilation 2015-11-13 13:44:57 -08:00
Vladimir Matveev
4720c3592d added missing check if file is specified 2015-11-11 16:51:29 -08:00
Mohamed Hegazy
0c96d7b241 Merge pull request #5583 from basarat/ls/jsxSemantic
tsx : support tags in language service semantic tokenizer
2015-11-11 12:10:03 -08:00
Mohamed Hegazy
00aa3c8a38 Merge pull request #5569 from mihailik/patch-2
Use ts.indexOf instead of Array.prototype.indexOf
2015-11-11 11:46:46 -08:00
Ron Buckton
5ac4b782e0 Merge branch 'master' into typesCleanup 2015-11-10 14:31:02 -08:00