dot-get #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "dot-get"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- Add IdentifierBeforeDot token emitted when identifier immediately precedes '.' - Move DotGet into @skip {} block using IdentifierBeforeDot - Prevents 'basename . prop' from parsing as DotGet - Allows 'basename.prop' to work as expected when identifier is in scope - Fixes test: 'a word can be contained in parens' 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>