Skip to content

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?

3 participants