-
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
CLI Controller #60
CLI Controller #60
Conversation
We've included "yargs" as an additional import here. Update package.json and package-lock.json accordingly once Rohan's changes are finished.
We ended up with a duplicate package.json file.
In the process, this seems to have updated/deleted many other dependencies. I'm not entirely sure how npm package management works, so there's a possibility something else has changed here.
- Run prettify on the code. - Change yargs to typescript-style import.
Yeesh that took a while.
We're moving away from recursive make, so this code isn't needed.
God bless vim-ale.
Non-CLI code shouldn't have been here to begin with, so I'm moving the Makefile-trace code off to a new branch. Ideally, I'd just git revert, but the relevant commits touch many unrelated files. We should be ready to merge in this code now.
I'm a bit confused --
I'm changing around the imports as per the error message, but can't seem to get it to compile in both this branch and in master. Continuing to work on it. |
OK, I copied all of my code to a fresh branch based off master and it seems to work. This branch probably contained some unrelated config change that was causing the error. |
Addresses issue #7.