Skip to content

Commit

Permalink
fix(enhance): use oxc ast to wrap function main, close #1298
Browse files Browse the repository at this point in the history
fix: debug log
  • Loading branch information
greenhat616 committed Aug 5, 2024
1 parent c9ddbfb commit fb94f98
Show file tree
Hide file tree
Showing 3 changed files with 329 additions and 13 deletions.
183 changes: 182 additions & 1 deletion backend/Cargo.lock

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

5 changes: 5 additions & 0 deletions backend/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ os_pipe = "1.2.0"
whoami = "1.5.1"
atomic_enum = "0.3.0"
boa_engine.workspace = true
oxc_parser = "0.23"
oxc_allocator = "0.23"
oxc_span = "0.23"
oxc_ast = "0.23"
oxc_syntax = "0.23"
mlua = { version = "0.9", features = [
"lua54",
"async",
Expand Down
Loading

0 comments on commit fb94f98

Please sign in to comment.