-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ Rename `ShadowRoot.calcContainingSlot` to `ShadowRoot.getContainingSlot` + Add comments for shadowRoot iterate methods + Rename `ShadowRoot.isAttached` to `ShadowRoot.isConnected` + Change optional `DoubleLinkedList.next` and `DoubleLinkedList.prev` to non-optional + Add `_$` and `@internal` for serval private methods + Remove all GeneralComponentInstance + Add check for linked slot list when testing + Add test cases for slot management
- Loading branch information
Showing
12 changed files
with
223 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.