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

Add tags to ComponentDoc #307

Merged
merged 1 commit into from
Oct 28, 2020
Merged

Conversation

rohantalkad747
Copy link

It is proposed that the tagMap object be present in ComponentDoc. This can help developers use any tags to customize or filter the components.

package.json Outdated
@@ -9,6 +9,7 @@
"scripts": {
"precommit": "lint-staged",
"tsc": "tsc",
"postinstall": "tsc --outDir ./lib",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you explain, why it's a good idea, to have this postinstall script here? I thought it's run after npm install which doesn't seem to make too much sense or am I missing something?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about that, I was using that Github fork for my own project hence why I have a postInstall script there. I have since removed it.

tsconfig.json Outdated
@@ -4,6 +4,7 @@
"lib": ["es5", "es6"],
"target": "es5",
"strict": true,
"noImplicitAny": false,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It had taken a lot of effort to fix all things to enable this and make our code safer. Why we should disable it now?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have removed that line.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, my mistake, I thought you change it. Sorry about that.

@rohantalkad747 rohantalkad747 marked this pull request as ready for review October 28, 2020 20:10
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.

3 participants