Skip to content

Commit b32fe23

Browse files
committed
fix: filter on .gleam files only
1 parent 5f8e9ee commit b32fe23

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/internal/codegen/modules.gleam

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import gleam/option
21
import gleam/list
32
import gleam/string
43
import gleam/set

src/internal/serializer.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ fn codegen_t_to_codegen_json_t(gen: StmtGenReq, field_name) {
137137
])
138138
}
139139
_ -> {
140-
todo
140+
panic as "unimplemented! codegen_t_to_codegen_json_t"
141141
}
142142
}
143143
}

0 commit comments

Comments
 (0)