Skip to content

Commit

Permalink
refactor(strictnullcheck): adjust all code to strictNullCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Feb 27, 2024
1 parent f4e2e1f commit f5db4a0
Show file tree
Hide file tree
Showing 8 changed files with 404 additions and 371 deletions.
7 changes: 7 additions & 0 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"@restorecommerce/dev": "^0.0.7",
"@types/ioredis": "^5.0.0",
"@types/mocha": "^10.0.6",
"@types/nconf": "^0.10.6",
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
Expand Down Expand Up @@ -67,9 +68,9 @@
"lint": "eslint src --ext .ts",
"mocha": "cross-env NODE_ENV=test mocha --full-trace --exit --trace-warnings --exit",
"test-debug": "cross-env NODE_ENV=test mocha --full-trace --exit --trace-warnings --exit --inspect-brk",
"build:tsc": "esbuild ./src/start.ts --bundle --platform=node --outfile=lib/start.cjs --minify --tree-shaking=true --sourcemap=inline",
"build:es": "esbuild ./src/start.ts --bundle --platform=node --outfile=lib/start.cjs --minify --tree-shaking=true --sourcemap=inline",
"build:clean": "rimraf lib",
"build": "npm-run-all lint build:clean build:tsc"
"build": "npm-run-all lint build:clean build:es"
},
"engines": {
"node": ">= 20.8.0"
Expand Down
Loading

0 comments on commit f5db4a0

Please sign in to comment.