-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(compas): reimplement
zakmes
, add package manager support
- Mainly moved tui + cache + watcher to development only code. - Manage all the state in a single `state` class. - Add all integrations as singular things. Every integration can react to cache changes, config changes, file changes or keypress inputs. File changes are debounced automatically and need to be registered by the integration. - Support running in multiple root directories. There are some optimizations to be made, but implementing a reactive and cache enabled integration should be pretty straight-forward.
- Loading branch information
Showing
34 changed files
with
2,201 additions
and
1,834 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
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.