-
Notifications
You must be signed in to change notification settings - Fork 2
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
Wr/esm #439
Conversation
This issue has been linked to a new work item: W-14398571 |
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.
while QA-ing, I found some issues.
in DevDeps, the types for inquirer were still the v8 types. We reference a lot of those in the code, but they're not in v9.
I updated the types to v9 to match the inquirer import, but it causes failures.
I pushed a commit that makes these changes so you'll be able to see the errors.
bdc0414
to
814ff1d
Compare
previous QA (linked into sf) ✅ create a objects |
What does this PR do?
converts to ESM
What issues does this PR fix or reference?
@W-14398571@