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

11404 Commits

Author SHA1 Message Date
Rick Winfrey
83e0600b65 Bind over parseWithDecorator 2017-03-29 16:33:08 -07:00
Rick Winfrey
7e2d5354e9 🔥 ' 2017-03-29 16:05:50 -07:00
Rick Winfrey
f05a991b88 I committed it even when I said I wouldn't 😆 2017-03-29 15:05:30 -07:00
Rick Winfrey
0283e7c574 Refactor ParseJSON -> ParseTreeFile, IndexFile, and ParseNode 2017-03-29 15:02:55 -07:00
Josh Vera
aeb8ef33c8 Merge branch 'master' into typescript 2017-03-29 17:06:22 -04:00
joshvera
7f568e8286 Update javascript tests since we parse JS with typescript now 2017-03-29 17:06:10 -04:00
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
Rick Winfrey
3bec2b5381 Merge branch 'update-parse-command' of github.com:github/semantic-diff into update-parse-command 2017-03-29 12:41:27 -07:00
Rick Winfrey
82431ce34b Use <=< to simplify parseSExpression 2017-03-29 12:41:08 -07:00
Rick Winfrey
106a9e84e1 Extracts casing on commit sha to a single function 2017-03-29 12:06:19 -07:00
Rick Winfrey
364d3210df Specify buildProgramNodes type annotation (make less general) 2017-03-29 12:05:26 -07:00
Rick Winfrey
9c636ed13c Merge branch 'master' into update-parse-command 2017-03-29 11:10:12 -07:00
Rick Winfrey
7f89a97761 📦 🆕 🏠 2017-03-29 11:05:41 -07:00
Rick Winfrey
c617fce3b1 Simplify parseSExpression 2017-03-29 11:04:59 -07:00
Rob Rix
497251094a Merge pull request #1052 from github/batch-copy-terms
Batch copy terms
2017-03-29 13:54:26 -04:00
Rick Winfrey
89f64631eb For now, represent all other formats as ParseTree when --parse option is used 2017-03-29 10:37:29 -07:00
Rick Winfrey
9e5225f9b5 Inline function 2017-03-29 10:33:32 -07:00
Rick Winfrey
76cc740a06 🔥 unnecessary do's 2017-03-29 10:33:18 -07:00
Rick Winfrey
de81a18d6c Let default case represent ParseTree 2017-03-29 10:28:06 -07:00
Rick Winfrey
770a3001ed 🔥 unnecessary function wrapper 2017-03-29 10:27:42 -07:00
Rick Winfrey
33d9897cb8 Rename 2017-03-29 10:23:10 -07:00
Rick Winfrey
e79bf05d33 Update parseTree to use generic buildProgramNodes 2017-03-29 10:23:00 -07:00
Rick Winfrey
68c2d647d4 Add generic buildProgramNodes function 2017-03-29 10:18:38 -07:00
Rick Winfrey
661e26cf82 Extract identifierFor to top level 2017-03-29 10:18:15 -07: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
Rick Winfrey
2145baf506 Extract separate parse render functions 2017-03-28 18:49:45 -07:00
Rick Winfrey
cf4c242517 📝 why we never decorate with SourceText for SExpression parse output 2017-03-28 18:49:45 -07:00
Rick Winfrey
e4629cf40b Higher order decorator 2017-03-28 18:49:45 -07:00
joshvera
ad68312273 Allow type parameters in function and method calls 2017-03-28 18:55:57 -04:00
Josh Vera
2818dd6d46 Merge branch 'master' into update-parse-command 2017-03-28 18:33:10 -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