The `pos` and `size` functions for Nodes now return TSLength structs, which contain lengths in both characters and bytes. This is important for knowing the number of unicode characters in a Node. |
||
|---|---|---|
| .. | ||
| compiler.h | ||
| parser.h | ||
| runtime.h | ||
The `pos` and `size` functions for Nodes now return TSLength structs, which contain lengths in both characters and bytes. This is important for knowing the number of unicode characters in a Node. |
||
|---|---|---|
| .. | ||
| compiler.h | ||
| parser.h | ||
| runtime.h | ||