Fixed
- Metavariables are able to match empty tuples
- Correctly parse optional chaining (?.) in Typescript
- Correctly parse logical assignment operators (&&=, ||=, ??=) in Typescript
- Some type constraing matching in Typescript
Changed
- Added default timeout of 5 seconds to javascript parsing (related to ?. on large minified files stalling)