joshvera
|
965d12dc98
|
Catch exceptions back to assignment errors
|
2017-11-06 15:53:05 -05:00 |
|
Josh Vera
|
3c474f1cfd
|
Merge pull request #1423 from github/typescript-fixes
More typescript fixes
|
2017-11-06 13:58:58 -05:00 |
|
joshvera
|
f74ba1a858
|
remove GHC.Stack
|
2017-11-06 13:52:25 -05:00 |
|
joshvera
|
59f137eccc
|
s/data/newtype
|
2017-11-06 11:25:23 -05:00 |
|
joshvera
|
300d860ae5
|
Ruby/TypeScript
|
2017-11-06 11:24:58 -05:00 |
|
joshvera
|
cb0924f4cb
|
haskell-tree-sitter
|
2017-11-03 16:01:36 -04:00 |
|
joshvera
|
59e928a07f
|
🔥 HasCallStack constraints in typescript
|
2017-11-03 15:30:27 -04:00 |
|
Josh Vera
|
8dd19297d4
|
Merge branch 'master' into typescript-fixes
|
2017-11-03 13:58:13 -04:00 |
|
joshvera
|
9a4effa8a7
|
++haskell-tree-sitter
|
2017-11-03 13:30:42 -04:00 |
|
joshvera
|
4bce58a0c8
|
Update go tests based on tree-sitter-go changes
|
2017-11-03 12:41:18 -04:00 |
|
joshvera
|
acbaf0cffc
|
Add lookup type support
|
2017-11-03 10:36:43 -04:00 |
|
joshvera
|
62d729d008
|
++haskell-tree-sitter
|
2017-11-03 10:08:57 -04:00 |
|
joshvera
|
8bcec1b922
|
++haskell-tree-sitter
|
2017-11-03 08:56:19 -04:00 |
|
joshvera
|
8749edaf63
|
Contextualize/postContextualize classBodyStatements
We can't catch comments with emptyTerm because that'll add an emptyTerm node to every list of parameters/bodyStatements
|
2017-11-02 20:41:53 -04:00 |
|
joshvera
|
78e182578f
|
Revert "Simplify formalParameters and classBodyStatements by parsing emptyTerm in case of comments in empty bodies"
This reverts commit b7c1f668ff14faf8493365ca2f217abf572284b3.
|
2017-11-02 20:37:09 -04:00 |
|
joshvera
|
6aaeb3695f
|
++haskell-tree-sitter
|
2017-11-02 20:32:00 -04:00 |
|
joshvera
|
6775483aa8
|
Simplify formalParameters and classBodyStatements by parsing emptyTerm in case of comments in empty bodies
|
2017-11-02 20:19:34 -04:00 |
|
joshvera
|
d5c3b552eb
|
++haskell-tree-sitter
|
2017-11-02 20:05:54 -04:00 |
|
joshvera
|
f57ffed5c2
|
++haskell-tree-sitter
|
2017-11-02 18:53:15 -04:00 |
|
joshvera
|
e4de7a381e
|
++haskell-tree-sitter
|
2017-11-02 18:41:58 -04:00 |
|
joshvera
|
73369fc4bb
|
Need term around second expression in binaryExpression
|
2017-11-02 17:51:03 -04:00 |
|
Timothy Clem
|
1fdee176ed
|
Merge pull request #1407 from github/try-another-key
Tag seems to be a reserved key in splunk
|
2017-11-02 13:18:02 -07:00 |
|
joshvera
|
8c0c5cc792
|
++haskell-tree-sitter
|
2017-11-02 13:15:42 -04:00 |
|
joshvera
|
a914e3732a
|
Assign bit shift operators in semantic-diff
|
2017-11-02 13:12:52 -04:00 |
|
joshvera
|
7c3111f10c
|
Assign comments in formal parameters
|
2017-11-02 12:26:42 -04:00 |
|
joshvera
|
1dcc88813a
|
Assign unsigned right shift operator
|
2017-11-02 12:15:37 -04:00 |
|
Timothy Clem
|
9d48fcd108
|
Stat and log assign and parse warnings appropriately
|
2017-11-02 08:39:41 -07:00 |
|
Timothy Clem
|
673abca04f
|
Merge remote-tracking branch 'origin/master' into try-another-key
|
2017-11-02 08:05:18 -07:00 |
|
joshvera
|
e1bb4b741b
|
contextualize comments around callSignatureParts
|
2017-10-31 19:59:44 -04:00 |
|
joshvera
|
27979eb2e8
|
Regenerate tests
|
2017-10-31 18:10:42 -04:00 |
|
joshvera
|
27a804878a
|
Allow this in requiredParameter
|
2017-10-31 18:01:13 -04:00 |
|
joshvera
|
303a2663c2
|
Fix up typeAliasDeclaration
|
2017-10-31 17:57:51 -04:00 |
|
joshvera
|
1f4ccfa195
|
++haskell-tree-sitter
|
2017-10-31 17:57:29 -04:00 |
|
joshvera
|
3bd559f2c4
|
Assign statement identifiers
|
2017-10-31 12:54:16 -04:00 |
|
joshvera
|
573fbbc517
|
Assign default types in type parameters
|
2017-10-31 12:22:38 -04:00 |
|
joshvera
|
f78772cf9c
|
Assign abstract method signatures
|
2017-10-31 11:54:45 -04:00 |
|
joshvera
|
7a1d49dd02
|
++haskell-tree-sitter
|
2017-10-31 11:45:10 -04:00 |
|
joshvera
|
5922f4db99
|
update class tests
|
2017-10-31 11:05:51 -04:00 |
|
joshvera
|
562d493ccf
|
Change ExtendsClause to manyTerm (typeReference <|> expression)
|
2017-10-31 10:41:55 -04:00 |
|
joshvera
|
06f2b2e0df
|
++haskell-tree-sitter
|
2017-10-30 18:39:15 -04:00 |
|
joshvera
|
6c7a8f84f9
|
++haskell-tree-sitter
|
2017-10-30 18:12:00 -04:00 |
|
joshvera
|
197da5e758
|
update class tests
|
2017-10-30 17:52:15 -04:00 |
|
joshvera
|
76430193ca
|
use children when parsing abstract class
|
2017-10-30 17:30:44 -04:00 |
|
joshvera
|
44b3d54f1a
|
Allow sequence expressions in various places
|
2017-10-30 16:06:44 -04:00 |
|
joshvera
|
c0146e4278
|
Fix definition of ExtendsClause
|
2017-10-30 12:05:32 -04:00 |
|
joshvera
|
1c5cf5629e
|
Make first union field optional
|
2017-10-30 11:39:49 -04:00 |
|
joshvera
|
3faa74e5b2
|
++haskell-tree-sitter
|
2017-10-30 11:38:25 -04:00 |
|
joshvera
|
0a935efc77
|
Ignore EnumBody in enumDeclaration
|
2017-10-27 17:23:16 -04:00 |
|
joshvera
|
cd4612c512
|
Factor out term
|
2017-10-27 17:11:09 -04:00 |
|
joshvera
|
c2ec71e13d
|
TypeParameters are optional
|
2017-10-27 17:11:03 -04:00 |
|