-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add TypeScript Conversion Plugin Loader #228
base: v1.x/master
Are you sure you want to change the base?
Conversation
Signed-off-by: Parth Shandilya <[email protected]>
8ce542b
to
9a55f89
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information The version of Java (1.8.0_242) you have used to run this analysis is deprecated and we will stop accepting it from October 2020. Please update to at least Java 11. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hope that this exercise helped you to understand typescript more. the PR contains bugs, so please look at my comments to learn more
lib/plugin-loader.ts
Outdated
} | ||
} | ||
|
||
const plugInConstructorsByType = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is very similar in concept to an enum, so maybe it should be made into one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please check now, there were some errors in below makePlugin
after adding enum.
Signed-off-by: Parth Shandilya <[email protected]>
bee2bac
to
c209e93
Compare
No description provided.