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
This Pull Request implements member accessors in `for ... in` and `for ... of` loops. This unloc...
447fca4cc07b6503aaacffdd9a3f0f4436be9c90 authored about 2 years ago by José Julián Espina <[email protected]>As promised in https://github.com/boa-dev/boa/pull/2319#issuecomment-1280095047. There are still...
89e30816727f086f3f142f286ecb0604d6202481 authored about 2 years ago by José Julián Espina <[email protected]>This updates the Code of Conduct to the Contributor Covenant v2.1 version (we were using the 2.0...
6a43878b04a78809bfb76c41345c9069414e9f86 authored about 2 years ago by Iban Eguia Moraza <[email protected]>
Currently we run 7 different jobs:
- tests linux
- tests macos
- tests windows
- rustfmt
- ...
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.145 to 1.0.147.
<details>
<summary>Rel...
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.13 to 0.9.14.
<details>
<summ...
Bumps [boa-dev/criterion-compare-action](https://github.com/boa-dev/criterion-compare-action) fr...
b9335b72ac48885e4eb339f8b1b76d30cf40c735 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [test262](https://github.com/tc39/test262) from `ee7c379` to `b5d3192`.
<details>
<summary...
This Pull Request changes the following:
- Check if there is a Semicolon after a LineTerminat...
de231df63a1512fec771f1f6a0fda29ba902757b authored about 2 years ago by raskad <[email protected]>
<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add ...
In most cases, the `ToInternedString` was just calling `self.to_indented_string(interner, 0)`. T...
f4cef141b0817f7bd93ed68f8c220c393982d264 authored about 2 years ago by Iban Eguia Moraza <[email protected]>
<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add ...
This Pull Request changes the following:
- Fix error in `Proxy` set implementation
After t...
80017fdf15c009026533a397868dfd11f9716228 authored about 2 years ago by raskad <[email protected]>This Pull Request changes the following:
- Implements the `LabelledStatement` Parse node.
- ...
This Pull Request fixes/closes #2327
It changes the following:
- set_goal(RegExp) for Prima...
Boa's `Context::eval()` and `Context::parse()` functions allow reading a byte slice directly, ap...
a47d9ec73246fefe946ad93b62d86d07bd49f908 authored about 2 years ago by Iban Eguia Moraza <[email protected]>We were always getting a "VM Implementation" headline in Test262 results for PRs. This was a lef...
5e75cf68ffaaa880f495140747ced7be98f29de7 authored about 2 years ago by Iban Eguia Moraza <[email protected]>This Pull Request fixes a small error in the documentation of `Context::register_global_function...
f708a764c2cfe223df89f16013c9edec76615512 authored about 2 years ago by Iban Eguia Moraza <[email protected]>
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.17 to 4.0.18.
<details>
<summary>Release ...
Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.7 to 0.2.8.
<details>
<summ...
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.102 to 1.0.103.
<details>
<summary>Release ...
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.65 to 1.0.66.
<details>
<summary>Rele...
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.86 to 1.0.87.
<details>
<summary>R...
This is an experiment that tries to migrate the codebase from eager `Error` objects to lazy ones...
dc9c1cb27566196b7d9fbc0d685b5deb6f16d3da authored about 2 years ago by José Julián Espina <[email protected]>
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.16 to 4.0.17.
<details>
<summary>Release ...
Bumps [crazy-max/ghaction-github-pages](https://github.com/crazy-max/ghaction-github-pages) from...
deb9ec208cdf26d93975d86a81554413d2397f80 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [test262](https://github.com/tc39/test262) from `eb67a76` to `ee7c379`.
<details>
<summary...
Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.34.0 to 0.34.1.
<detail...
Bumps [clap](https://github.com/clap-rs/clap) from 4.0.12 to 4.0.16.
<details>
<summary>Release ...
Bumps [boa-dev/criterion-compare-action](https://github.com/boa-dev/criterion-compare-action) fr...
e592a8234e7a9993dd09ba27799b3d09530e39f7 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>This Pull Request fixes #1371. And yeah, the number of file changes is real...
It changes the...
959b9f1b6d32a3d636478cfd3a2b51fd26c5fff7 authored about 2 years ago by José Julián Espina <[email protected]>
<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add ...
This Pull Request fixes/closes #2330.
It changes the following:
- Upgrades from clap 3 to ...
9998a6787cea734a4900e7dad986519d5938c9b7 authored about 2 years ago by Iban Eguia <[email protected]>Replaces #2339 since dependabot has a small bug.
c645f8530eaa290fe0a0c4bbb9ce048e98398a65 authored about 2 years ago by José Julián Espina <[email protected]>I think it's time to address the elephant in the room.
This Pull Request will (hopefully!) so...
df703021948ba33777c59163087e88ea6864ceeb authored about 2 years ago by José Julián Espina <[email protected]>
Bumps [test262](https://github.com/tc39/test262) from `58b7a23` to `eb67a76`.
<details>
<summary...
This Pull Request closes #2080.
It moves all implementors of the `JsObjectType` trait into th...
c8f6f85d61c3b50b3a725eca5763eac64e6034be authored over 2 years ago by Calli <[email protected]>This PR fixes PR comments where negative numbers from 100 to 999 would be shown as `-,999` inste...
18ab56eaf3edbfcc27b0a1b01f713802203e8721 authored over 2 years ago by Iban Eguia <[email protected]>
Bumps [test262](https://github.com/tc39/test262) from `e849d40` to `58b7a23`.
<details>
<summary...
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.2.1 to 5.2.2.
<details>
<summary>Rel...
<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add ...
This Pull Request changes the following:
- Adjust `AsyncMethod` parsing to parse private iden...
7f1d1a992a585fb6d1e72045a04e6e40cd52cc22 authored over 2 years ago by raskad <[email protected]>
bring the tasks.json up to date
- The VM is the default path now so no need for it
- The toke...
Bumps [test262](https://github.com/tc39/test262) from `9215420` to `e849d40`.
<details>
<summary...
This Pull Request changes the following:
- Fix double conversion to primitive in `ToNumeric`....
5b5498d1ae9877be733fa68ccc6db94c3ce2e3e9 authored over 2 years ago by raskad <[email protected]>This Pull Request changes the following:
- Fix array constructor realm comparison.
- Fix err...
This Pull Request changes the following:
- Fix function property order
0213f9f1e535dfb8985de34d8d06ff646377b1ea authored over 2 years ago by raskad <[email protected]>This Pull Request switches our codebase to the brand new [workspace inherited keys](https://doc....
e9e85f5a49df35673f6da2f7608a176757a977a5 authored over 2 years ago by José Julián Espina <[email protected]>This Pull Request changes the following:
- Implement `new.target` expression
c58a8997ca347448100541c440e695626e29a30d authored over 2 years ago by raskad <[email protected]>
This PR sloves the unicode terminator to single line comment
+ [{u+2028}](https://unicode-table...
Fix the links to `crates.io` and `docs.rs` in the readme.
319a907d220127d30b9ac641d06aeee1e8ca9346 authored over 2 years ago by raskad <[email protected]>888cc28e1a5368295b9ec9269069c99fc9f5656e authored over 2 years ago by jasonwilliams <[email protected]>
This PR adds the changelog for Boa 0.16
2d062868c66223c133e8bfbb3c06f71293d57ed3 authored over 2 years ago by Iban Eguia <[email protected]>This PR fixes the CI after the version bump.
a3062d1f4517ea4706e798f95bfd8030062fdcaf authored over 2 years ago by Iban Eguia <[email protected]>This Pull Request updates the dependencies for the 0.16 release.
Co-authored-by: José Julián Es...
f5be60975bf6f1628b4bef9d69ad684c420721ad authored over 2 years ago by Iban Eguia <[email protected]>
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.144 to 1.0.145.
<details>
<summary>Rel...
This Pull Request overrides #2288.
It changes the following:
- Updates dependencies to use...
77e739c5dad30e3752352ed71050b876c3f74f1d authored over 2 years ago by Iban Eguia <[email protected]>
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.14.0 to 1.15.0.
<details>
<summar...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.11.0 to 4.11.1....
558477f97a6f7a3a170cad6ba688546aa0f6c517 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [test262](https://github.com/tc39/test262) from `dc1dc28` to `9215420`.
<details>
<summary...
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.21 to 3.2.22.
<details>
<summary>Release ...
This Pull Request changes the following:
- Implement `for await...of` loop parsing
- Impleme...
This Pull Request fixes/closes #1987.
It changes the following:
- Add a prototype to the g...
db8a299386de4473a1aef1a894eb05d97a5dc1ee authored over 2 years ago by raskad <[email protected]>
<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add ...
This Pull Request closes #894.
It changes the following:
- Adds the `encodeURI()`, `decode...
779384d87f5383de835d116116c765e3a9ce1773 authored over 2 years ago by Iban Eguia <[email protected]>This Pull Request changes the following:
- Implement [Async-from-Sync Iterator Objects](https...
09e35a85a229c0f169b94137262c541c3e522fc9 authored over 2 years ago by raskad <[email protected]>This Pull Request fixes/closes #2148.
It changes the following:
- When we start an assignm...
af35be683ed70fd57e1be0a98c2bfecb412a7d0f authored over 2 years ago by Iban Eguia <[email protected]>This Pull Request fixes a potential overflow when trying to convert a `u64` into a `usize` and t...
f4d88b79429cbbaef3f91a4703c6f76fbc904c81 authored over 2 years ago by Iban Eguia <[email protected]>
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.11 to 0.9.13.
<details>
<summ...
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.64 to 1.0.65.
<details>
<summary>Rele...
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.20 to 3.2.21.
<details>
<summary>Release ...
Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.82 to 0.2.83.
<details>
...
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the ...
fb68a8d7348a7cf568d56cb954cf121f3ca22e3d authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>This PR fixes a case where a forward slash is located in a regex class: `let regex = /[/]/;`. In...
43c7d7748af8b0ed9e8a1df6203a329084d8b320 authored over 2 years ago by Choongwoo Han <[email protected]>
Bumps [test262](https://github.com/tc39/test262) from `f187075` to `dc1dc28`.
<details>
<summary...
<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add ...
This PR fixes #2275
There are keywords that are allowed as identifiers.
https://tc39.es/ecm...
Fix a syntax error when accessing literal-like property names of call expression.
e.g.) `fn().t...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.10.1 to 4.11.0....
ba91449e007da8e9f4bf968a63942dcda46827c1 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.2.0 to 5.2.1.
<details>
<summary>Rel...
There can be a line terminator in the middle of variable declaration statement. For example,
``...
Skip `to_string` for integer type primitives in `to_property_key`. It's unnecessary to convert t...
39833631240cda00895b9438a6bfc43909892809 authored over 2 years ago by Choongwoo Han <[email protected]>
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.10 to 0.9.11.
<details>
<summ...
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.13.1 to 1.14.0.
<details>
<summar...
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.63 to 1.0.64.
<details>
<summary>Rele...
Bumps [test262](https://github.com/tc39/test262) from `8dcc0e1` to `f187075`.
<details>
<summary...
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.19 to 3.2.20.
<details>
<summary>Release ...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.10.0 to 4.10.1....
cb610d807326ff4b6054badc687292daa98ef460 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [clap](https://github.com/clap-rs/clap) from 3.2.17 to 3.2.19.
<details>
<summary>Release ...
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.62 to 1.0.63.
<details>
<summary>Rele...
Bumps [iana-time-zone](https://github.com/strawlab/iana-time-zone) from 0.1.44 to 0.1.47.
<detai...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.3...
d9720f71ab22893e751747f0d9d67e5e538f3974 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [test262](https://github.com/tc39/test262) from `747bed2` to `8dcc0e1`.
<details>
<summary...
This Pull Request ignores a bunch of features in the Boa tester, since we do not implement those...
3cb8103a4db5a8508701be2fb82788c141080299 authored over 2 years ago by Iban Eguia <[email protected]>
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.9 to 0.9.10.
<details>
<summa...
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.83 to 1.0.85.
<details>
<summary>R...
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.143 to 1.0.144.
<details>
<summary>Rel...
<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add ...
This Pull Request fixes/closes #2223.
It changes the following:
- Check the .boa_history...
861b9a142bb64feb680dfec11b7153ba53ce510f authored over 2 years ago by udhaykumarbala <[email protected]>
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.61 to 1.0.62.
<details>
<summary>Comm...