Skip to content

Commit

Permalink
Replace command-line-args with ts-command-line-args (WICG#1334)
Browse files Browse the repository at this point in the history
For better type-safety and ergonomics.
  • Loading branch information
apasel422 authored Jun 12, 2024
1 parent 81f7dc8 commit 60c77e0
Show file tree
Hide file tree
Showing 3 changed files with 216 additions and 35 deletions.
189 changes: 181 additions & 8 deletions ts/package-lock.json

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

2 changes: 1 addition & 1 deletion ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"command-line-args": "^5.2.1",
"memoizee": "^0.4.15",
"psl": "^1.9.0",
"structured-headers": "^1.0.1",
"ts-command-line-args": "^2.5.1",
"uuid": "^9.0.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 60c77e0

Please sign in to comment.