Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[typeTag] Fix regex in typetag parsing
/.*:.*/ can be simplified to /:/, and reduces overhead in matching
- Loading branch information