aboutsummaryrefslogtreecommitdiff
path: root/test-apps/nested-element-map/gleam.toml
diff options
context:
space:
mode:
authorBenjamin Rhodes <ben@nerdyworm.com>2024-04-26 14:04:24 -0700
committerGitHub <noreply@github.com>2024-04-26 22:04:24 +0100
commitb450997d71340a683d100e01182d695a0f49a03a (patch)
treebe579844845d62c68f721f0cbfd831fffedacdb4 /test-apps/nested-element-map/gleam.toml
parentbc445f49a4748a96e3b84f14d70727729c5dfbb8 (diff)
downloadlustre-b450997d71340a683d100e01182d695a0f49a03a.tar.gz
lustre-b450997d71340a683d100e01182d695a0f49a03a.zip
🔀 Fix a bug where nested `Map` nodes were not morphed. (#115)
* ensure nested subtrees are morphed * Add a test-app for nested element map bug
Diffstat (limited to 'test-apps/nested-element-map/gleam.toml')
-rw-r--r--test-apps/nested-element-map/gleam.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/test-apps/nested-element-map/gleam.toml b/test-apps/nested-element-map/gleam.toml
new file mode 100644
index 0000000..b671bec
--- /dev/null
+++ b/test-apps/nested-element-map/gleam.toml
@@ -0,0 +1,11 @@
+name = "app"
+version = "1.0.0"
+target = "javascript"
+
+[dependencies]
+gleam_stdlib = "~> 0.36"
+lustre = { path = "../../" }
+
+[dev-dependencies]
+gleeunit = "~> 1.0"
+lustre_dev_tools = "~> 1.0"