-
Notifications
You must be signed in to change notification settings - Fork 164
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
Rewrite repo in typescript #72
Commits on Mar 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bcbc0dd - Browse repository at this point
Copy the full SHA bcbc0ddView commit details
Commits on Mar 13, 2021
-
For some reason the dist/components directory doesn't get picked up w…
…hen using the git repo as a target on the typescript branch, attempting to work out why.
Configuration menu - View commit details
-
Copy full SHA for f25971a - Browse repository at this point
Copy the full SHA f25971aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc7a4db - Browse repository at this point
Copy the full SHA bc7a4dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9860e9c - Browse repository at this point
Copy the full SHA 9860e9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28a2340 - Browse repository at this point
Copy the full SHA 28a2340View commit details
Commits on Dec 20, 2021
-
NS-BOBBY-C committed
Dec 20, 2021 Configuration menu - View commit details
-
Copy full SHA for a5944c2 - Browse repository at this point
Copy the full SHA a5944c2View commit details -
NS-BOBBY-C committed
Dec 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 113db27 - Browse repository at this point
Copy the full SHA 113db27View commit details -
fix: typescript file reverted to JS
NS-BOBBY-C committedDec 20, 2021 Configuration menu - View commit details
-
Copy full SHA for cd7a9fa - Browse repository at this point
Copy the full SHA cd7a9faView commit details
Commits on Dec 22, 2021
-
feat: convert entire repo to TypeScript
In order to enhance the developer experience for both the ViroCommunity maintainers and also the end developer, I've converted the repo to typescript. There were many instances where common event handlers were copy/pasted across Viro Components. This makes the repo hard to maintain. The end user can also get types, commends, and docs while developing using an IDE. This also will help the end user avoid usage mistakes, which in turn should reduce the load on the maintainers.
NS-BOBBY-C committedDec 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 4c609e5 - Browse repository at this point
Copy the full SHA 4c609e5View commit details -
feat: export from index.ts correctly
NS-BOBBY-C committedDec 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 3c36515 - Browse repository at this point
Copy the full SHA 3c36515View commit details -
fix: fix typescript definitions not building correctly
NS-BOBBY-C committedDec 22, 2021 Configuration menu - View commit details
-
Copy full SHA for ef0519b - Browse repository at this point
Copy the full SHA ef0519bView commit details -
fix: fix some issues with migrated components
NS-BOBBY-C committedDec 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 7438886 - Browse repository at this point
Copy the full SHA 7438886View commit details
Commits on Dec 23, 2021
-
fix: issues with components from TS migration
NS-BOBBY-C committedDec 23, 2021 Configuration menu - View commit details
-
Copy full SHA for f240e2c - Browse repository at this point
Copy the full SHA f240e2cView commit details
Commits on Dec 30, 2021
-
Update tsconfig for easier development
Adds an output directory to the tsconfig so the source code is separate from the generated js and d.ts files. This will help with ease of development
NS-BOBBY-C committedDec 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 331d442 - Browse repository at this point
Copy the full SHA 331d442View commit details
Commits on Jan 21, 2022
-
Without the Resources folder being copied by tsc, this would not resolve the dependencies correctly, since there are a few default placeholder images.
NS-BOBBY-C committedJan 21, 2022 Configuration menu - View commit details
-
Copy full SHA for a0d984d - Browse repository at this point
Copy the full SHA a0d984dView commit details -
NS-BOBBY-C committed
Jan 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 4c9a337 - Browse repository at this point
Copy the full SHA 4c9a337View commit details -
Fix typescript build issue with npm
NS-BOBBY-C committedJan 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 65150a0 - Browse repository at this point
Copy the full SHA 65150a0View commit details