Skip to content

Commit 5f122da

Browse files
committed
add more TODO
1 parent ebfe7e3 commit 5f122da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/translator/modifier.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ function pi(
156156
includeVerb: false,
157157
})
158158
.filter((modifier) =>
159+
// TODO: do this in `fixer.ts` instead
159160
modifier.type !== "noun" || modifier.noun.type !== "simple" ||
160161
modifier.noun.prepositions.length === 0
161162
)

0 commit comments

Comments
 (0)