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

Typescript setup (second try) #1532

Closed
wants to merge 8 commits into from
Closed

Typescript setup (second try) #1532

wants to merge 8 commits into from

Conversation

epicfaace
Copy link
Member

@epicfaace epicfaace commented Dec 7, 2019

First try was #1446. Doing this again because a lot of merge conflicts.

for file in src/components/*.js; do mv "$file" "${file%.js}.tsx"; done
for file in src/components/widgets/*.js; do mv "$file" "${file%.js}.tsx"; done
for file in src/components/fields/*.js; do mv "$file" "${file%.js}.tsx"; done
for file in tests/*.js; do mv "$file" "${file%.js}.tsx"; done
for file in playground/samples/*.js; do mv "$file" "${file%.js}.tsx"; done
mv playground/app.js playground/app.tsx
mv src/index.js src/index.tsx
mv src/withTheme.js src/withTheme.tsx
mv src/utils.js src/utils.tsx
mv src/types.js src/types.ts
mv src/validate.js src/validate.ts

@epicfaace epicfaace force-pushed the typescript2 branch 2 times, most recently from f1b674b to b890f01 Compare December 7, 2019 19:51
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