-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: merge cli-ux library with oclif/core (#345)
* feat: merge cli-ux library with oclif/core Removes the circlular dependency between oclif/core and cli-ux @W-10255961@ * chore: fix relative paths * feat: merge cli-ux library with oclif/core Removes the circlular dependency between oclif/core and cli-ux * v1.1.2-test-02 * chore: resolve name collision for core/Config and cli-ux/Config * chore: revert to latest version number * chore: fix build error * chore: fix imports in tests * chore: wrap cli-ux exported members in namespace * chore: remove unneeded import * Revert "chore: remove unneeded import" This reverts commit 8d2f1ec. * Revert "chore: wrap cli-ux exported members in namespace" This reverts commit 905e5d5. * chore: rework cliux namespace export * chore: document migration * chore: apply suggestions from code review Co-authored-by: Juliet Shackell <[email protected]> * chore: remove unneeded console.log statement * chore: update migration guide * chore: fix up examples * chore: apply review suggestions * chore: adjust exports * chore: abandon use of namesapce * v1.1.2-test-07 * v1.1.2-test-08 * v1.1.2-test-09 * chore: remove use of lodash/castArray * chore: exclude windows latest, see npm/cli#4234 * fix: integration test command in ci config * chore: fix integration test job name Co-authored-by: Juliet Shackell <[email protected]> Co-authored-by: Rodrigo Espinosa de los Monteros <[email protected]>
- Loading branch information
1 parent
260b31a
commit 27175d6
Showing
41 changed files
with
2,811 additions
and
164 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
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 |
---|---|---|
|
@@ -8,3 +8,4 @@ | |
/node_modules | ||
/tmp | ||
/test/tmp | ||
.DS_Store |
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.