135 Commits (95ba66094364680b53da403bf63549a38d99c565)

Author SHA1 Message Date
Hans Larsen 109dd3d395
Adding TryFromJs implementations for BTreeMap and HashMap (#3844) 5 months ago
raskad 4419e6df04
Fix base objects in `with` statements (#3870) 5 months ago
José Julián Espina 8c727f6d52
Bump ICU4X to 1.5 and cleanup Intl (#3868) 5 months ago
leoflalv fd1a348601
add group_collapsed function executing group inside it (#3867) 5 months ago
José Julián Espina 6130adf6d9
Group dependabot updates (#3863) 5 months ago
dependabot[bot] 52bc17d1a8
Bump thiserror from 1.0.59 to 1.0.60 (#3851) 6 months ago
Haled Odat ced222fdba
Separate `JsString` into its own crate (#3837) 6 months ago
Haled Odat 5af3f7c079
Fix Rust 1.78.0 Clippy lints (#3838) 6 months ago
Haled Odat 3f6ee2276c
Implement Latin1 JsString (#3450) 6 months ago
Haled Odat 6febf7eda0
Implement object keys access (#3832) 6 months ago
Haled Odat 6ee208fc5d
Decouple `Context` from `ByteCompiler` (#3829) 6 months ago
Hans Larsen 61567687cf
Implement TryFromJs for Either<L, R> (#3822) 6 months ago
dependabot[bot] c9d914ca55
Bump syn from 2.0.59 to 2.0.60 (#3827) 6 months ago
dependabot[bot] 7f079ae689
Bump thiserror from 1.0.58 to 1.0.59 (#3824) 6 months ago
Hans Larsen f955248732
Add a ContextData struct to inject host defined types from the context (#3802) 7 months ago
Haled Odat 261e264b01
Fix order of `ToString` call in Function constructor (#3820) 7 months ago
Hans Larsen 5a4d9774ed
Add an embed_module!() macro to boa_interop (#3784) 7 months ago
dependabot[bot] bee5a5ccea
Bump syn from 2.0.58 to 2.0.59 (#3817) 7 months ago
dependabot[bot] c63e8e2d37
Bump quote from 1.0.35 to 1.0.36 (#3813) 7 months ago
Hans Larsen d915c9bef7
Add functions to create modules from a JSON value (#3804) 7 months ago
Hans Larsen 0d7018f16c
Add a new type Convert<> to convert values (#3786) 7 months ago
Linus Groh c0a961f650
Implement Promise.try() (#3800) 7 months ago
Hans Larsen 9702501f09
Add more utility traits and funtions to boa_interop (#3773) 7 months ago
Hans Larsen 1825e8b3f2
Fix SimpleModuleLoader on Windows (#3795) 7 months ago
José Julián Espina f2b9c83ceb
Build docs.rs docs with all features enabled (#3794) 7 months ago
José Julián Espina c9d1401a58
Cleanup tester deps and patterns (#3792) 7 months ago
Hans Larsen 958045c9ac
Properly resolve paths in SimpleModuleLoader and add path to Referrer::Script (#3791) 7 months ago
dependabot[bot] c78e9f0871
Bump syn from 2.0.57 to 2.0.58 (#3788) 7 months ago
José Julián Espina ffbf794577
Remove references to dev docs and npm dependencies (#3787) 7 months ago
Hans Larsen cb5cea6d26
Add a path to Module (and expose it in Referrer) (#3783) 7 months ago
Hans Larsen 37db6a4911
Add a boa_interop crate (#3772) 7 months ago
Haled Odat b1f07805c3
Optimize Regex match check (#3779) 7 months ago
José Julián Espina 5c20010328
Check that `min <= max` in `clamp_finite` (#3699) 7 months ago
dependabot[bot] 23775954fd
Bump syn from 2.0.55 to 2.0.57 (#3777) 7 months ago
Hans Larsen 08b0debbfb
Allow deserialization of missing objects properties into Option<> (#3767) 7 months ago
Haled Odat fb8e16b2d9
Cached `this` value (#3771) 7 months ago
Haled Odat a1e36fc788
Optimize number to PropertyKey conversion (#3769) 7 months ago
dependabot[bot] 122bc968a5
Bump syn from 2.0.53 to 2.0.55 (#3762) 7 months ago
Matthew Stone 48750f361a
Swap to Duration::round from temporal_rs (#3731) 7 months ago
raskad 7987fd8c02
Add missing environment creation in initial iteration of for loop (#3751) 7 months ago
Haled Odat d3e539593f
Dense array storage variants for `i32` and `f64` (#3760) 7 months ago
Hans Larsen 1c6a095196
Add a try_from_js implementation for Vec<T> (accept any Array-like) (#3755) 7 months ago
José Julián Espina 03d972957d
Apply new clippy lints for rustc 1.77 (#3759) 7 months ago
raskad abec7b2ec2
Fix parsing of binding identifier in try catch parameters (#3752) 8 months ago
raskad 9e9d71ff91
Fix parsing of `async` in for-of loops (#3745) 8 months ago
dependabot[bot] 9bc1195d39
Bump futures-lite from 2.2.0 to 2.3.0 (#3748) 8 months ago
dependabot[bot] 7a8e3b9adc
Bump syn from 2.0.52 to 2.0.53 (#3750) 8 months ago
raskad 06b1c3394d
Fix invalid syntex errors for allower `let` as variable names (#3743) 8 months ago
dependabot[bot] 12ee8dd92b
Bump bytemuck from 1.14.3 to 1.15.0 (#3740) 8 months ago
raskad 2bed1fca2f
Add default value for descructing property access arrays (#3738) 8 months ago