Skip to content

Commit

Permalink
Migrate Temporal to its own crate. (#3461)
Browse files Browse the repository at this point in the history
* Update round and total method

* Begin Temporal crate migration

* Add dyn Any context and some small changes

* General completion and clean up work of migration

* Finish up clean up and linting of draft

* Post-rebase update and a couple changes

* Rename and some cleanup

* Remove migrated record file

* Apply Review
  • Loading branch information
nekevss authored Dec 4, 2023
1 parent 13ba869 commit e51e628
Show file tree
Hide file tree
Showing 40 changed files with 5,354 additions and 4,445 deletions.
13 changes: 13 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ members = [
"boa_parser",
"boa_profiler",
"boa_runtime",
"boa_temporal",
"boa_tester",
"boa_wasm",
]
Expand All @@ -38,6 +39,7 @@ boa_macros = { version = "~0.17.0", path = "boa_macros" }
boa_parser = { version = "~0.17.0", path = "boa_parser" }
boa_profiler = { version = "~0.17.0", path = "boa_profiler" }
boa_runtime = { version = "~0.17.0", path = "boa_runtime" }
boa_temporal = {version = "~0.17.0", path = "boa_temporal" }

# Shared deps
arbitrary = "1"
Expand Down
1 change: 1 addition & 0 deletions boa_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ boa_profiler.workspace = true
boa_macros.workspace = true
boa_ast.workspace = true
boa_parser.workspace = true
boa_temporal = { workspace = true }
serde = { workspace = true, features = ["derive", "rc"] }
serde_json.workspace = true
rand = "0.8.5"
Expand Down
343 changes: 0 additions & 343 deletions boa_engine/src/builtins/temporal/calendar/iso.rs

This file was deleted.

Loading

0 comments on commit e51e628

Please sign in to comment.