-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snapview v1.1.0 #2
base: main
Are you sure you want to change the base?
Conversation
Hello @Vooord . This MR is too big and includes too many unrelated changes. Please split it. |
Hey, @denistakeda, I extracted github-actions into separate pr-3 |
src/Updaters/Constructors.ts
Outdated
|
||
/* -- | ||
|
||
God damn hard |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Too much, too much
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've removed that and changed the split in just two parts (Common and Uncommon), is it okay? :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very good, I like it! Just small changes needed
- `Updater` instead of `Property`; - `UpdaterConstructor` (e.g. `style`, `className`, etc.); - `UpdaterConstructorCreators` to easily create typical `UpdaterConstructor` Used those new concepts wherever I could
I copied the changes to https://github.com/snapview/sunrise-dom/tree/v1.1 |
Refactored
Nodes
andProperties
;Added main
index
file;