-
Notifications
You must be signed in to change notification settings - Fork 1
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;