1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00
Commit Graph

8065 Commits

Author SHA1 Message Date
joshvera
2ab3602532 ++js-test ++tree-sitter-parsers 2016-08-01 12:22:58 -04:00
joshvera
f611fde668 Merge remote-tracking branch 'origin/master' into try-syntax 2016-08-01 12:22:20 -04:00
joshvera
58b2391ed8 ++js-test ++tree-sitter-parsers 2016-08-01 12:22:16 -04:00
joshvera
4f1548154e Merge remote-tracking branch 'origin/master' into throw-syntax 2016-08-01 12:21:43 -04:00
joshvera
02573a483e ++tree-sitter-parsers ++js-test 2016-08-01 12:21:40 -04:00
joshvera
6ecff059f9 ++tree-sitter-parsers 2016-08-01 12:21:40 -04:00
joshvera
7c1e6677a8 Add math_op 2016-08-01 12:19:05 -04:00
joshvera
d216481ca7 Map BinaryOperator nodes to Operator syntax 2016-08-01 12:12:35 -04:00
joshvera
dca3628afd Add comma_op mapping to Operator category in categoriesForLanguage 2016-08-01 12:07:04 -04:00
joshvera
005b384fad Extract the term name of an Operator syntax from source 2016-08-01 12:06:51 -04:00
joshvera
2d0d01f3c4 Don't create dummy LeafInfos for Operators 2016-08-01 11:57:37 -04:00
joshvera
8cb62b6789 ++js-test 2016-08-01 11:51:45 -04:00
joshvera
f5f2c17494 Merge remote-tracking branch 'origin/master' into operator-syntax 2016-08-01 11:46:33 -04:00
joshvera
215310fc00 Extract the Operator text using its children's ranges, or with the term's range 2016-08-01 11:46:12 -04:00
Rob Rix
c86d9da5ca Merge pull request #653 from github/error-syntax
Add an Error constructor to Syntax
2016-07-31 00:06:23 -04:00
joshvera
2b55638fc8 ++tree-sitter-parsers 2016-07-30 22:41:02 -04:00
joshvera
262de7f07e ++js-test 2016-07-30 14:27:41 -04:00
joshvera
e2d0b01ced Map JS new_expression to Constructor 2016-07-30 14:27:34 -04:00
joshvera
f228ed0b6d Add Constructor to Syntax 2016-07-30 14:27:11 -04:00
joshvera
b2c66eb5ce Add Constructor to Split.styleName 2016-07-30 14:26:59 -04:00
joshvera
b68a2d8bff Add constructor to JSON 2016-07-30 14:26:48 -04:00
joshvera
a456a4f64e Parse Constructor syntax 2016-07-30 14:26:42 -04:00
joshvera
a625302391 Add Constructor to diffSummary 2016-07-30 14:26:21 -04:00
joshvera
001407df2b Add Constructor to HasCategory Category instance 2016-07-30 14:26:13 -04:00
joshvera
27941fd2ce Add Constructor to toTermName 2016-07-30 14:26:01 -04:00
joshvera
347f0309dd Add Constructor Category 2016-07-30 14:25:52 -04:00
joshvera
64dbee5cb2 ++tree-sitter-parsers ++js-test 2016-07-30 14:13:36 -04:00
joshvera
0e5255b7de Map method_definition to Method categories 2016-07-30 14:08:46 -04:00
joshvera
00613a034b Remove redundant import 2016-07-30 14:01:20 -04:00
joshvera
792440ff56 Parse method definitions and method expressions better 2016-07-30 14:01:15 -04:00
joshvera
1afa6d7b0f Add Method to HasCategory Category instance 2016-07-30 14:00:58 -04:00
joshvera
c8b5fb8c08 Add Method to toTermName 2016-07-30 14:00:47 -04:00
joshvera
b3f523d9ef s/MethodDefinition/Method 2016-07-30 13:47:30 -04:00
joshvera
69e2c99634 update Method JSON 2016-07-30 13:26:21 -04:00
joshvera
d3df14cafd Add method definitions 2016-07-29 23:41:21 -04:00
joshvera
eb3df7db6a MethodDefinition 2016-07-29 18:39:08 -04:00
joshvera
1c5f94631c s/diffSummary/diffSummaries 2016-07-29 18:38:46 -04:00
joshvera
bb630ebbb0 Move Syntax instance up 2016-07-29 18:33:09 -04:00
joshvera
f931031515 s/body/list of expressions 2016-07-29 18:33:01 -04:00
joshvera
828a2163bf Add MethodDefinition 2016-07-29 18:31:39 -04:00
joshvera
2985bbd256 Add MethodDefinition to Syntax 2016-07-29 17:37:51 -04:00
joshvera
5b32cd254e ++tree-sitter-parsers 2016-07-29 17:37:21 -04:00
joshvera
b354ed61d9 ++js-test 2016-07-29 16:57:30 -04:00
joshvera
a18305da09 qualify Aeson.Array as A.Array 2016-07-29 16:50:10 -04:00
joshvera
2a02120131 Add Array to diffSummary 2016-07-29 16:47:08 -04:00
joshvera
5bef010970 Don't need to scope ArrayLiteral in styleName 2016-07-29 16:46:16 -04:00
joshvera
9453f8949d Add Array to toTermName 2016-07-29 16:46:04 -04:00
joshvera
65c9d53c6b Add ArrayLiteral to Split.styleName 2016-07-29 16:45:07 -04:00
joshvera
bd0ac540c6 Construct Array syntax 2016-07-29 16:43:59 -04:00
joshvera
19b29e6beb Add Array to Syntax 2016-07-29 16:42:38 -04:00