├── .gitignore ├── README.md ├── details ├── breaking-changes.md ├── html-keyed.md ├── html-map.md ├── new-dom-node-pairing-algorithm-previous-attempt.md ├── new-dom-node-pairing-algorithm.md ├── page-translation-support.md └── virtualization.md ├── lydell.bash └── replace-kernel-packages.mjs /.gitignore: -------------------------------------------------------------------------------- 1 | prs 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lydell/elm-safe-virtual-dom/HEAD/README.md -------------------------------------------------------------------------------- /details/breaking-changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lydell/elm-safe-virtual-dom/HEAD/details/breaking-changes.md -------------------------------------------------------------------------------- /details/html-keyed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lydell/elm-safe-virtual-dom/HEAD/details/html-keyed.md -------------------------------------------------------------------------------- /details/html-map.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lydell/elm-safe-virtual-dom/HEAD/details/html-map.md -------------------------------------------------------------------------------- /details/new-dom-node-pairing-algorithm-previous-attempt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lydell/elm-safe-virtual-dom/HEAD/details/new-dom-node-pairing-algorithm-previous-attempt.md -------------------------------------------------------------------------------- /details/new-dom-node-pairing-algorithm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lydell/elm-safe-virtual-dom/HEAD/details/new-dom-node-pairing-algorithm.md -------------------------------------------------------------------------------- /details/page-translation-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lydell/elm-safe-virtual-dom/HEAD/details/page-translation-support.md -------------------------------------------------------------------------------- /details/virtualization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lydell/elm-safe-virtual-dom/HEAD/details/virtualization.md -------------------------------------------------------------------------------- /lydell.bash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lydell/elm-safe-virtual-dom/HEAD/lydell.bash -------------------------------------------------------------------------------- /replace-kernel-packages.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lydell/elm-safe-virtual-dom/HEAD/replace-kernel-packages.mjs --------------------------------------------------------------------------------