-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed bug according to #451 * Updated CHANGELOG.md * Prettified code * Standardised error output of the `@kipper/cli` (#489) * Update README.md Signed-off-by: Luna <luna.klatzer@gmail.com> * Updated and simplified PULL_REQUEST_TEMPLATE.md Signed-off-by: Luna <luna.klatzer@gmail.com> * Update PULL_REQUEST_TEMPLATE.md Signed-off-by: Luna <luna.klatzer@gmail.com> * Update README.md Signed-off-by: Luna <luna.klatzer@gmail.com> * Added missing space in `kipper` README.md Signed-off-by: Luna <luna.klatzer@gmail.com> * Restructured CLI and implemented standardised prettified errors * Removed suffix message from `KipperInternalError` * Updated CHANGELOG.md * Fixed accidentally renamed args property in `getFile` * Fixed invalid use of `getTarget` in analyse.ts * Renamed `getFile` to `getParseStream` * Updated CHANGELOG.md * Fixed `LogLevel` being too high in analyse.ts * Fixed error being thrown in analyse.ts The logger already handles the error, so the error must be caught and then ignored. * Prettified code * Updated analyse.test.ts to fit code changes * Updated analyse.test.ts to fit code changes * Updated CHANGELOG.md --------- Signed-off-by: Luna <luna.klatzer@gmail.com> --------- Signed-off-by: Luna <luna.klatzer@gmail.com>
- Loading branch information
1 parent
d3dd21e
commit 433664d
Showing
30 changed files
with
373 additions
and
245 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 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.