-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use https://www.npmjs.com/package/enquirer instead of https://www.npmjs.com/package/inquirer to save some bytes and increase loading speed. * feat: move to enquirer * chore: unpin typed-emitter
- Loading branch information
Showing
5 changed files
with
126 additions
and
286 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
### TODOs | ||
| Filename | line # | TODO | ||
|:------|:------:|:------ | ||
| [src/prompter.ts](src/prompter.ts#L75) | 75 | ignoring type error here, probably need another type | ||
| [src/prompter.ts](src/prompter.ts#L16) | 16 | Wait for upstream change to import types from enquirer | ||
| [src/prompter.ts](src/prompter.ts#L77) | 77 | ignoring type error here, probably need another type |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.