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

refactor(logic): typescriptify #81

Merged
merged 8 commits into from
Aug 6, 2020
Merged

refactor(logic): typescriptify #81

merged 8 commits into from
Aug 6, 2020

Conversation

mantariksh
Copy link
Contributor

@mantariksh mantariksh commented Aug 5, 2020

This PR migrates the logic module to TypeScript. Since we currently do not have types for fields which have a fieldValue or for the shape of the POST body for form submissions, those types were added as well.

Closes #70

@mantariksh mantariksh requested a review from karrui August 6, 2020 01:59
Copy link
Contributor

@karrui karrui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some changes requested

src/shared/util/logic.ts Outdated Show resolved Hide resolved
src/types/field/baseField.ts Show resolved Hide resolved
@mantariksh mantariksh requested a review from karrui August 6, 2020 02:43
Copy link
Contributor

@karrui karrui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

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.

Migrate /shared folder to Typescript
2 participants