-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
JSDoc Updates #165
JSDoc Updates #165
Conversation
TS 5.5 infers predicates when they're more explicit.
Bumps everything but Jest to the latest version supporting Node 16.
Node 14 is required now.
I'm not adding it because @imports support needs Node 18.
@@ -7,8 +7,8 @@ machines, and also the same output when only the CLI version changes. | |||
const path = require('path'); | |||
|
|||
/** | |||
* @typedef { import("./types/options").Options } Options | |||
* @typedef { import("./types/path").Path } Path | |||
* @import {Options} from "./types/options" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yay for TS 5.5 🎉
Thanks again |
Thanks! I did a bunch of rebasing and must've missed one. |
Yeah, I later noticed you fixed the issue in the typings PR. That's fine, no worries 👍 |
Sort, format, lint jsdocs.
Depends on #164
Here's the diff as GH doesn't play well with stacks from forks: lishaduck/node-elm-review@turbo...jsdocs