add select spec to union list items

This commit is contained in:
Matt Hill
2023-03-27 22:42:38 -06:00
parent 5caa9db886
commit 53ef640ed7
4 changed files with 27 additions and 8 deletions

View File

@@ -103,7 +103,6 @@ const matchVariant = object({
const recordString = dictionary([string, unknown]);
const matchDefault = object({ default: unknown });
const matchNullable = object({ nullable: literals(true) });
const matchPattern = object({ pattern: string });
const rangeRegex = /(\[|\()(\*|(\d|\.)+),(\*|(\d|\.)+)(\]|\))/;
const matchRange = object({ range: string });
const matchIntegral = object({ integral: literals(true) });