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

Use more conventional TS style in packages/scripts #313

Merged

Conversation

Eric-Arellano
Copy link
Contributor

  • Using ts-results didn't make much sense because we weren't doing anything interesting with the results, such as deferring erroring. We wanted to error immediately. It added indirection
  • I'm not sure why I was using anonymous functions rather than function
  • I like putting export directly on the function rather than the bottom of the file

@Eric-Arellano Eric-Arellano merged commit e18a90a into ParkingReformNetwork:main Jan 11, 2025
1 check passed
@Eric-Arellano Eric-Arellano deleted the EA/refactor-scripts branch January 11, 2025 22:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant