1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00
Commit Graph

11130 Commits

Author SHA1 Message Date
joshvera
289f35da9a Parse js as typescript 2017-03-29 16:59:14 -04:00
joshvera
5339bd5ca8 add newlines 2017-03-29 16:56:25 -04:00
joshvera
b5f9938279 Remove ty from Method and throw every part of a call signature into a list 2017-03-29 16:24:54 -04:00
joshvera
89f307edf0 Don't pop off Params/Args from S.Function since type arguments can appear before or return types can appear after in some languages 2017-03-29 16:03:28 -04:00
joshvera
cdbd260b0f Remove type from Function and unpack call signatures 2017-03-29 12:36:05 -04:00
joshvera
d8be8b8d12 ++tree-sitter-typescript 2017-03-29 12:27:09 -04:00
joshvera
d6334ac5a4 Update function call tests 2017-03-29 11:15:56 -04:00
joshvera
2aa8a08e55 🔥 \case 2017-03-29 10:28:13 -04:00
joshvera
799ced32c5 Merge remote-tracking branch 'origin/batch-copy-terms' into typescript 2017-03-29 10:18:02 -04:00
joshvera
461b1c665b Merge remote-tracking branch 'origin/master' into typescript 2017-03-29 10:17:53 -04:00
Rob Rix
f516f34b4a Merge branch 'master' into batch-copy-terms 2017-03-28 23:09:29 -04:00
joshvera
ad68312273 Allow type parameters in function and method calls 2017-03-28 18:55:57 -04:00
Josh Vera
e3018cbace Merge pull request #1059 from github/🔥-lambda-case
🔥 LambdaCase
2017-03-28 18:32:49 -04:00
joshvera
60b47317c1 Relax class heritage structure in Syntax.Class 2017-03-28 18:16:04 -04:00
joshvera
63bbb9022c remove newline 2017-03-28 17:47:15 -04:00
joshvera
a4220b0129 rename typescript file because case sensitive file systems 2017-03-28 16:31:33 -04:00
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
Rob Rix
a8410e8829 🔥 various uses of LambdaCase. 2017-03-28 15:32:45 -04:00
joshvera
d9c40de4e1 Update nested functions tests 2017-03-28 15:29:50 -04:00
Rob Rix
5efe89fbd3 🔥 LambdaCase from the default extensions list. 2017-03-28 15:26:10 -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