Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace NormalList and SeparatedList trait implementation with parseDelimitedList and parseList #3887

Closed
Boshen opened this issue Jun 24, 2024 · 0 comments · Fixed by #4028
Closed
Labels
C-enhancement Category - New feature or request

Comments

@Boshen
Copy link
Member

Boshen commented Jun 24, 2024

I find parseDelimitedList and parseList from typescript's parser.ts a lot nicer than our trait implementations, our version is too boilerplate heavy.

@Boshen Boshen added the C-enhancement Category - New feature or request label Jun 24, 2024
Boshen added a commit that referenced this issue Jul 1, 2024
Boshen added a commit that referenced this issue Jul 1, 2024
Boshen added a commit that referenced this issue Jul 2, 2024
…sts (#4014)

relates #3887

The rest of the list parsing trait implementations involves ... parsing
`rest`, which I'll refactor in another PR.
Boshen added a commit that referenced this issue Jul 2, 2024
Boshen added a commit that referenced this issue Jul 2, 2024
@Boshen Boshen closed this as completed Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category - New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant