You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: `The default attributes for <script/> element use when executing scripts. It is a set of key-value pairs delimited by a newline \\n character.`,
161
-
Value: "type module",
162
-
},
163
-
},
152
+
DefaultStrings: []*DefaultString{},
164
153
DatalineLiterals: []toolbelt.CasedString{
165
154
// Shared
166
155
toolbelt.ToCasedString("selector"),
@@ -173,11 +162,6 @@ var Consts = &ConstTemplateData{
173
162
// MergeSignals
174
163
toolbelt.ToCasedString("signals"),
175
164
toolbelt.ToCasedString("onlyIfMissing"),
176
-
177
-
// ExecuteScript
178
-
toolbelt.ToCasedString("script"),
179
-
toolbelt.ToCasedString("attributes"),
180
-
toolbelt.ToCasedString("autoRemove"),
181
165
},
182
166
Enums: []*EnumDefinition{
183
167
{
@@ -231,11 +215,6 @@ var Consts = &ConstTemplateData{
231
215
Description: "An event for merging signals.",
232
216
Value: "datastar-merge-signals",
233
217
},
234
-
{
235
-
Name: toolbelt.ToCasedString("ExecuteScript"),
236
-
Description: "An event for executing <script/> elements in the browser.",
0 commit comments