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

15099 Commits

Author SHA1 Message Date
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
joshvera
809200b454 Merge remote-tracking branch 'origin/master' into typescript-assignment 2017-08-21 15:09:37 -04:00
Rob Rix
19d1fff2eb Merge branch 'master' into assignment-optimization 2017-08-21 12:43:03 -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
Rob Rix
e8abd3b705 🔥 a commented-out definition of Tracing. 2017-08-18 14:44:48 -04:00
Rob Rix
bac99d7105 Avoid throwing exceptions if callstack assumptions are invalidated. 2017-08-18 14:43:15 -04:00
Rob Rix
773644d040 We limit the call stacks now. 2017-08-18 10:41:14 -04:00
Rob Rix
e986ee3dce Ensure we can match single comments at the end of branches. 2017-08-18 10:40:50 -04:00
Rob Rix
0ad9ab5f44 Merge at-end rules into uncommitted choices. 2017-08-18 09:37:15 -04:00
Rob Rix
2ef277c4a3 Freeze the call stack we make errors with. 2017-08-18 09:31:17 -04:00
Rob Rix
81f72193e0 Ensure productivity for catch rules at end. 2017-08-18 09:29:14 -04:00
Rob Rix
30b6309cd1 Ensure productivity for label rules at end. 2017-08-18 09:24:26 -04:00
Rob Rix
bc4cee8b5f Avoid infinite looping on alternations of repetitions. 2017-08-18 09:06:31 -04:00
Rob Rix
9e2abcaa13 🔥 a redundant import. 2017-08-17 17:57:06 -04:00
Rob Rix
7b4fcec381 Fix the tests up. 2017-08-17 17:56:01 -04:00
Rob Rix
cb75a9bd41 Merge the atEnd cases. 2017-08-17 16:58:34 -04:00
Rob Rix
960e7f06d6 Explain myself. 2017-08-17 16:55:50 -04:00
Rob Rix
671894e657 Push and pop call sites from the stack. 2017-08-17 16:47:34 -04:00
Rob Rix
6c903e5038 Make errors with the passed-in stack. 2017-08-17 16:46:41 -04:00