1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 13:51:44 +03:00
Commit Graph

14908 Commits

Author SHA1 Message Date
joshvera
9b8b46d13a s/Binary/BinaryExpression 2017-08-21 19:05:37 -04:00
joshvera
9437f2c411 Remove AnonDefinedQuestion 2017-08-21 19:05:21 -04:00
joshvera
b5403f051c An object can contain a shorthand property identifier 2017-08-21 19:05:07 -04:00
joshvera
acad9e9222 Parse expression and type params in the right order 2017-08-21 19:04:50 -04:00
joshvera
b119fc1ef8 Switch argument order in anonymous class 2017-08-21 19:04:15 -04:00
joshvera
855006a1aa Remove conditional assignment 2017-08-21 18:55:27 -04:00
joshvera
abeb3af999 Remove AnonStarStarEqual 2017-08-21 18:55:10 -04:00
joshvera
c75caedf65 Add <*> to class assignment 2017-08-21 18:54:54 -04:00
joshvera
173660daec change statementBlock to statements in internalModule 2017-08-21 18:51:58 -04:00
joshvera
4d961bde3c Add param to Method destructure in TOC 2017-08-21 18:51:07 -04:00
joshvera
dd94bfc732 Fix typeParameters in class assignment 2017-08-21 18:50:50 -04:00
joshvera
3ad2871193 Remove templateChars 2017-08-21 15:22:19 -04:00
joshvera
846ed9dc60 Add attributes to JsxSelfClosingElement 2017-08-21 15:22:12 -04:00
joshvera
4cbd4cb7b9 Add classContext to Ruby 2017-08-21 15:21:06 -04:00
joshvera
8574de2995 Add classContext to python classDefinition 2017-08-21 15:20:55 -04:00
joshvera
07578db85b Change order of classIdentifier and classContext 2017-08-21 15:20:37 -04:00
joshvera
809200b454 Merge remote-tracking branch 'origin/master' into typescript-assignment 2017-08-21 15:09:37 -04:00
Timothy Clem
faf703cb10 Merge pull request #1304 from github/ruby-comments-and-other-assignment-fixes
Ruby comments and other assignment fixes
2017-08-21 08:59:03 -07:00
Timothy Clem
77409b0045 Move rational and complex in Data.Syntax.Literal 2017-08-21 08:44:33 -07:00
joshvera
d4e2835191 Add modules, jsx, classes, and functions 2017-08-18 18:27:50 -04:00
joshvera
bbbf507871 make lists into assignments in ruby method assignments 2017-08-18 18:26:57 -04:00
joshvera
dff79b85fc Add classContext to Class 2017-08-18 18:26:19 -04:00
joshvera
afec9ffa28 Merge remote-tracking branch 'origin/master' into typescript-assignment 2017-08-17 12:14:43 -04:00
joshvera
b69a84cd37 s/if'/ifStatement 2017-08-17 12:14:28 -04:00
joshvera
556dc074d9 s/expressionStatement/expressionStatement' 2017-08-16 20:50:07 -04:00
joshvera
bc5224cb68 Add importStatement, debuggerStatement, and declaration assignments 2017-08-16 20:49:47 -04:00
joshvera
17036cac3c Rename statements to statementBlock 2017-08-16 20:49:18 -04:00
joshvera
9129618432 Add debugger, expression_statement, and non_null_expression 2017-08-16 20:48:58 -04:00
joshvera
ad70423996 Redo expression 2017-08-16 20:48:40 -04:00
joshvera
557d73bf96 Add Import 2017-08-16 20:48:24 -04:00
joshvera
8f9b505345 Add TypeAssertion and Cast 2017-08-16 20:48:11 -04:00
Timothy Clem
c7fd754af8 Line em up 2017-08-16 14:45:18 -07:00
Timothy Clem
bb86b5241d Use token for pair with no children 2017-08-16 14:45:06 -07:00
Timothy Clem
d9da2c1339 Docs 2017-08-16 14:34:44 -07:00
Timothy Clem
ada7f4d4db Not using this import 2017-08-16 14:33:50 -07:00
Timothy Clem
52d956894b Update hash fixtures 2017-08-16 14:28:10 -07:00
Timothy Clem
41b843ed70 Formatting 2017-08-16 14:28:00 -07:00
Timothy Clem
680ad37eea Fix up chained strings, allow comments 2017-08-16 14:14:33 -07:00
Timothy Clem
4fa472f8a1 Comments in hashes, simplify a few literals 2017-08-16 14:11:09 -07:00
Timothy Clem
55e87d3095 Allow comments in assignments 2017-08-16 13:44:30 -07:00
Timothy Clem
f0e96bc947 Add in comment handling, re-write binary
Also add complex and rational literals
2017-08-16 13:30:13 -07:00
Timothy Clem
8fc65cbee2 Properly assign binary - and * 2017-08-16 12:25:34 -07:00
Rob Rix
369caea702 Merge pull request #1296 from github/systematic-comment-assignment
Systematic comment assignment
2017-08-16 14:38:08 -04:00
Rob Rix
cae20bcbf9 📝 the Python combinators. 2017-08-16 14:35:57 -04:00
Rob Rix
9d63ca22ae 📝 the contextualizing operators. 2017-08-16 14:33:10 -04:00
Rob Rix
b6401aaa9f 📝 handleError & parseError. 2017-08-16 14:27:53 -04:00
Rob Rix
2457402a48 📝 emptyTerm. 2017-08-16 14:22:25 -04:00
Rob Rix
fb60c60c9c 📝 makeTerm & friends. 2017-08-16 14:22:19 -04:00
Rob Rix
f7abab4186 Convince everything that we have MonadFree instances. 2017-08-16 14:17:50 -04:00
Rob Rix
e4ccee6d02 📝 manyThrough. 2017-08-16 14:09:50 -04:00