1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 14:54:16 +03:00
Commit Graph

18575 Commits

Author SHA1 Message Date
Timothy Clem
198c31e9f0 Fix up test output, test symbols output 2018-01-17 12:59:08 -08:00
Timothy Clem
6517970f8a Symbol rendering (like tags, but new hotness) 2018-01-17 12:54:17 -08:00
Timothy Clem
3b173123e4 Formatting 2018-01-17 10:05:44 -08:00
Timothy Clem
621ae92edc Use makeTerm'' in python import assignment 2018-01-17 09:45:29 -08:00
Timothy Clem
9cc2ec1db3 Will flatten out python expressions in another PR 2018-01-17 09:44:42 -08:00
Timothy Clem
c5afef2dc6 Code organization, default Eval instance for ImportSymbol 2018-01-17 09:43:40 -08:00
Timothy Clem
ebb1e7f2cc Use new makeTerm'' for Ruby assignment 2018-01-17 08:57:43 -08:00
Timothy Clem
e524d74328 Use new makeTerm'' for Go assignment 2018-01-17 08:57:43 -08:00
Timothy Clem
2b6a7ee425 Use new makeTerm'' for TypeScript assignment 2018-01-17 08:57:43 -08:00
Timothy Clem
788310bbea Extract auto flattening version of makeTerm 2018-01-17 08:57:43 -08:00
joshvera
0e6b98239a Regenerate tests 2018-01-16 18:24:58 -05:00
joshvera
cbb003499f Add a import require test 2018-01-16 18:17:12 -05:00
joshvera
412936d54d Show the from clause of the import declaration 2018-01-16 18:16:59 -05:00
joshvera
bb28b794fc Add ImportSymbol declaration to TypeScript 2018-01-16 18:16:34 -05:00
joshvera
494dbf8fe4 Add import symbol declaration to Go 2018-01-16 18:16:18 -05:00
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