Граф коммитов

729 Коммитов

Автор SHA1 Сообщение Дата
kingwl 3890a419e8 add nullish coalescing support 2019-08-16 18:55:55 +08:00
Sheetal Nandi 84238ef0fa Fix the logical && and || operators after as expression
Fixes #762
2019-07-29 11:24:19 -07:00
Sheetal Nandi 1dfa3c1475 Issue tempalte 0.0.52 2019-07-22 15:14:27 -07:00
Sheetal Nandi 02a43e65ad Fix the qstring 2019-07-22 15:11:47 -07:00
Sheetal Nandi 4889e4251a Issue template to 0.0.51 2019-07-22 13:41:46 -07:00
Sheetal Nandi d32a156836 No need to generate scopes for marker given that we have baseline for complete file 2019-07-22 13:30:25 -07:00
Sheetal Nandi 2746b8fa5a Fix quoted string detection
Fixes #760
2019-07-22 13:15:21 -07:00
Sheetal Nandi 11b1a4f8dc When detecting arrow '<T extends' is not guaranteed to be type parameter of arrow as it could be type assertion with conditional type
Fixes #748
2019-07-17 15:47:32 -07:00
Sheetal Nandi cf7b1ec2c2 Handle inline comments when detecting arithmetic operator followed by number
Fixes #750
2019-07-17 15:31:46 -07:00
Sheetal Nandi 42260ebd90 Handle return type of arrow in possibly multiline arrow of the object member
Fixes #751
2019-07-17 15:17:06 -07:00
Sheetal Nandi 145270e577 Fix incorrect highlighting of jsx expression following comment
Fixes #754
2019-07-17 15:03:03 -07:00
Orta deb68224e3
Merge pull request #759 from tcztzy/master
Fix typo in build/build.ts #758
2019-07-12 09:18:13 -04:00
Tang Ziya 5898fe4be4 Fix typo in build/build.ts #758
Related to #758
2019-07-12 10:03:31 +08:00
Sheetal Nandi f698a9826c Increase one more level of <> detection in typeparameters
Fixes #744
2019-07-11 14:32:18 -07:00
Sheetal Nandi e3dad98a67 Fix of/in operator detection when no space after `]`
Fixes #756
2019-07-11 14:12:13 -07:00
Sheetal Nandi c9c9bc71e6 Fix tests to use latest vscode-textmate extension 2019-07-10 14:36:38 -07:00
Sheetal Nandi e6a877d0a0 Update vscode-textmate to latest version 2019-07-10 14:35:01 -07:00
Sheetal Nandi f6b3bec5b5 Revert "Update vscode-textmate to latest version"
This reverts commit fa3fb1404d.
2019-07-10 12:11:02 -07:00
Sheetal Nandi fa3fb1404d Update vscode-textmate to latest version 2019-07-10 11:49:48 -07:00
Sheetal Nandi ab8f5c61bb
Merge pull request #757 from uniqueiniquity/updateDeps
Update dependencies
2019-07-10 11:31:48 -07:00
Ben Lichtman 250c96b970 Update dependencies 2019-07-09 17:12:26 -07:00
Sheetal Nandi 7801dc22b7
Merge pull request #747 from Microsoft/fix-inconsistent-this-keyword
Fix an issue with coloring of the `this` parameter in parameter lists
2019-05-03 08:49:08 -07:00
Pranav Senthilnathan bc9bb2275c Fix an issue with coloring of the `this` parameter in parameter lists 2019-05-02 13:30:33 -07:00
Sheetal Nandi 3508c88a4a Fix regexp detection when followed by return keyword
Fixes #737
2019-04-26 15:38:04 -07:00
Sheetal Nandi 135f598f13 Fix detection of end of if statement without semicolon
Fixes #741
2019-04-25 15:39:51 -07:00
Sheetal Nandi a4c4dafb22 Fix readonly modifier detection when its followed by object type
Fixes #743
2019-04-23 12:27:16 -07:00
Sheetal Nandi fae648567c
Update issue_template.md 2019-03-21 13:47:59 -07:00
Sheetal Nandi d8c9720c4e Fix the method declaration detection to handle complete typeparameter list on single line
Fixes #720
2019-03-20 13:00:19 -07:00
Sheetal Nandi 31b00a7778 Match anything following ternary ':' as expression in class body as fallback
Fixes #721 and #724
2019-03-20 12:11:29 -07:00
Sheetal Nandi 6985226871 Fix matching of method template tags
Fixes #727
2019-03-19 14:45:15 -07:00
Sheetal Nandi cce0e00e4e Scope length method correctly
Fixes #730
2019-03-19 14:27:19 -07:00
Sheetal Nandi 95f5929263 Match regexp followed by if expression with special casing
Fixes #732
2019-03-19 14:11:51 -07:00
Sheetal Nandi 17761d144b Allow abstract class expression
Fixes #728
2019-03-07 15:12:14 -08:00
Sheetal Nandi 06d49b5ea9 Fix incorrect regexp matching when followed by comment
Fixes #717
2019-02-06 13:01:45 -08:00
Benjamin Lichtman e6320436be
Merge pull request #716 from uniqueiniquity/replaceCPX
Replace cpx with copyfiles
2019-01-31 13:42:11 -08:00
Benjamin Lichtman 7286eb4eb1 replace cpx with copyfiles 2019-01-31 11:05:49 -08:00
Sheetal Nandi a42e5cbe14 Fix multiline type annotation in parameters
Fixes #715
2019-01-29 14:22:02 -08:00
Sheetal Nandi 4cf78724e8
Update issue_template.md 2019-01-22 10:47:05 -08:00
Sheetal Nandi 444971648e Add numberic literal and regex in binding element matching as it might be needed when matching arrow expression spaned on multiple lines
Fixes #711
2019-01-22 10:26:11 -08:00
Sheetal Nandi b80870c2c1 Add const assertion as per Microsoft/TypeScript#29510 2019-01-22 10:18:36 -08:00
Sheetal Nandi 76cfeabda1 Readonly modifier support from PR Microsoft/TypeScript#29435 2019-01-16 15:48:17 -08:00
Sheetal Nandi f17fefd8d6 Handle new line in variable initializer when expression ends with arrow operator
Fixes #702
2019-01-02 16:37:12 -08:00
Sheetal Nandi 9f36bf286d Add support for definite assignment operator
Fixes #701
2019-01-02 16:09:56 -08:00
Sheetal Nandi de48df22ff Handle one more level of typearguments
Fixes #698
2018-12-18 11:28:21 -08:00
Sheetal Nandi 5d44152e45 Handle type arguments and type parameters when matching type correctly
Fixes #695
2018-12-13 11:09:09 -08:00
Sheetal Nandi 21ec2c292f Fix in correctly detecting arrow type argument end with as =>
Fixes #692
2018-12-04 11:11:41 -08:00
Sheetal Nandi 91294ab634 Support custom jsdoc tags
Fixes #688
2018-11-29 10:48:36 -08:00
Sheetal Nandi ccdbd2ec06
Merge pull request #690 from damccorm/patch-1
Add Azure Pipelines Build Status Badge
2018-11-29 10:38:12 -08:00
Sheetal Nandi 4284108f50 Dont identify x ? as optional parameter in possible multiline arrow unless its followed by type annotation or assigment
Fixes #689
2018-11-29 10:32:25 -08:00
Danny McCormick a7afdd2917
Add Pipelines Build Status Badge 2018-11-29 13:24:38 -05:00