-
Notifications
You must be signed in to change notification settings - Fork 22
Typescript migration #127
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
base: master
Are you sure you want to change the base?
Typescript migration #127
Conversation
@MrWook - thanks for starting this off. I'm pretty buy this week and next, but I've had a quick glance at it and have a couple of initial questions:
Thanks |
Hey @mst101
|
@MrWook - I've just revisited the Typescript course I took last year and now my head is full, once again, with generics and decorator functions! I can see where you're going with the above code, but when I run
It seems like the typescript is not being converted to javascript by the time it reaches the babel transpiler... Any chance you can help me get over this little hump? Thanks :-) |
# Conflicts: # .eslintrc.js # package-lock.json # package.json # src/components/PickerCells.vue
Let's migrate to typescript
add typescript setup
move all components to typescript
move all js files to typescript
resolve build and serve script for typescript