-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Typescript Migration #22: client/modules/Preview
#3749
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: develop
Are you sure you want to change the base?
Conversation
Release EnvironmentsThis Environment is provided by Release, learn more! 🔧Environment Status : https://app.release.com/public/Processing%20Foundation/env-3ead4d2e19 |
|
Hi @NalinDalal, I've just run the CICD checks, and I think you have a few type-errors to resolve Thanks for keeping a clean commit history! I see that all your commits have "no-verify" in the message, so I'm assuming you added the Adding the This is because we are expecting type errors when we perform this action, and we just want to commit the file extension update while conserving the file history After this, please either run typechecks while you are working or allow the automated typecheck on commits to run by commit as usual without the |
|
yes, i noticed there are type-errors after I messaged on discord, will update soon |
|
Hi! I note there are types available for jshint and decomment from DefinitelyTyped: |
@nbogie , Hi I am not quite sure I follow, can you explain? |
|
Hi @NalinDalal ! Yes, including those types (as dev dependencies) would allow typescript to spot any type-errors in the codebase's use of those libraries, as well as give intellisense and (possibly) inline docs for those usages, too. At the moment, your PR declares those library variables in a way which means they'll be given type Just a suggestion! |
thanks for heads up, types added. |

Fixes #issue-number
Changes:
migrated
client/modules/Previewto typescriptI have verified that this pull request:
npm run lint)npm run test)developbranch.Fixes #123