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

16 Commits

Author SHA1 Message Date
Rob Rix
17d101f17c Move ChildrenCollection outside of TSNode.
This is necessary to be able to link in release config.
2015-11-03 10:20:31 -05:00
Rob Rix
4534dd4028 Add a TSLanguage typealias. 2015-10-29 14:58:07 -04:00
Rob Rix
54a577abc4 Add a convenience method to get the substring. 2015-10-29 10:03:11 -04:00
Rob Rix
dc148e31cb Don’t bother erasing the children collection. 2015-10-28 18:23:58 -04:00
Rob Rix
e2e37a011d Compute the count eagerly. 2015-10-28 18:22:53 -04:00
Rob Rix
8d4bc19dc1 Throw a string when we can’t make a String for a node name. 2015-10-28 18:17:16 -04:00
Rob Rix
6688f223fe Use strings for the categories. 2015-10-28 17:48:51 -04:00
Rob Rix
06de75a3be Add a range property. 2015-10-28 17:36:23 -04:00
Rob Rix
90caa11870 Factor the private error type out. 2015-10-28 17:23:31 -04:00
Rob Rix
fac848e452 Compute nodes’ categories. 2015-10-28 17:23:06 -04:00
Rob Rix
56a87154de Add a method returning the node’s name as a Swift string. 2015-10-28 16:55:42 -04:00
Rob Rix
3b757bd1e7 Add a TSDocument typealias. 2015-10-28 16:55:28 -04:00
Rob Rix
a87434c683 Move the collection to the bottom. 2015-10-28 16:28:37 -04:00
Rob Rix
5532001d94 Add a collection of named children. 2015-10-28 15:27:20 -04:00
Rob Rix
a674548395 Add a collection of children. 2015-10-28 15:22:29 -04:00
Rob Rix
1f9be9ecac Add a private collection type for node children. 2015-10-28 15:22:21 -04:00