eslint / doctrine

JSDoc parser
Apache License 2.0
456 stars 71 forks source link

@example warp the decorator does NOT work #207

Closed imcuttle closed 5 years ago

imcuttle commented 6 years ago

What version are you using? v2.1.0

What JSDoc comment were you trying to parse?

/**
 * @example
 *  class Model extends Root {
 *      @urlSync
 *      @observable sync = 'abc'
 *  }
 * @public
 */
function urlSync () {...}

What Doctrine options were you using (sloppy, unwrap, etc.)?

{ unwrap: true }

What happened? Include output if possible.

What did you expect to happen?

not-an-aardvark commented 6 years ago

Thanks for creating an issue. Does JSDoc support this syntax?

Keep in mind that decorators are not part of ES6, and are still a stage 2 proposal. At the earliest, they will end up being part of ES2019 ("ES10").

jaydenseric commented 6 years ago

Duplicates https://github.com/eslint/doctrine/issues/188?

kaicataldo commented 5 years ago

Thanks for this issue. We have decided to officially end-of-life JSDoc support in ESLint. As a result, this repository and project will no longer be maintained.

Thanks for understanding and we apologize for any inconvenience.