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

15038 Commits

Author SHA1 Message Date
joshvera
9d04fe5249 Partition expression, statement, and declaration 2017-08-25 14:26:58 -04:00
joshvera
9b4bacea49 remove headF 2017-08-25 14:25:38 -04:00
joshvera
965c7dd84f Remove value from Readonly 2017-08-25 14:24:58 -04:00
joshvera
b99309bcc5 Merge remote-tracking branch 'origin/master' into typescript-assignment 2017-08-25 12:18:09 -04:00
joshvera
2259ccf44b add missing signatures 2017-08-24 17:46:33 -04:00
joshvera
093b360676 remove unused import 2017-08-24 17:46:22 -04:00
joshvera
12f7142ada don't warn about bindings 2017-08-24 17:46:15 -04:00
joshvera
6c94040649 fix up python tests 2017-08-24 17:29:55 -04:00
Rob Rix
b7daadf4cb Merge pull request #1321 from github/remove-unused-fixtures
🔥 these un-needed fixtures that duplicate parse expectations
2017-08-24 16:39:11 -04:00
joshvera
7bd60b7c50 postContextualize fromClause 2017-08-24 16:14:07 -04:00
Timothy Clem
86f65b39ff 🔥 these un-needed fixtures that duplicate parse expectations 2017-08-24 12:59:08 -07:00
joshvera
6e59dcc24c A program is a list of statements 2017-08-24 12:23:15 -04:00
joshvera
b9d0e14149 undefined != undefined' 2017-08-24 12:23:07 -04:00
joshvera
f1ae96392d Add typescriptParser 2017-08-24 12:22:44 -04:00
joshvera
19907a50e6 bump effects 2017-08-24 12:14:40 -04:00
joshvera
55656c5589 Add a million terms 2017-08-24 12:14:08 -04:00
joshvera
75a1c1b5fb Andd Throw and DoWhile 2017-08-24 12:13:52 -04:00
joshvera
4c7654c2a4 Add Regex and For 2017-08-24 12:13:44 -04:00
joshvera
77679701cb Add Delete, Void, and Typeof 2017-08-24 12:13:32 -04:00
joshvera
60fec850d9 Add context param to Call constructors in Ruby.Syntax 2017-08-24 12:13:15 -04:00
joshvera
6d025751f7 Add context param to Call constructors in Python.Syntax 2017-08-24 12:11:19 -04:00
joshvera
ed45f1f77d Add Regex 2017-08-24 12:10:52 -04:00
joshvera
256c5acdba add Void, Typeof, and Delete 2017-08-24 12:10:43 -04:00
joshvera
e485de311a Add context to Call 2017-08-24 12:10:27 -04:00
joshvera
2d1ae5003f s/binary/binaryExpression 2017-08-22 18:46:58 -04:00
joshvera
a3f2e9b2a0 Fix up tryStatement 2017-08-22 18:46:50 -04:00
joshvera
ca01f7fd86 bump effects 2017-08-22 12:51:19 -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