chore: Update to latest versions of dependencies.

Resolves #35.
  Also allows a useless statement that worked around a Civet bug to
  be removed.
This commit is contained in:
Glen Whitney 2024-02-13 21:13:57 -08:00
parent 9a3dd1b49b
commit 049039dd9a
3 changed files with 10 additions and 11 deletions

View file

@ -16,7 +16,6 @@ type Split<S extends string>
classes := 'point line circle polygon sector plane sphere polyhedron'
type JoyceClass = Split<typeof classes>
const FixWeirdness = 0
function assertJoyceClass(s: string): asserts s is JoyceClass
unless classes.includes s then throw new Error `Oops ${s} slipped through`