We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26f33a commit 5fe9a22Copy full SHA for 5fe9a22
lib/live_view_native/swiftui/rules_parser.ex
@@ -11,6 +11,7 @@ defmodule LiveViewNative.SwiftUI.RulesParser do
11
line = Keyword.get(opts, :line) || 1
12
variable_context = Keyword.get(opts, :variable_context, Elixir)
13
expect_semicolons? = Keyword.get(opts, :expect_semicolons?, false)
14
+ expect_semicolons? = true
15
16
context =
17
opts
0 commit comments