This file contains hidden or 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
| /** @jsx h */ | |
| // You only need custom elements for this!!! | |
| import 'skatejs-web-components/src/native-shim'; | |
| import { Component, define, h, prop } from 'skatejs'; | |
| import ShadowNode, { scopeCss, scopeTree } from './shadow-node'; | |
| // Converts real DOM nodes into Incremental DOM nodes. | |
| // | |
| // This is orthogonal to this gist, but makes it so we can distribute real |
OlderNewer