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

Membership refactor #681

Merged
merged 1 commit into from
Feb 24, 2017
Merged

Membership refactor #681

merged 1 commit into from
Feb 24, 2017

Conversation

tmcw
Copy link
Member

@tmcw tmcw commented Feb 24, 2017

  • Tags with @lends are now filtered out early on, so they never
    generate documentation. Lends tags are structural hints only.
  • Uses built-in type checks instead of babel-types where appropriate.
  • More internal documentation
  • Now reuses code for parsing lends between different forms

Previously broken syntax, now working:

/** parent */
export default function() {
  /** child */
  this.a = 1;
}

Actually fixes #678

- Tags with `@lends` are now filtered out early on, so they never
  generate documentation. Lends tags are structural hints only.
- Uses built-in type checks instead of babel-types where appropriate.
- More internal documentation
- Now reuses code for parsing lends between different forms

Previously broken syntax, now working:

```js
/** parent */
export default function() {
  /** child */
  this.a = 1;
}
```
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 97.18% when pulling bb3a374 on membership-refactor into 802dc4c on master.

@tmcw tmcw merged commit 84c9215 into master Feb 24, 2017
@tmcw tmcw deleted the membership-refactor branch February 24, 2017 20:37
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.

Function shorthand syntax support?
2 participants