With tree-sitter-typescript version 0.16.1 parses this as a `(function_declaration)`: ``` function foo() {} ``` But does not parse as a `(function_declaration)`: ``` function foo() {} ``` Does not occur with `(function)` or `(method_definition)` <img width="756" alt="Screen Shot 2021-01-28 at 7 09 52 PM" src="https://user-images.githubusercontent.com/28068/106218158-6ad3f400-619c-11eb-8db2-54ad9332f1cf.png">