Skip to content

Commit

Permalink
Fix JSDoc syntax (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
machty authored Feb 6, 2024
1 parent a2afc41 commit e5ff0eb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
3 changes: 2 additions & 1 deletion packages/ember-concurrency/src/-private/task-public-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import {
} from './task-decorators';
import { assert } from '@ember/debug';

/** @typedef {import('./task-group').TaskGroup} TaskGroup */
// eslint-disable-next-line no-unused-vars
import { TaskGroup } from './task-group';

/**
* TODO: update docs to reflect both old and new ES6 styles
Expand Down
2 changes: 1 addition & 1 deletion packages/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-qunit": "^7.3.4",
"expect-type": "^0.15.0",
"jsdoc": "^3.6.6",
"jsdoc": "^4.0.0",
"loader.js": "^4.7.0",
"prember": "~2.0.0",
"prettier": "^3.1.0",
Expand Down
21 changes: 12 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e5ff0eb

Please sign in to comment.