Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrectly set end locations for DeclareComponent and ComponentT…
…ypeAnnotation Summary: The `DeclareComponent` and `ComponentTypeAnnotation` nodes were incorrectly setting their end loc as `tok_->getEndLoc()` (the end of the current token) instead of `getPrevTokenEndLoc()` (the end of the node). Reviewed By: avp Differential Revision: D45594191 fbshipit-source-id: 57ce7d54ab0cf5442a6d8813ccf230447feb109c
- Loading branch information