Skip to content

Commit

Permalink
[major] remove registerStringifyError,setupCatchExit,enableLogging; c…
Browse files Browse the repository at this point in the history
…lean up code, reduce warning logs
  • Loading branch information
electrovir committed Jan 9, 2025
1 parent 342d86f commit 4d5725e
Show file tree
Hide file tree
Showing 52 changed files with 525 additions and 565 deletions.
3 changes: 3 additions & 0 deletions cspell.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ module.exports = {
],
words: [
...baseConfig.words,
'pipewrap',
'signalwrap',
'ttywrap',
],
};
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default [
{
ignores: [
/** Add file globs that should be ignored. */
'src/test/tests',
],
},
{
Expand Down
108 changes: 108 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
"human-signals": "8.0.0"
},
"devDependencies": {
"@augment-vir/assert": "^31.6.0",
"@augment-vir/node": "^31.6.0",
"@augment-vir/test": "^31.6.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.14.0",
"@stylistic/eslint-plugin": "^2.12.1",
Expand Down
5 changes: 0 additions & 5 deletions src/file-paths.ts

This file was deleted.

Loading

0 comments on commit 4d5725e

Please sign in to comment.