Skip to content

Commit

Permalink
fix: post-tinyexec fixes
Browse files Browse the repository at this point in the history
- fix many errors & broken tests
- change many module specifiers to be internal
- update some docstrings
- create wrapper for some common `lodash` guards
- fix exec result and error handling
- what was `ExecResult` is now `ExecOutput`. `ExecResult` is a `PromiseLike`
- fix deps and exports in `test-util`
  • Loading branch information
boneskull committed Sep 20, 2024
1 parent 9726f6f commit c7696a7
Show file tree
Hide file tree
Showing 144 changed files with 1,499 additions and 1,066 deletions.
194 changes: 191 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/midnight-smoker/.config/tsconfig.paths.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"paths": {
"@midnight-smoker/plugin-default": ["../../plugin-default/src/index.js"],
"#cli/*": ["../src/cli/*.js"],
"#cli/command/*": ["../src/cli/command/*.js"],
"#capabilities": ["../src/capabilities.js"],
"#config": ["../src/config/index.js"],
"#config/*": ["../src/config/*.js"],
Expand All @@ -24,6 +25,7 @@
"#pkg-manager/*": ["../src/pkg-manager/*.js"],
"#plugin/*": ["../src/plugin/*.js"],
"#reporter/*": ["../src/reporter/*.js"],
"#root": ["../src/root.js"],
"#rule/*": ["../src/rule/*.js"],
"#schema/*": ["../src/schema/*.js"],
"#schema/meta/*": ["../src/schema/meta/*.js"],
Expand Down
Loading

0 comments on commit c7696a7

Please sign in to comment.