Timothy Clem
57dd145dc2
Fix tests and demonstrate removes too
2017-11-20 14:20:34 -08:00
Timothy Clem
4aedbf9647
Track contents as children of the heading
2017-11-20 14:20:23 -08:00
Timothy Clem
631594e01e
Don't nest markdown sections/headings
...
There's a major performance problem with the `while` approach to detecting hierarchy in markdown headings/sections. This works around by just having headings stay flat (like they are returned from the cmark parser).
2017-11-20 13:47:46 -08:00
Timothy Clem
fcf455f9b1
Use choice
for markdown assignment
2017-11-20 13:45:52 -08:00
Josh Vera
031a187c79
Merge pull request #1437 from github/ 🔥 -monolithic-typescript-assignment
...
🔥 monolithic TypeScript assignment
2017-11-15 17:21:35 -05:00
Josh Vera
633c981901
Merge branch 'master' into 🔥 -monolithic-typescript-assignment
2017-11-15 16:43:56 -05:00
Rick Winfrey
9ba0cfd38a
Merge pull request #1434 from github/dump-ast
...
Add protip about dumping TreeSitter AST
2017-11-15 11:16:44 -08:00
Rick Winfrey
02befdf6eb
Merge branch 'master' into dump-ast
2017-11-15 10:18:38 -08:00
Josh Vera
46e79a6cd4
Merge pull request #1438 from github/add-js-and-jsx-to-old-toc
...
Enable JS and JSX in semantic-diff
2017-11-15 12:32:48 -05:00
joshvera
c44af7ad8e
no parens
2017-11-15 12:16:36 -05:00
joshvera
d06d81672e
Enable JS and JSX in semantic-diff
2017-11-15 11:35:25 -05:00
Rob Rix
4916ccde2f
🔥 monolithic TypeScript assignment.
2017-11-15 10:42:53 -05:00
Rob Rix
a53d9b5e46
Don’t specialize monolithic assignment for TypeScript.
2017-11-15 10:42:44 -05:00
Timothy Clem
bf2f5fff33
Merge pull request #1435 from github/better-json-decode-errors
...
Use eitherDecode so we can include an error message
2017-11-14 15:31:08 -08:00
Timothy Clem
f9fe282af1
Merge branch 'master' into better-json-decode-errors
2017-11-14 15:26:19 -08:00
Josh Vera
d9e5338b02
Merge pull request #1411 from github/default-typescript-assignment
...
Enable typescript assignment by default
2017-11-14 18:25:53 -05:00
Josh Vera
d900d3ba12
Merge branch 'master' into default-typescript-assignment
2017-11-14 18:17:44 -05:00
Timothy Clem
6b1ac4f0fa
Use eitherDecode so we can include an error message
2017-11-14 11:52:49 -08:00
Josh Vera
a0532c90fc
Merge pull request #1425 from github/python-updates
...
Separate term and manyTerm logic in python
2017-11-13 18:52:16 -05:00
Josh Vera
b86431933d
Merge branch 'master' into python-updates
2017-11-13 18:37:03 -05:00
Josh Vera
d24a7eb058
Merge pull request #1426 from github/json-updates
...
JSON updates
2017-11-08 15:35:43 -05:00
Josh Vera
136ceb6ca1
Merge branch 'master' into json-updates
2017-11-08 15:22:48 -05:00
Timothy Clem
43f4706517
Merge pull request #1389 from github/class-toc
...
[WIP] class TOC
2017-11-08 12:14:15 -08:00
joshvera
e1fdd753ed
Regenerate go tests
2017-11-08 15:01:39 -05:00
joshvera
b3badb5e16
++haskell-tree-sitter
2017-11-08 13:38:24 -05:00
joshvera
d1cc1ab0cf
Parse the top-level value of json
2017-11-08 13:26:57 -05:00
joshvera
4e083945bd
Pre and post contextualize last term in infixTerm
2017-11-08 12:53:56 -05:00
joshvera
6738df20f9
Add someTerm
2017-11-08 10:48:21 -05:00
Timothy Clem
4e2a23509f
Merge branch 'master' into class-toc
2017-11-07 13:20:16 -08:00
joshvera
f876fbff20
Separate term and manyTerm logic in python
2017-11-07 15:55:23 -05:00
Josh Vera
1d31831730
Merge pull request #1424 from github/handle-typescript-assignment-errors
...
Handle assignment errors
2017-11-06 17:28:03 -05:00
joshvera
485669c6f8
qualify handleError
2017-11-06 16:04:54 -05:00
joshvera
bc10d0c696
qualify handleError
2017-11-06 16:01:06 -05:00
joshvera
0b6fa7bf93
handle assignment errors in markdown
2017-11-06 15:58:05 -05:00
joshvera
3fce07a948
handle assignment errors in json
2017-11-06 15:57:49 -05:00
joshvera
92769123c4
Catch exceptions in Ruby assignment back to assignment errors
2017-11-06 15:53:31 -05:00
joshvera
965d12dc98
Catch exceptions back to assignment errors
2017-11-06 15:53:05 -05:00
Josh Vera
e1dd46b419
Merge branch 'master' into default-typescript-assignment
2017-11-06 15:29:57 -05:00
Josh Vera
3c474f1cfd
Merge pull request #1423 from github/typescript-fixes
...
More typescript fixes
2017-11-06 13:58:58 -05:00
joshvera
f74ba1a858
remove GHC.Stack
2017-11-06 13:52:25 -05:00
joshvera
59f137eccc
s/data/newtype
2017-11-06 11:25:23 -05:00
joshvera
300d860ae5
Ruby/TypeScript
2017-11-06 11:24:58 -05:00
joshvera
cb0924f4cb
haskell-tree-sitter
2017-11-03 16:01:36 -04:00
joshvera
59e928a07f
🔥 HasCallStack constraints in typescript
2017-11-03 15:30:27 -04:00
Josh Vera
8dd19297d4
Merge branch 'master' into typescript-fixes
2017-11-03 13:58:13 -04:00
joshvera
9a4effa8a7
++haskell-tree-sitter
2017-11-03 13:30:42 -04:00
joshvera
4bce58a0c8
Update go tests based on tree-sitter-go changes
2017-11-03 12:41:18 -04:00
joshvera
acbaf0cffc
Add lookup type support
2017-11-03 10:36:43 -04:00
joshvera
62d729d008
++haskell-tree-sitter
2017-11-03 10:08:57 -04:00
joshvera
8bcec1b922
++haskell-tree-sitter
2017-11-03 08:56:19 -04:00