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

Commits on Nov 29, 2020

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

    - Add function getDefaultJSDocType
    - Update tests for svelte3/integration/methods
    - Fix typings for SvelteMethodItem
    - Add example usage
    soft-decay committed Nov 29, 2020
    Configuration menu
    Copy the full SHA
    f863a48 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. fix(parser, v3-parser): Remove depracated keys from api

    - 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 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    c1eeb18 View commit details
    Browse the repository at this point in the history