Rename Lossless/Lossy to Hyperview/View #6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "chore/rename-as-hyperview"
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?
Overview
This MR renames the core view classes for better clarity and consistency:
Lossless
toHyperview
Lossy
toView
Changes
Core Renames
src/views/lossless.ts
→src/views/hyperview.ts
src/views/lossy.ts
→src/views/view.ts
Documentation Updates
docs/custom-resolvers/overview.md
Test Updates
Testing
All tests are passing:
Housekeeping
Notes