Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tjjfvi committed Apr 10, 2023
1 parent 1385cfd commit b3614a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions codegen/TypeCodegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,6 @@ is${variant.tag}(value) {
} }`
}

_write(files: Map<string, string>, entries: [string, $.Codec<any>][]): boolean {
return false
}

write(files: Map<string, string>) {
for (const isTypes of [false, true]) {
const ext = isTypes ? "d.ts" : "js"
Expand Down

0 comments on commit b3614a4

Please sign in to comment.