-
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(shadow-dom): prevent slot leak (#678)
* Revert "fix(typings): fix IStaticResourceConfig typings" This reverts commit ea994d1. * fix(typings): fix IStaticResourceConfig typings * refactor(typings): enhance typings for viewslot/shadow dom * fix(imports): use correct location * refactor(view-compiler): use static inject() instead of @Inject to workaround test setup issue * chore(deps): update dependencies for moving to webpack from jspm * chore(test): prepare infra for testing with webpack * chore(test): add basic shadow dom integration tests * chore(tests): enhance shadow dom emulation tests * chore(tests): enhance shadow dom tests * fix(shadow-dom): ensure tracked projected node are untracked * refactor(tests): accept .ts in tests, change shadow dom test to .ts * fix(typings): stricter typings for ShadowDOM.distributeView * refactor(tests): remove redudant ./setup import * chore(deps): upgrade gulp-typescript to v3 * chore(clean): remove jspm config.js * chore(clean): clean unused deps, update readme * chore(ci): dont use jspm * chore(ci): dont use jspm * chore(build): fix doc task * chore(lint): remove trailing spaces, disable a line
- Loading branch information
1 parent
e5d516a
commit 9241dca
Showing
31 changed files
with
11,250 additions
and
8,396 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
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.