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

fix(v3-parser): Export metadata for method.param items (#39) #40

Merged
merged 2 commits into from
Nov 30, 2020

Conversation

soft-decay
Copy link
Contributor

  • Parse @param from JSDoc
  • Add function getDefaultJSDocType
  • Update tests for svelte3/integration/methods
  • Fix typings for SvelteMethodItem
  • Add example usage

- Add function getDefaultJSDocType
- Update tests for svelte3/integration/methods
- Fix typings for SvelteMethodItem
- Add example usage
Copy link
Owner

@alexprey alexprey left a comment

Choose a reason for hiding this comment

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

Thanks for PR

@alexprey alexprey added this to the 4.0.0 milestone Nov 29, 2020
- Remove 'value' => Use 'importPath'
- Remove 'loc' => Use 'locations'
- Remove 'args' => Use 'params'
- Refactor parseKeywords
- Fix tests for svelte2/integration/locations
- Fix input file for svelte2/integration/overall
- Fix typings for removed keys
- Lint for svelte3/integration/components
- Lint svelte3/integration/methods
- Lint unit/jsdoc
@soft-decay
Copy link
Contributor Author

soft-decay commented Nov 30, 2020

I removed deprecated keys from both parsers. You can check the commit message for details. I had to refactor parseKeywords because the linting rules prevented me from making declarations in the switch case. [Ref #41]

Copy link
Owner

@alexprey alexprey left a comment

Choose a reason for hiding this comment

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

Great job!

@alexprey alexprey merged commit afb6115 into alexprey:master Nov 30, 2020
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.

None yet

2 participants