-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat!: migrate to ESM #538
Conversation
BREAKING CHANGES: ESM and node 18 minimum
62ae821
to
ca68d6b
Compare
This issue has been linked to a new work item: W-14349278 |
src/autocomplete/powershell.ts
Outdated
// skip hidden flags | ||
if (f.hidden) continue | ||
|
||
const flagSummary = this.sanitizeSummary(f.summary || f.description) |
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.
f.summary ?? f.description
QA NOTESESM CLI
CJS CLI
UNRELATED
|
@cristiand391 tested with Powershell and it looked good! Just the comment about the |
BREAKING CHANGES: ESM and node 18 minimum
Closes #540