tree-sitter / tree-sitter-typescript

TypeScript grammar for tree-sitter
MIT License
361 stars 108 forks source link

Add intersection/union types to `_primary_type` #201

Closed kraftwerk28 closed 2 years ago

kraftwerk28 commented 2 years ago

Checklist:

mjambon commented 2 years ago

Should union_type and intersection_type be removed from _type since they're now included with _primary_type? If not, maybe leave a comment explaining why.

kraftwerk28 commented 2 years ago

You're right.

mjambon commented 2 years ago

great, thank you and sorry for the delay.