1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 06:41:45 +03:00
Commit Graph

18260 Commits

Author SHA1 Message Date
Timothy Clem
98a369668d Remove imports from diff toc output 2018-01-16 13:35:52 -08:00
Timothy Clem
c197b7a2b9 Toc output has imports in in now, fix tests 2018-01-16 11:50:26 -08:00
Timothy Clem
706ed5cc0c Better way to pass around tag fields to the one renderer 2018-01-16 11:39:04 -08:00
Timothy Clem
173b9acd38 Field selection for tag output 2018-01-16 10:40:45 -08:00
Timothy Clem
9460066bb4 Expose imports in tag and toc output 2018-01-15 21:12:30 -07:00
Timothy Clem
9e3cbe07bb Fix up JavaScript tests for new structure of Import 2018-01-15 20:16:24 -07:00
Timothy Clem
88fe5fc46a Fix up TypeScript tests for new structure of Import 2018-01-15 20:15:44 -07:00
Timothy Clem
ea5d7437d4 Fix up Python tests for new structure of Import 2018-01-15 20:14:50 -07:00
Timothy Clem
9b3cc349d3 Fix up Go test for new structure of Import 2018-01-15 20:10:48 -07:00
Timothy Clem
41c28c4de0 Do a better job pulling out lists of ts imports 2018-01-15 19:55:10 -07:00
Timothy Clem
7359d16dd9 WIP typescript import restructuring 2018-01-12 17:22:04 -07:00
Timothy Clem
34640ef7d2 Bring Go import assignment inline 2018-01-12 17:21:50 -07:00
Timothy Clem
05c1d5e0dc Slightly different ordering for easy of construction 2018-01-12 17:21:11 -07:00
Timothy Clem
9ef05f5135 Remove a level for single items in expressions 2018-01-12 13:08:27 -07:00
Timothy Clem
132eb26486 Give imports a bit more structure 2018-01-12 13:08:07 -07:00
joshvera
19b3b78cf6 Add PHP to Parser 2018-01-12 12:27:40 -05:00
joshvera
c4f4ea464d Add labeled statement and expression statement 2018-01-11 17:25:06 -05:00
joshvera
58524f75bc Add selection statements 2018-01-11 17:08:47 -05:00
joshvera
5b196c5bfc Add break, continue, goto 2018-01-11 16:54:42 -05:00
joshvera
9b2cdc8bfc Add return statements 2018-01-11 16:47:21 -05:00
joshvera
6ffbd5f4e0 Merge remote-tracking branch 'origin/master' into php-assignment 2018-01-11 15:36:57 -05:00
Rob Rix
891d489937 Merge pull request #1465 from github/bump-stack
Bump resolver to lts-10.0 for ghc 8.2.2
2018-01-11 09:52:38 -05:00
Rick Winfrey
e8e25c248c Merge branch 'master' into bump-stack 2018-01-10 17:59:23 -08:00
joshvera
960cb2f3ff Add try, declare and throw statements 2018-01-10 20:01:17 -05:00
joshvera
f66ff9b23c Add echo statement 2018-01-10 19:33:48 -05:00
joshvera
baa55c4004 Add const declarations 2018-01-10 19:30:18 -05:00
joshvera
7ae3d6660e Add function definitions 2018-01-10 19:27:37 -05:00
joshvera
27d5c6e8a9 Add class declarations 2018-01-10 19:15:51 -05:00
joshvera
f3e9c18026 Add interfaces 2018-01-10 19:12:21 -05:00
joshvera
feb934a678 Add property declarations 2018-01-10 19:07:47 -05:00
joshvera
043c09eaf0 Add methods to trait member declarations 2018-01-10 18:52:13 -05:00
joshvera
6dae8e9e10 Add methods 2018-01-10 18:51:55 -05:00
Timothy Clem
a11163ec42 Merge pull request #1476 from github/remove-toc-assignment-flag
Remove old --toc-assignment flag
2018-01-10 15:35:48 -08:00
Timothy Clem
816eb600f7 Remove old --toc-assignment flag 2018-01-10 15:26:13 -08:00
joshvera
fb1440f4d3 Add traits and constructors/destructors 2018-01-10 17:49:17 -05:00
joshvera
844ca0551d Add trait declarations 2018-01-10 13:54:28 -05:00
Rob Rix
3a83ce8c35 Merge branch 'bump-stack' of https://github.com/github/semantic-diff into bump-stack 2018-01-10 13:23:11 -05:00
Rob Rix
97d1d4b96c Merge branch 'master' into bump-stack 2018-01-10 13:15:27 -05:00
Rob Rix
e2b5087450 Merge pull request #1458 from github/diff-api-updates
Diff and Parse JSON output API changes
2018-01-10 09:49:24 -05:00
Timothy Clem
cb9e3e9134 Remove AskOptions for now 2018-01-09 15:31:51 -08:00
Rob Rix
1a682b77b6 Merge branch 'master' into diff-api-updates 2018-01-09 15:48:58 -05:00
Rob Rix
1a4271aafb Merge pull request #1467 from github/document-abstract-interpretation
Document abstract interpretation
2018-01-09 15:47:56 -05:00
joshvera
ce775692fd Add namespace 2018-01-08 18:35:54 -05:00
joshvera
db03791228 Add namespace use declarations 2018-01-08 18:32:11 -05:00
Timothy Clem
02c18b45fd Remove metadata from response 2018-01-08 09:36:17 -08:00
joshvera
38e709a3db indentation 2017-12-27 15:13:57 -05:00
joshvera
83457d571c Add compoundStatement to statement 2017-12-27 14:52:43 -05:00
joshvera
df973897fa Fix boolean operator tests 2017-12-27 14:50:33 -05:00
joshvera
3a3158cbc9 Add If statement 2017-12-27 14:36:22 -05:00
joshvera
d5f7996e7b Add XOr 2017-12-27 14:36:16 -05:00