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

11112 Commits

Author SHA1 Message Date
joshvera
3fcd356eaf Specify c99 2017-03-28 16:25:22 -04:00
joshvera
0058c371ec Map template_chars in JS and add missing Interface cases 2017-03-28 16:10:37 -04:00
joshvera
9c5e73897b Add interfaces 2017-03-28 15:54:31 -04:00
joshvera
f86d43a6e5 Add namespace mapping 2017-03-28 15:43:21 -04:00
joshvera
d9c40de4e1 Update nested functions tests 2017-03-28 15:29:50 -04:00
joshvera
eeceeea4d2 Update template-string tests 2017-03-28 15:25:21 -04:00
joshvera
739f658946 Map template_chars to TemplateString 2017-03-28 15:22:39 -04:00
joshvera
3e0efb7b61 Merge remote-tracking branch 'origin/batch-copy-terms' into typescript 2017-03-28 15:07:15 -04:00
joshvera
ba40360fc0 remove partition import 2017-03-28 14:59:00 -04:00
joshvera
2a4f4c591e Merge branch 'typescript-mapping' into typescript 2017-03-28 14:48:02 -04:00
joshvera
eab5dbe85d ++tree-sitter-ruby 2017-03-28 14:47:51 -04:00
joshvera
2f87a8a791 ++haskell-tree-sitter 2017-03-28 14:46:44 -04:00
joshvera
5d230135f1 ++tree-sitter-javascript 2017-03-28 14:45:05 -04:00
joshvera
846a41d9e3 ++tree-sitter-c 2017-03-28 14:44:36 -04:00
joshvera
5101be708d ++tree-sitter-go 2017-03-28 14:44:21 -04:00
Timothy Clem
55b765b235 Merge branch 'master' into batch-copy-terms 2017-03-28 11:11:25 -07:00
Timothy Clem
46d4c43055 Merge branch 'master' into batch-copy-terms 2017-03-28 10:47:57 -07:00
Rick Winfrey
58041e217b Merge pull request #1055 from github/silence-stderr-output
Swallow IO exceptions for now
2017-03-28 10:39:09 -07:00
Rick Winfrey
c7f6b25723 Swallow errors for now
- Outputting IO exceptions in the GitmonClient are causing problems for
profiling work.
2017-03-28 10:32:44 -07:00
joshvera
41915ff44a Update tests 2017-03-28 13:25:46 -04:00
joshvera
01a8087b0a Map public_field_definition to FieldDecl and fix up VarDecl and VarAssignment mappings 2017-03-28 13:00:15 -04:00
Rob Rix
d7b294e3d0 Merge branch 'master' into batch-copy-terms 2017-03-28 12:57:24 -04:00
Rick Winfrey
e2da5ce309 Merge pull request #1026 from github/gitmon-support
Gitmon support
2017-03-28 09:55:37 -07:00
Rob Rix
c652ec4367 Bump haskell-tree-sitter to master. 2017-03-28 12:50:53 -04:00
Rick Winfrey
2ff5d92d01 Alignment 2017-03-28 09:44:19 -07:00
Rick Winfrey
5aebd2006a Rework loading of env vars 2017-03-28 09:41:16 -07:00
joshvera
980565af05 Don't rewrap VarAssignment and VarDecl 2017-03-28 11:51:39 -04:00
joshvera
285bd71606 Add function type and array type 2017-03-28 11:22:27 -04:00
joshvera
f2666fd5bd Add tuple type 2017-03-28 11:19:45 -04:00
Rob Rix
e1c914d90a Bump haskell-tree-sitter. 2017-03-28 09:45:19 -04:00
Rob Rix
7438874a59 Bump haskell-tree-sitter for another microoptimization. 2017-03-27 21:35:22 -04:00
Rob Rix
0a7f840d79 Bump haskell-tree-sitter for low-level optimizations to node importing. 2017-03-27 21:09:59 -04:00
Rick Winfrey
0e406f57d3 Use traverse_ with uncurry to setEnv in specs 2017-03-27 15:55:43 -07:00
Rick Winfrey
eaa5873ed7 Merge branch 'master' into gitmon-support 2017-03-27 15:38:18 -07:00
Rick Winfrey
1399166ed0 Print IO exception to stderr
- Printing to stdout will cause JSON parsing issues on the dotcom side
2017-03-27 15:27:03 -07:00
Rob Rix
02828cb949 Pass the TSNode through instead of copying the whole Node back over. 2017-03-27 18:19:24 -04:00
joshvera
30c605f0a6 Map variable_declarator to VarAssignment 2017-03-27 18:02:43 -04:00
joshvera
31361d2306 Add interface, intersection, union type tests 2017-03-27 17:54:37 -04:00
joshvera
3d27c9dd3e Add type assertions tests 2017-03-27 17:27:18 -04:00
joshvera
0323f6173c Map accessibility modifier to identifier 2017-03-27 17:22:23 -04:00
Rick Winfrey
3d20fe58a3 Update comment formatting 2017-03-27 14:16:08 -07:00
Rick Winfrey
f935e1542f Use BangPatterns 2017-03-27 14:15:58 -07:00
Rick Winfrey
12616f961c Print IO exceptions rather than swallow them 2017-03-27 14:13:21 -07:00
Rick Winfrey
cc0288f431 Inline error handling for getCurrentDirectory 2017-03-27 14:13:01 -07:00
joshvera
d5e90bdfeb Add module declarations 2017-03-27 17:09:29 -04:00
joshvera
48f4310428 Add ambient type declarations 2017-03-27 17:08:07 -04:00
joshvera
92ff890b9e Add export assignments 2017-03-27 17:06:24 -04:00
joshvera
845dcc2cda Add ambient exports tests 2017-03-27 17:04:42 -04:00
joshvera
0d123d1936 Add typeof type tests 2017-03-27 17:02:51 -04:00
joshvera
40423e47d5 Add ambient declaration tests 2017-03-27 17:00:44 -04:00