- 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>
|
||
|---|---|---|
| .. | ||
| basics.test.ts | ||
| control-flow.test.ts | ||
| dot-get.test.ts | ||
| functions.test.ts | ||
| multiline.test.ts | ||
| pipes.test.ts | ||
| strings.test.ts | ||