-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The road to the key building blocks of #10 via #60: - [x] `buildStamp` to build stamps - [x] `collectBindings` to collect bindings for applying to a stamp - [x] Basic test for stamp building/bindings - [x] Advanced tests for stamp building/bindings - [x] `StampCollection` for registering stamps - [x] Tests for `StampCollection` - [x] Support `StampCollection` as wiring helper - [x] Support `StampCollection` as only wiring option (no static DOM builder) - [x] Support wiring base container as "stamped" - [x] Document Stamps - [x] Figure out solution for "trampoline components" (fragments created for children bindings, etc) with respect to Stamps or remove `runOnlyStamps` (marked as experimental) - [x] Document jsdom `innerHTML` workaround for `<template>` rendering; see jsdom/jsdom#3783 (using `template.content` better now) Resolves #60
- Loading branch information
Showing
57 changed files
with
2,129 additions
and
203 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
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.