Commit Graph
2022 Commits
Author SHA1 Message Date
Vladimir Matveev c5131e6730 recognize Jsx attribute in syntactic classifier 2016-01-08 14:44:07 -08:00
Daniel Rosenwasser 36b39379d8 Merge pull request #6391 from Microsoft/lintShims
Lint 'shims.ts' and bump the tools version to 1.8
2016-01-08 12:06:38 -05:00
Kagami Sascha Rosylight 5dde2b964f do not add space between comma and close bracket 2016-01-08 17:56:37 +09:00
Daniel Rosenwasser 19efab7a0b Bump version to '1.8'. 2016-01-07 23:14:17 -05:00
Daniel Rosenwasser 1bdf7edee2 Enable linting on 'shims.ts'. 2016-01-07 23:13:41 -05:00
Mohamed Hegazy a444be84c4 Merge pull request #5983 from SaschaNaz/formatWhitespaces
Trim empty line whitespaces
2016-01-07 16:43:21 -08:00
Mohamed Hegazy 26d0fd0bdb Merge branch 'rwyborn-react-factory-option' 2016-01-07 15:01:31 -08:00
Mohamed Hegazy 9b92697a61 Add new helper to check for valid identifiers 2016-01-07 14:56:05 -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
Kagami Sascha Rosylight 4ef8e0bb73 remove unneeded comment 2016-01-08 02:25:29 +09:00
Kagami Sascha Rosylight 5cafd962e9 thinner arrows 2016-01-08 02:24:32 +09:00
Kagami Sascha Rosylight 5144603b3b const everywhere 2016-01-08 02:16:14 +09:00
Kagami Sascha Rosylight f0a4d6fd0b enclose entryName 2016-01-08 02:00:20 +09:00
Kagami Sascha Rosylight 4f2f00f63f resolve conflicts 2016-01-08 01:49:11 +09:00
Kagami Sascha Rosylight 3672fb5476 Merge remote-tracking branch 'refs/remotes/Microsoft/master' into maintainShims 2016-01-08 01:37:22 +09: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
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
Kagami Sascha Rosylight 6373cfff64 lets and template strings 2015-12-24 17:21:03 +09:00
Kagami Sascha Rosylight 64958669e1 remove "this should be removed ..." codes 2015-12-24 17:18:10 +09:00
Nathan Shively-Sanders 34ddaef44c Remove new lint from services.ts 2015-12-22 16:14:55 -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
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 d8260b7059 whitespaces 2015-12-11 00:24:10 +09:00
SaschaNaz f2cad8be40 getCurrentLeadingTrivia 2015-12-10 23:05:45 +09:00
SaschaNaz 54c00b0abe Merge remote-tracking branch 'refs/remotes/Microsoft/master' into formatWhitespaces 2015-12-10 22:50:35 +09:00
SaschaNaz f5587151ba applying three feedbacks 2015-12-10 22:07:01 +09: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