Skip to content

Commit

Permalink
Cleanup CLI to use eyre + refactor patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed Jan 5, 2025
1 parent 13344ce commit 155933c
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 151 deletions.
2 changes: 0 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,11 @@
{
"id": "filePath",
"description": "Relative path to the file to run",
"default": "debug/script.js",
"type": "promptString"
},
{
"id": "modulePath",
"description": "Relative path to the module root directory",
"default": "debug",
"type": "promptString"
},
{
Expand Down
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ regex.workspace = true
phf = { workspace = true, features = ["macros"] }
pollster.workspace = true
dhat = { workspace = true, optional = true }
color-eyre.workspace = true

[features]
default = ["boa_engine/annex-b", "boa_engine/experimental", "boa_engine/intl_bundled"]
Expand Down
Loading

0 comments on commit 155933c

Please sign in to comment.