1
1
mirror of https://github.com/github/semantic.git synced 2024-12-21 05:41:54 +03:00
Commit Graph

15121 Commits

Author SHA1 Message Date
Rob Rix
246b220349 Define a Pretty1 instance for Patch. 2017-08-22 12:59:00 -04:00
Rob Rix
75ae8f880f Define a Pretty instance for Free. 2017-08-22 12:53:41 -04:00
Rob Rix
68cc44f91b Define a Pretty1 instance for Free. 2017-08-22 12:53:19 -04:00
Rob Rix
2b278c1688 Define a Pretty instance for Term. 2017-08-22 12:52:09 -04:00
Rob Rix
fc62716003 Define a Pretty1 instance for Term. 2017-08-22 12:51:25 -04:00
joshvera
ca01f7fd86 bump effects 2017-08-22 12:51:19 -04:00
Rob Rix
8348dbcf29 Add the prettyprinter libs to the cabal.project file. 2017-08-22 12:50:59 -04:00
Rob Rix
f21d28dab0 Bump prettyprinter to my lifted pretty classes branch. 2017-08-22 12:47:29 -04:00
Rob Rix
e496a41680 Link prettyprinter. 2017-08-22 12:44:27 -04:00
Rob Rix
8eb36d9a1c Add prettyprinter. 2017-08-22 12:43:40 -04:00
Rob Rix
00e411adad Merge pull request #1309 from github/ignore-environment-files
Ignore cabal-generated environment files.
2017-08-22 12:33:30 -04:00
joshvera
323cc1987a Fix up binary and remove missing anonymous nodes 2017-08-22 12:31:07 -04:00
joshvera
289f6f67f1 remove assignment' 2017-08-22 12:30:41 -04:00
joshvera
436365d3fd Replace begin with tryStatement 2017-08-22 12:30:29 -04:00
joshvera
11f452eb36 Remove until' 2017-08-22 12:30:00 -04:00
joshvera
8e9999a219 Add statements to Function 2017-08-22 12:29:49 -04:00
joshvera
809153a57c Add statements to Function 2017-08-22 12:29:37 -04:00
joshvera
4fc33b706e add Syntax.Context to syntax 2017-08-22 12:29:18 -04:00
joshvera
dc9e949d1f Add JsxExpression and JsxAttribute to syntax 2017-08-22 12:29:03 -04:00
joshvera
859bb66e44 Add functionContext to Function 2017-08-22 12:28:40 -04:00
Rob Rix
762d3bf391 Ignore cabal-generated environment files. 2017-08-22 12:27:57 -04:00
joshvera
ed9895f422 s/Unary/UnaryExpression 2017-08-21 19:16:53 -04:00
joshvera
51f69aded8 Remove DestructuredLeftAssignment 2017-08-21 19:16:40 -04:00
joshvera
0921f1baa0 remove comma from makeFunction 2017-08-21 19:16:28 -04:00
joshvera
1de404a679 Add propertyIdentifier assignment 2017-08-21 19:16:13 -04:00
joshvera
6691a2b0a6 Add sequence expression 2017-08-21 19:15:59 -04:00
joshvera
416b284316 Add jsx elements to syntax 2017-08-21 19:15:31 -04:00
joshvera
9d760d555a Remove binary expressions that don't exist in typescript 2017-08-21 19:06:20 -04:00
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
Rob Rix
cba275b812 Merge pull request #1306 from github/assignment-optimization
Assignment optimization
2017-08-21 16:55:42 -04:00
Rob Rix
3125759abe Assign comments in decorators. 2017-08-21 15:51:54 -04:00
Rob Rix
f924b8b63c Don’t bother capturing the call stack. 2017-08-21 15:35:03 -04:00
Rob Rix
5f19a7415b Move assignmentCallSite up. 2017-08-21 15:34:37 -04:00
Rob Rix
6b7114ebc8 Construct better errors at the end of branches. 2017-08-21 15:33:42 -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
Rob Rix
c572e8d3bf Correct the AST type parameters. 2017-08-21 15:17:34 -04:00