Commit Graph

1992 Commits

Author SHA1 Message Date
Nathan Shively-Sanders
b01de71d52 Fix lint in services/patternMatcher.ts 2016-01-04 09:04:53 -08:00
Nathan Shively-Sanders
ec4c6fea2d Merge branch 'master' into lint-nested-++ 2016-01-04 08:56:05 -08:00
Daniel Rosenwasser
3765349812 Merge pull request #6279 from Microsoft/lintMoreServices
Lint more services code
2015-12-30 01:48:43 -05:00
Daniel Rosenwasser
99b771c016 Merge pull request #4398 from SaschaNaz/formatTsxAttr
Fixing JSX/TSX closing tag/attribute/expression formatting
2015-12-30 01:25:21 -05:00
Daniel Rosenwasser
2032c6d18a Lint 'patternMatcher.ts'. 2015-12-28 17:21:03 -05:00
Daniel Rosenwasser
51933a231f Flattened 'ts.OutliningElementsCollector' to a single declaration. 2015-12-28 17:00:36 -05:00
Daniel Rosenwasser
f9eb330b19 Lint 'navigateTo.ts'. 2015-12-28 16:58:27 -05:00
Daniel Rosenwasser
9b9abf8674 Lint 'outliningElementsCollector.ts'. 2015-12-28 16:50:58 -05:00
Nathan Shively-Sanders
34ddaef44c Remove new lint from services.ts 2015-12-22 16:14:55 -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
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
SaschaNaz
9e3ee5d716 remove whitespace 2015-12-09 23:42:49 +09:00
SaschaNaz
593503f6d5 move blocker to nodeWillIndentChild 2015-12-09 23:34:13 +09:00
SaschaNaz
e387f69fac merge conflicts 2015-12-09 23:28:51 +09: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