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

621 Коммитов

Автор SHA1 Сообщение Дата
Sheetal Nandi 7db029d755 Fix incorrect constructor type's type parameter detection
Fixes #687
2018-11-29 10:10:12 -08:00
Sheetal Nandi 72cb5cd533 Handle inline comment inside arrow parenthesis
Fixes #686
2018-11-20 15:51:04 -08:00
Sheetal Nandi c6c261f513
Update issue_template.md 2018-11-20 15:41:42 -08:00
Sheetal Nandi 731bab73dd Dont consume space after cast expression
Fixes #684
2018-11-20 09:04:37 -08:00
Sheetal Nandi ebdbdaf910 Add typeof to type argument start detection
Fixes #685
2018-11-20 08:49:05 -08:00
Sheetal Nandi 344bf90d99 Handle variable initializer in for in loop
Fixes #683
2018-11-09 10:01:06 -08:00
Sheetal Nandi 4a8d9e309a Colorize bigint 2018-11-07 09:26:09 -08:00
Sheetal Nandi 3133e3d914 Treat _ in type argument list as infering type argument
Support for Microsoft/TypeScript#26349
2018-11-02 15:43:01 -07:00
Sheetal Nandi 16c5fcb7aa Fix return type on new line of arrow function
Fixes #677
2018-10-31 09:27:45 -07:00
Sheetal Nandi 7a682de47e Handle return type of function declaration on new line
Fixes #677
2018-10-31 09:22:27 -07:00
Sheetal Nandi 775080a165 Handle single line comments in arrow function
Fixes #674
2018-10-29 10:04:10 -07:00
Sheetal Nandi 8980e4be2d Fixed incorrectly matched destructuring parametes in type declaration.
Fixes #675
2018-10-29 09:46:03 -07:00
Sheetal Nandi 8beee84dc9
Update issue_template.md 2018-10-18 12:58:23 -07:00
Sheetal Nandi a34cb117a3 Add +\- to the list to end the new expression
Fixes #673
2018-10-12 13:27:43 -07:00
Sheetal Nandi 6e8a3830c2 Fix the lookbehind for multiline arrow to include return keyword
Fixes #672
2018-10-01 09:16:21 -07:00
Sheetal Nandi 5158d133ef Handle inline comment in object literal
Fixes #670
2018-09-19 13:03:36 -07:00
Sheetal Nandi c75d11014f Fallback to matching strings before parameters to ensure when method call gets detected as method definition
Fixes #668
2018-09-17 19:48:49 -07:00
Sheetal Nandi 61ec71388c Fix incorrect detection of arrow in embedded code
Fixes #667
2018-09-17 19:41:20 -07:00
Sheetal Nandi 58110b381d Use --build to build tests and tmlanguage files 2018-09-17 19:34:12 -07:00
Sheetal Nandi f9a48b762c Fixes shorthand property assignment followed by comment
Fixes #666
2018-09-17 19:27:21 -07:00
Sheetal Nandi c3f52598cd Add comment matching in switch clause
Fixes #666
2018-09-17 19:21:01 -07:00
Sheetal Nandi 6c11a683ed
Update issue_template.md 2018-09-13 08:48:31 -07:00
Sheetal Nandi c90418c57a Fix detection of import-export clause when name is $
Fixes #665
2018-09-10 12:02:14 -07:00
Sheetal Nandi 0aea7e0605 Fix the function expression overload
Fixes #663
2018-09-04 11:50:19 -07:00
Sheetal Nandi 06edc77882 Fix incorrect export declaration detection when export is not ending the word
Fixes #662
2018-09-04 11:39:02 -07:00
Sheetal Nandi ca3cb4abfc
Update issue_template.md 2018-08-31 14:42:56 -07:00
Sheetal Nandi a9ad6eb7b4 Match template strings while matching strings
Fixes #661
2018-08-30 09:07:23 -07:00
Sheetal Nandi 67d50d27f0
Merge pull request #658 from 43081j/unknown-type
add unknown type
2018-08-28 10:14:05 -07:00
Matt Bierner 6de67c7a38
Merge pull request #655 from mjbvz/fix-648
Allow underscore in jsx attribute names
2018-08-23 10:35:31 +02:00
Matt Bierner 38aa945970 Update tests 2018-08-23 10:33:08 +02:00
Matt Bierner 7cd1362357 Mark onlyOwnGrammar 2018-08-23 10:27:19 +02:00
Matt Bierner 1004a7be9e Add tests for #649
Fixes #649
2018-08-23 10:27:19 +02:00
Matt Bierner 4407e8d570 Allow _ in jsx attribute names
Fixes #648
2018-08-23 10:27:19 +02:00
43081j 3f85839696 add unknown type 2018-08-22 23:13:56 +01:00
Sheetal Nandi e2db601b62 Handle export declaration when its followed by comment
Fixes #650
2018-08-21 13:31:15 -07:00
Sheetal Nandi 1cc28bc86a Test for #652 2018-08-21 12:39:52 -07:00
Sheetal Nandi b04904325e Fix the line ending consumption of let and var expression
Fixes #654
2018-08-21 12:38:06 -07:00
Sheetal Nandi 94b95df7ef Handle optional fields followed by , and no type
Fixes #651
2018-08-21 12:13:25 -07:00
Sheetal Nandi 5cfc64ba64
Merge pull request #656 from mjbvz/fix-653
Allow 'export default interface'
2018-08-21 12:08:07 -07:00
Sheetal Nandi 5fdfb113b8 Treat spaces followed by < as ending of as operator
Fixes #647
2018-08-21 11:38:22 -07:00
Sheetal Nandi ebb42d0558 Handle function expressions to consume line ending of single line comment since we rely on lookback of function completion (})
Fixes #455 after making change in comments to not consume line endings
2018-08-21 11:15:02 -07:00
Sheetal Nandi 486f645f01 Handle comma followed by single line comment in variable expression
Fixes #491 portion after making comments not consume end of line
2018-08-21 11:05:23 -07:00
Sheetal Nandi 14e9cf1a75 Do not consume end of line in a single line comment
Fixes #646
2018-08-21 10:48:24 -07:00
Matt Bierner 0ed75f062a Allow 'export default interface'
Fixes #653
2018-08-21 10:30:59 +02:00
Sheetal Nandi d33674e802 Treat * in type argument list as infering type argument
Support for Microsoft/TypeScript#26349
2018-08-17 14:26:09 -07:00
Sheetal Nandi 5e3e174a76 Revert bccefcd as named type argument is not yet supported feature. 2018-08-17 12:22:15 -07:00
Sheetal Nandi 3c90f249ee Handle field declaration without type or assignment
Fixes #643
2018-08-02 09:43:13 -07:00
Sheetal Nandi 69d78f07f2 Include export declare pattern in declaration matching
Fixes #642
2018-08-02 09:15:34 -07:00
Sheetal Nandi 4a620294f8 Rest in binding pattern 2018-07-30 12:07:41 -07:00
Sheetal Nandi 858d33f039 Scope const declarations as const
Fixes #641, #542
2018-07-26 16:36:01 -07:00