Commits
Click on a commit to change the comparison rangeAdd semantic binding for TSMappedType key field
- Implement Binder trait for TSMappedType to bind the key field
- Add TSMappedType case in builder.rs to call bind()
- Key is bound with SymbolFlags::TypeParameter as suggested
- All tests pass including test_ts_mapped_type
- Snapshots updated showing keys are no longer unresolved references
Co-authored-by: Dunqing <29533304+Dunqing@users.noreply.github.com>