Skip to content

Commit

Permalink
Add TODO(#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Jun 15, 2021
1 parent 193b77d commit 9599819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/grecha.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const LOREM: string = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.";

type Child = string | HTMLElement;
// TODO: make tag more typesafe
// TODO(#73): make tag more typesafe
// Essentially get rid of the `any`
type Tag = any;

Expand Down

0 comments on commit 9599819

Please sign in to comment.