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 dcca5e6 commit 720d3f4Copy full SHA for 720d3f4
src/dom/document.zig
@@ -449,7 +449,7 @@ pub fn testExecFn(
449
try checkCases(js_env, &adoptNode);
450
451
const tags = comptime parser.Tag.all();
452
- comptime var createElements: [(tags.len) * 2]Case = undefined;
+ var createElements: [(tags.len) * 2]Case = undefined;
453
inline for (tags, 0..) |tag, i| {
454
const tag_name = @tagName(tag);
455
createElements[i * 2] = Case{
0 commit comments