Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/boa-dev/boa

Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language.
https://github.com/boa-dev/boa

Prevent PR benchmarks to run on label changes (#2119)

This changes the trigger type for PR benchmarks back to the default (`opened`, `synchronize`, `r...

4f8398e21f0ea71b4a772cd224a5380e497522c3 authored over 2 years ago by raskad <[email protected]>
Bump webpack-cli from 4.9.2 to 4.10.0 (#2118)

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.9.2 to 4.10.0.
<details>
<sum...

0e0ee49f95ae2d6c351d7009c5618a4bce9cf68b authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Only run benchmarks on PRs when a label is set (#2114)

This changes our ci benchmarks to only run when the label `run-benchmark` is set on the PR.

T...

8af90a7d783f47c2620596923bdac29be4d456bb authored over 2 years ago by raskad <[email protected]>
Implement Object.prototype.__lookupSetter__ (#2113)

This Pull Request closes #2067

It changes the following:

- Implement `Object.prototype.__l...

6477f61fb18afd212b92a97d57ee5bde1b701cc1 authored over 2 years ago by Sorck <[email protected]>
Implement Object.prototype.__lookupGetter__ (#2112)

This Pull Request fixes part of #2067

It changes the following:

- Implement `Object.protot...

c9b891fbfd8ebc7507308c72cda152a1d1ebf6ad authored over 2 years ago by Sorck <[email protected]>
Implement getter and setter of Object.prototype.__proto__ (#2110)

This Pull Request fixes part of #2067.

It changes the following:

- implemented getter of `...

220af1c375320f9b7cfcde057a4ded878426dd5f authored over 2 years ago by cybai (Haku) <[email protected]>
Fix spec links for some object operation methods (#2111)

It changes the following:

Fix spec links for
- `create_data_property`
- `create_data_prope...

637ffcfd78e3020fc5719a5b874375290b2dafe2 authored over 2 years ago by cybai (Haku) <[email protected]>
Implement `Object.prototype.__defineSetter__` (#2109)

<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add ...

0eb771d343efb0a9cded2e42d671014957d521f2 authored over 2 years ago by Ngo Iok Ui (Wu Yu Wei) <[email protected]>
Implement `Object.prototype.__defineGetter__` (#2108)

This Pull Request fixes part of #2067.

It introduces the legacy `Object.prototype.__defineGet...

b7e84d4c7de80359931422e16c18e45a4c712416 authored over 2 years ago by cybai (Haku) <[email protected]>
Remove unnecessary `Trace` and `Finalize` implementations from AST (#2103)

This Pull Request fchanges the following:

- Remove unnecessary `Trace` and `Finalize` impleme...

9025c36b1b7bf5eb3b614206d9fb935b39ea3c10 authored over 2 years ago by raskad <[email protected]>
Fixing the GitHub release workflow

9e81103cdf73893abc8ec3894c0bcf3c51329b0c authored over 2 years ago by Iban Eguia Moraza <[email protected]>
Added changelog, updated dependencies, bumped version number for 0.15 (#2102)

This Pull Request bumps the version number to 0.15, adds the changelog for this new versions and...

1dbd31e2b7ca7994c856ee20b9dfb840ab19e01e authored over 2 years ago by Iban Eguia <[email protected]>
Bump webpack-dev-server from 4.9.1 to 4.9.2 (#2105)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.9.1 to 4.9.2.
<...

5002b9b8e40708952f10ca238abb5bb0d7ecaabc authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump test262 from `520c418` to `53d6cd6` (#2104)

Bumps [test262](https://github.com/tc39/test262) from `520c418` to `53d6cd6`.
<details>
<summary...

4a7867e23a0ce993c716e06c5d4e06cf62c96978 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Parse private generator methods in classes (#2092)

This Pull Request changes the following:

- Parse private generator methods in classes

ae01d5c20bef227a47d7a9647d85da8bcd2b48c5 authored over 2 years ago by raskad <[email protected]>
Bump webpack from 5.72.1 to 5.73.0 (#2101)

Bumps [webpack](https://github.com/webpack/webpack) from 5.72.1 to 5.73.0.
<details>
<summary>Re...

6fdac9e632fbaa57dff3bde76b5f64c33e9783ad authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump terser-webpack-plugin from 5.3.1 to 5.3.3 (#2099)

Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.3...

758a1ed4a9ffdad3dc84341e17166ea163947926 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump boa-dev/criterion-compare-action from 3.2.1 to 3.2.2 (#2100)

Bumps [boa-dev/criterion-compare-action](https://github.com/boa-dev/criterion-compare-action) fr...

d73259110beb68faab0e0bc12f2bd4b4217e574f authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack-dev-server from 4.9.0 to 4.9.1 (#2096)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.9.0 to 4.9.1.
<...

86aae26236906b0f20b9bfd3e28c52cc83705efe authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Implement `Function` constructor (#2090)

This Pull Request changes the following:

- Implement `Function` constructor
- Ignore non-sta...

f0378068a0a2add5b7110addc875aa266f28cc38 authored over 2 years ago by raskad <[email protected]>
Updated Test262 submodule (#2097)

This updates the Test262 submodule so that it includes the latest tests. It overrides #2095, whi...

f5ad346a695371e51fe566de36e976c54a58916b authored over 2 years ago by Iban Eguia <[email protected]>
Bump benchmark-action/github-action-benchmark from 1.13.0 to 1.14.0 (#2093)

Bumps [benchmark-action/github-action-benchmark](https://github.com/benchmark-action/github-acti...

bad686d9ea1c661a829c77f8df340ff3388a51e5 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump indexmap from 1.8.1 to 1.8.2 (#2094)

Bumps [indexmap](https://github.com/bluss/indexmap) from 1.8.1 to 1.8.2.
<details>
<summary>Chan...

273beb4c3382da46433a2097be3ae35502f78fe5 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Integrate ICU4X into `Intl` module (#2083)

<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add ...

518bad810974aa4cf6fcd3d864756f298d1b204d authored over 2 years ago by jedel1043 <[email protected]>
Bump crazy-max/ghaction-github-pages from 2.6.0 to 3.0.0 (#2091)

Bumps [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages) from...

7ecc37302ccd58a48fb5359fa50f536cbd33d3f2 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump regex from 1.5.5 to 1.5.6 (#2086)

Bumps [regex](https://github.com/rust-lang/regex) from 1.5.5 to 1.5.6.
<details>
<summary>Change...

55060c664a53e9ff3344b56393bf5694241fdd37 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump once_cell from 1.11.0 to 1.12.0 (#2085)

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.11.0 to 1.12.0.
<details>
<summar...

c9391c1226e60e664b69901bbf75e8289b6258dd authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump jemallocator from 0.3.2 to 0.5.0 (#2088)

Bumps [jemallocator](https://github.com/tikv/jemallocator) from 0.3.2 to 0.5.0.
<details>
<summa...

3b75c45dd66cf7505e6f653fad0feb4a6d663cb9 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump test262 from `509363b` to `7fca663` (#2084)

Bumps [test262](https://github.com/tc39/test262) from `509363b` to `7fca663`.
<details>
<summary...

c36fda5da10f5cddfa011577379f10d87e90cf4d authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Remove `strict` flag from `Context` (#2069)

The `Context` currently contains a `strict` flag that indicates is global strict mode is active....

45dd2d416cfd6209a76fc65c0a0126c128342f0e authored over 2 years ago by raskad <[email protected]>
Update icu requirement from 0.5.0 to 0.6.0 in /boa_engine (#2078)

Updates the requirements on [icu](https://github.com/unicode-org/icu4x) to permit the latest ver...

ace28e51f4b73da7a8d951c4ae31568c82a5c095 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Implement `ProxyBuilder` (#2076)

This Pull Request fixes/closes #2075.

It changes the following:

- Implements a `ProxyBuild...

406c6420415065d2981ffafdd2378c07eea9e673 authored over 2 years ago by jedel1043 <[email protected]>
Create `Date` standard constructor (#2079)

Apparently we didn't have a `Date` intrinsic constructor, we were setting the prototype of all `...

29330225efe78e9afbec0e66191917425de84974 authored over 2 years ago by jedel1043 <[email protected]>
Bump once_cell from 1.10.0 to 1.11.0 (#2081)

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.10.0 to 1.11.0.
<details>
<summar...

fcf456e5ded032841e9c89255ef820070e3120e1 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fixing build for changes in clippy for Rust 1.61 (#2082)

This fixes the CI after the upgrade to Rust 1.61. I had to "allow" the `use_self` lint, due to h...

456da4949a2f98802eafcf7a8ea662ea641f9dd1 authored over 2 years ago by Iban Eguia <[email protected]>
Bump copy-webpack-plugin from 10.2.4 to 11.0.0 (#2077)

Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.2.4 ...

f3db18fc5468576d2c6df31b259890c1d43d3607 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump test262 from `2e7cdfb` to `509363b` (#2074)

Bumps [test262](https://github.com/tc39/test262) from `2e7cdfb` to `509363b`.
<details>
<summary...

51da655f41c53cb8e7069073c9ed01d634811007 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump rayon from 1.5.2 to 1.5.3 (#2073)

Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.2 to 1.5.3.
<details>
<summary>Changel...

f90f5479efec61b93b487300b9613429a4d192d6 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
DateTimeFormat helpers (#2064)

This Pull Request adds several helpers to resolve #1562.

It adds the following subroutines:
...

5a0ff9116b42cf39c5e336d5c5a2f226f781e03d authored over 2 years ago by NorbertGarfield <[email protected]>
Bump clap from 3.1.17 to 3.1.18 (#2071)

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.17 to 3.1.18.
<details>
<summary>Release ...

9d89e120c318fe0c5ac622f99833e590af2a9e53 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack from 5.72.0 to 5.72.1 (#2070)

Bumps [webpack](https://github.com/webpack/webpack) from 5.72.0 to 5.72.1.
<details>
<summary>Re...

27db65798337ef77bd4f1bb6fe8f41ab6e9c978d authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Implement the global `eval()` function (#2041)

This Pull Request fixes/closes #948.

It changes the following:

- Implement the global `eva...

8721a3167b520681446a6132e5d181c1265ae2e7 authored over 2 years ago by raskad <[email protected]>
Refactor `IdentifierReference` parsing (#2055)

This Pull Request changes the following:

- Crate dedicated `IdentifierReference` parser and r...

e42e2f64be12de33b4fae27536059383557a6b50 authored over 2 years ago by raskad <[email protected]>
Bump clap from 3.1.16 to 3.1.17 (#2065)

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.16 to 3.1.17.
<details>
<summary>Release ...

e9c4814dcb0f95e3cd28c656e754f1739ef10aa8 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump test262 from `b649e6b` to `2e7cdfb` (#2066)

Bumps [test262](https://github.com/tc39/test262) from `b649e6b` to `2e7cdfb`.
<details>
<summary...

9d06b222faef17c18ca6419a62b5117201ff92f2 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump clap from 3.1.15 to 3.1.16 (#2062)

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.15 to 3.1.16.
<details>
<summary>Release ...

a813846df02ecf1a39ad9a8ebf7e1408fa72aaff authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack-dev-server from 4.8.1 to 4.9.0 (#2061)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.8.1 to 4.9.0.
<...

0e49ce863bf1e8e4c584c842cfc74d20ee0f87a1 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump serde_yaml from 0.8.23 to 0.8.24 (#2060)

Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.8.23 to 0.8.24.
<details>
<summ...

404670b69eeb0a0cccc2b2c393655c504a7950db authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump serde_json from 1.0.80 to 1.0.81 (#2059)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.80 to 1.0.81.
<details>
<summary>R...

bae970ff175649156495ed8dae33bcff916a6003 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Implement ResolveLocale helper (#2036)

<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add ...

d40d938d5a4935c2e174447f9f4444d74b912962 authored over 2 years ago by NorbertGarfield <[email protected]>
Bump clap from 3.1.14 to 3.1.15 (#2057)

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.14 to 3.1.15.
<details>
<summary>Release ...

de6c4e6f6d7a837ee89408b0cb1b4ace13fee7ef authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump num-traits from 0.2.14 to 0.2.15 (#2056)

Bumps [num-traits](https://github.com/rust-num/num-traits) from 0.2.14 to 0.2.15.
<details>
<sum...

dd37603faa8edaf215e67f5e36b99174b1ac4473 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump serde from 1.0.136 to 1.0.137 (#2052)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.137.
<details>
<summary>Rel...

72ae29b0faa0da29690f07e3b294e005a88e3639 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump serde_json from 1.0.79 to 1.0.80 (#2051)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.79 to 1.0.80.
<details>
<summary>C...

8b6f3561e4e5796b08a14b759cfad4fb83476e77 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump test262 from `78c6ec7` to `b649e6b` (#2054)

Bumps [test262](https://github.com/tc39/test262) from `78c6ec7` to `b649e6b`.
<details>
<summary...

85e2b10f1234224d00db0dcc219c708d2339e1fa authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump num-integer from 0.1.44 to 0.1.45 (#2053)

Bumps [num-integer](https://github.com/rust-num/num-integer) from 0.1.44 to 0.1.45.
<details>
<s...

668b224b1bafdb916204b9003acdd9dbbed2c57d authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Refactor `RegExp` constructor methods (#2049)

This Pull Request changes the following:

- Refactor `RegExp` constructor methods to match the...

6bda5fd1a48fd02d8f41376b7a7deb0ab701a7fc authored over 2 years ago by raskad <[email protected]>
Bump clap from 3.1.12 to 3.1.14 (#2050)

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.12 to 3.1.14.
<details>
<summary>Release ...

3ae1564111854e006005945a18183d93053984b5 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Improve `JsString` performance (#2042)

It changes the following:

- The current `JsString` implementation has a lot of duplicate heap...

5de3a7a2c47ad74af4bf6510d58c57c63b6219e8 authored over 2 years ago by 兰陈昕 <[email protected]>
Feature `JsFunction` (#2015)

This PR adds `JsFunction` wrapper around JavaScript `Function` object, like #1746
With this PR...

7796216a1c2416f8fe0371d53ce051fe4fe3c778 authored over 2 years ago by Halid Odat <[email protected]>
Bump boa-dev/criterion-compare-action from 3.2.0 to 3.2.1 (#2048)

Bumps [boa-dev/criterion-compare-action](https://github.com/boa-dev/criterion-compare-action) fr...

20f72d1c39be7177a4eddc9c8099c9e85f72a9a6 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Move redeclaration errors to parser (#2027)

This Pull Request changes the following:

- Implement redeclaration errors in the parser
- Re...

8b66988574f7a68d3b0d5dcd15c9203014747f9f authored over 2 years ago by raskad <[email protected]>
Bump async from 2.6.3 to 2.6.4 (#2047)

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
<details>
<summary>Changelog...

67a2dd84caaaabed3676dd1b5cbb339e5d14dcb7 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
cargo workspaces fixes #2001 (#2026)

This adds cargo-workspaces to our repo for easier publishing.
(I think we may need to do a dry...

01bd50fa72d2a38011d7f0b78163cbc038a61655 authored over 2 years ago by Jason Williams <[email protected]>
Bump test262 from `f0bf5df` to `78c6ec7` (#2046)

Bumps [test262](https://github.com/tc39/test262) from `f0bf5df` to `78c6ec7`.
<details>
<summary...

279e4d9f8543629c3e969ec7474144a85930858c authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump clap from 3.1.11 to 3.1.12 (#2045)

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.11 to 3.1.12.
<details>
<summary>Release ...

76f69b8cffd204cfb5dfe054da5aa2043bb50d14 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Allow `let` as variable declaration name (#2044)

This Pull Request changes the following:

- Allow `let` as variable declaration name

3226e5494c564f465d06bb68cf40f51907f3626b authored over 2 years ago by raskad <[email protected]>
Fix early return in `for in loop` head (#2043)

This Pull Request changes the following:

- Fix early return in `for in loop` head

55c89c761702782ffb5a33e31a3a1845c0e7faba authored over 2 years ago by raskad <[email protected]>
Bump clap from 3.1.10 to 3.1.11 (#2039)

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.10 to 3.1.11.
<details>
<summary>Release ...

5b46d1275c7abab317a5d3d96024beb838fa6ac6 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump anyhow from 1.0.56 to 1.0.57 (#2038)

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.56 to 1.0.57.
<details>
<summary>Comm...

e0a552aaf28e63e5a8241c1720a466ddea7f9ae6 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump clap from 3.1.9 to 3.1.10 (#2037)

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.9 to 3.1.10.
<details>
<summary>Changelog...

3de921e600123fb4ec188d6120eaba45fe413a92 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Partial implementation for Intl.DateTimeFormat (#2025)

<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add ...

df19f7f6066942043806fc2e97a2e11ead76cfc6 authored over 2 years ago by NorbertGarfield <[email protected]>
Bump clap from 3.1.8 to 3.1.9 (#2034)

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.8 to 3.1.9.
<details>
<summary>Release no...

c605fad549593461ab028620d9638f5ace02c2cf authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump test262 from `d7c0a20` to `f0bf5df` (#2035)

Bumps [test262](https://github.com/tc39/test262) from `d7c0a20` to `f0bf5df`.
<details>
<summary...

8ffb84ef489f409794e52d5a8bfbe373698ebcba authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Make `Array.prototype` an array object (#2033)

It changes the following:
- Make `Array.prototype` an array object

6bffe3e9c6b288e538add5a3ed75639dbabb01a0 authored over 2 years ago by Halid Odat <[email protected]>
Implement `get RegExp.prototype.hasIndices` (#2031)

It changes the following:
- Implement `get RegExp.prototype.hasIndices`
- Update Implement `ge...

5a9ced380629db85a9fc7dee3ec93bf15c0ff6ed authored over 2 years ago by Halid Odat <[email protected]>
Fix `Symbol` and `BigInt` constructors (#2032)

It changes the following:
- `Symbol` object has `[[Construct]]` internal method
- Fix and comm...

2d6e93cc83685a0f6b8efa88bb3bfbb14011701d authored over 2 years ago by Halid Odat <[email protected]>
Bump rayon from 1.5.1 to 1.5.2 (#2029)

Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.1 to 1.5.2.
<details>
<summary>Changel...

a357a18fcc91f720679d163a1531175f0001ebb0 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Allow creating object with true/false property names (#2028)

This Pull Request allows "true"/"false" as property names when instantiating objects. This shoul...

be15b85171625a4b540e659d8db40ae0c1425f38 authored over 2 years ago by lupd <[email protected]>
Feature `JsTypedArray`s (#2003)

This PR adds a wrapper around the raw builtins for JavaScript typed arrays, like #1746

17aa57040d161aab174c8b344d60b174bdf362c6 authored over 2 years ago by Halid Odat <[email protected]>
Fix casting negative number to usize in `Array.splice` (#2030)

This Pull Request fixes a faulty cast for `Array.splice`.

Negative values for delete_count w...

781561e04790b3b55a14c261efa928b3dc9d7341 authored over 2 years ago by lupd <[email protected]>
Bump test262 from `926b096` to `d7c0a20` (#2024)

Bumps [test262](https://github.com/tc39/test262) from `926b096` to `d7c0a20`.
<details>
<summary...

34303f150c38fcb59e6cbd58d146eddeeb48974b authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Allow unicode escaped characters in identifiers that are keywords (#2021)

This Pull Request changes the following:

- Remove syntax error for unicode escaped characters...

2a63de3d6800c8343a7f21d4ce0a998ebe7ccf90 authored almost 3 years ago by raskad <[email protected]>
Allow `Initializer` after `ArrayBindingPattern` in `FormalParameter` (#2002)

This Pull Request changes the following:

- Allow `Initializer` after `ArrayBindingPattern` in...

2e0254b6186b005cc464982d6afb8a0dcaca9d92 authored almost 3 years ago by raskad <[email protected]>
Allow `PropertyName`s in `BindingProperty`in `ObjectBindingPattern` (#2022)

This Pull Request changes the following:

- Allow `PropertyName`s in `BindingProperty`in `Obje...

314e4ca656b8eef2ee042ca767c92c8987ee334c authored almost 3 years ago by raskad <[email protected]>
Upgraded wasm-bindgen (#2020)

This Pull Request supersedes #2018 and #2017.

It changes the following:

- Updates the wasm...

8d746ecc0bd909e333082f3813300f5e0f04ec2e authored almost 3 years ago by Iban Eguia <[email protected]>
Fix `ArrayBuffer.isView()` (#2019)

`ArrayBuffer.isView()` should check whether the object contains a `[[ViewedArrayBuffer]]` intern...

30075314818f09f8dd121f971e6c7462a25683ea authored almost 3 years ago by Halid Odat <[email protected]>
Bump webpack-dev-server from 4.8.0 to 4.8.1 (#2013)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.8.0 to 4.8.1.
<...

a1b5191ec6fe6319d900a52b972c5ffcea9a81a1 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack from 5.71.0 to 5.72.0 (#2016)

Bumps [webpack](https://github.com/webpack/webpack) from 5.71.0 to 5.72.0.
<details>
<summary>Re...

aeb5460bd69b8d8ffff05fc8342f90bbccdf9c2b authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix rust 1.60 clippy lints (#2014)

This Pull Request fixes new / improved clippy lints with rust 1.60.

5ab3bf858b3e60a7fc12c75f63743bd8a67375c1 authored almost 3 years ago by raskad <[email protected]>
Implement Classes (#1976)

This Pull Request fixes/closes #337.

It changes the following:

- Implement class declarati...

223966981c112477678f42f47fcf9458171fb6c0 authored almost 3 years ago by raskad <[email protected]>
Change `ArrayBuffer` `byteLength` to accessor property (#2010)

This Pull Request fixes `byteLength` for `ArrayBuffer`. It should be an accessor property rather...

e6d12f835c16483fa862a4e71d5b25a29675dcf4 authored almost 3 years ago by lupd <[email protected]>
Bump codecov/codecov-action from 2.1.0 to 3 (#2012)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.
<deta...

c2fb25db0ac3f2eff049a5c653cd89ba50b836a6 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack-dev-server from 4.7.4 to 4.8.0 (#2011)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.7.4 to 4.8.0.
<...

b0490d421e427ab4842c97880bc151b3d82f5b03 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Indicate bigint has constructor (#2008)

This Pull Request changes BigInt so that isConstructor returns true.

It changes a single bool...

bb98bd3567aac12234b4fdd5e9768231c758c18b authored almost 3 years ago by lupd <[email protected]>
Bump test262 from `0bccacd` to `926b096` (#2007)

Bumps [test262](https://github.com/tc39/test262) from `0bccacd` to `926b096`.
<details>
<summary...

ffc7a3e07023226f8eb7c57445bbde26785554a0 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump prettier from 2.6.1 to 2.6.2 (#2005)

Bumps [prettier](https://github.com/prettier/prettier) from 2.6.1 to 2.6.2.
<details>
<summary>R...

e72c7c1bf9a48f79900209335565533e3d727962 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack from 5.70.0 to 5.71.0 (#2004)

Bumps [webpack](https://github.com/webpack/webpack) from 5.70.0 to 5.71.0.
<details>
<summary>Re...

d1972a916006cff1f75010e1eabbf2a07a1ead26 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump clap from 3.1.7 to 3.1.8 (#2006)

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.7 to 3.1.8.
<details>
<summary>Release no...

aaf67c13ae9ea2620fc2c6b15e0b2cf051640093 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add From<f32> for JsValue (#1990)

<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add ...

6baf4550880a5c7a202c51c9b8314ff977afade1 authored almost 3 years ago by Jordan Last <[email protected]>