elm-pages-v3-beta/examples/escaping
2023-01-17 07:08:15 -08:00
..
app Rename BackendTask.throw -> BackendTask.allowFatal. 2023-01-16 18:24:48 -08:00
codegen Change generators to elm-pages run instead of elm-pages codegen, and resolve DataSource's through new generator API. 2022-11-22 11:21:11 -08:00
dist/escaping Handle new Vite format in diff cleaning for tests. 2022-12-26 12:03:58 -07:00
script Rename DataSource -> BackendTask. 2023-01-01 14:45:54 -08:00
src Rename Exception -> RecoverableError. 2023-01-16 17:48:46 -08:00
.gitignore Add an end-to-end test setup for testing escaped HTML output. 2021-08-03 13:19:08 -07:00
custom-backend-task.ts Look for BackendTask.Custom definitions in custom-backend-task instead of port-data-source. 2023-01-17 07:08:15 -08:00
elm-application.json Add an end-to-end test setup for testing escaped HTML output. 2021-08-03 13:19:08 -07:00
elm-tooling.json Add an end-to-end test setup for testing escaped HTML output. 2021-08-03 13:19:08 -07:00
elm.json Update dependencies. 2022-10-19 09:05:08 -07:00
index.js Update test projects. 2022-03-09 10:33:33 -08:00
package-lock.json Bump cypress version. 2022-12-11 19:46:22 -08:00
package.json Handle new Vite format in diff cleaning for tests. 2022-12-26 12:03:58 -07:00
README.md Add an end-to-end test setup for testing escaped HTML output. 2021-08-03 13:19:08 -07:00
style.css Update test projects. 2022-03-09 10:33:33 -08:00
syntax.css Update test projects. 2022-03-09 10:33:33 -08:00
unsafe-script-tag.txt Remove newline in input file for now. 2021-10-16 11:07:18 -07:00

Escaping

This example is for testing the html-to-string functionality, which is vendored from https://github.com/ThinkAlexandria/elm-html-in-elm.