Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Boa
Boa is an experimental JavaScript lexer, parser and compiler written in Rust.
Collective -
Host: opensource -
https://opencollective.com/boa
- Website: https://boajs.dev/
- Code: https://github.com/boa-dev
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.13.2 to 4.13.3....
github.com/boa-dev/boa - 249b26214cbe238996c288b233281103049d5610 authored almost 2 years ago
Bumps [test262](https://github.com/tc39/test262) from `f756ff6` to `e5a7450`.
<details>
<summary...
This Pull Request updates the README by including the latest output of the `--help` command line...
github.com/boa-dev/boa - b1f4e0db6bc051d69cdff0a7aa94c982be6e470c authored almost 2 years agoThis Pull Request changes the following:
- Adds two new hooks to `HostHooks` to access the cu...
github.com/boa-dev/boa - 9dc4dd14100d82725453ef2d9f7a311aa4be6662 authored almost 2 years agoThis fixes some more ES5 tests that were failing because the functions haven't been implemented....
github.com/boa-dev/boa - a12f10e33562b80f3bdea644a9e51405bdfeea8c authored almost 2 years ago
Bumps [webpack](https://github.com/webpack/webpack) from 5.78.0 to 5.79.0.
<details>
<summary>Re...
This should hopefully fix more async/futures issues related to resuming execution in the future,...
github.com/boa-dev/boa - 6d3550d0cb35e1c10a648ae6cbe4b48f1ae302d5 authored almost 2 years ago
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.95 to 1.0.96.
<details>
<summary>R...
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.14 to 2.0.15.
<details>
<summary>Release no...
Bumps [writeable](https://github.com/unicode-org/icu4x) from 0.5.1 to 0.5.2.
<details>
<summary>...
Small steps towards ES5 conformance.
This PR changes the following:
- Implements HTML comm...
github.com/boa-dev/boa - 460051261ac388373f2cd6f3c0ddcb6b5269425a authored almost 2 years ago
Bumps [clap](https://github.com/clap-rs/clap) from 4.2.1 to 4.2.2.
<details>
<summary>Release no...
It changes the following:
- Fix `-0` index in typed arrays
github.com/boa-dev/boa - bfa9815fe7d4f2105da26654685455c07c6a5177 authored almost 2 years agoBumps [@11ty/eleventy-plugin-syntaxhighlight](https://github.com/11ty/eleventy-plugin-syntaxhigh...
github.com/boa-dev/boa-dev.github.io - 724a2136b7b0479943c57f3de0455d366df881fe authored almost 2 years ago
Bumps [h2](https://github.com/hyperium/h2) from 0.3.15 to 0.3.17.
- [Release notes](https://git...
Bumps [h2](https://github.com/hyperium/h2) from 0.3.16 to 0.3.17.
<details>
<summary>Release not...
This allows `thread_local` contexts to have owned `HostHooks` and `JobQueues`.
It changes the...
github.com/boa-dev/boa - 0d6ba53ff2f688e66a139f573de939987b7a1c36 authored almost 2 years ago
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.13 to 2.0.14.
<details>
<summary>Release no...
This Pull Request lifts the `InternalObjectMethods` vtable from `Object`, which should technical...
github.com/boa-dev/boa - c9759a8dc3fd51561f6cbd2d731e78dc2120fe5d authored almost 2 years agoThis Pull Request fixes/closes #2475.
It changes the following:
- Do not use the `wasmbind...
github.com/boa-dev/boa - 6412b30d5da5923139202a4aedf4ba151ce93416 authored almost 2 years agoThis change allows using built-in `JsObject` wrappers with the `TryFromJs` logic, which makes it...
github.com/boa-dev/boa - a8578f7cef5bdcac482ea1c128de5e9b0568c135 authored almost 2 years agoThis Pull Request changes the following:
- Fix the assignment of variables in destructive for...
github.com/boa-dev/boa - ff0a37f2625735ee4dfd0446176e12c5e8f86d1e authored almost 2 years ago
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.159 to 1.0.160.
<details>
<summary>Rel...
With this and #2805 , `annex-b/builtins/string` should have 100% conformance, also fixed the `no...
github.com/boa-dev/boa - 4fbecb5084b720e01c3815ef54424a9c04574087 authored almost 2 years agoFixes the remaining failing tests on `String.prototype.substr()`
It changes the following:
...
github.com/boa-dev/boa - 333b94a9ecd7c7eea3d086f754b91b5ee1a1a380 authored almost 2 years agoImplements all Annex-B string html methods, they are deprecated but still part of the ES5 spec. ...
github.com/boa-dev/boa - 24a4770b21345fe6a34238d67f43c96beb5b610a authored almost 2 years agoFixes the remaining failing tests on the `ThrowTypeError` test suite
github.com/boa-dev/boa - 09d57e75fb5a968f129c2a24ae2c07f12d0c3aa7 authored almost 2 years agoThis Pull Request fixes #2317 and #1835, finally giving our engine proper realms 🥳.
It change...
github.com/boa-dev/boa - 1e75fd0d215cc61b196b3b0c96867004739ddf89 authored almost 2 years agoFix order of `ToString` execution, there are 3 failing tests on `.replace()` but they seem to be...
github.com/boa-dev/boa - 7a4d6526b0179e41918250c23cd76d0a35deda02 authored almost 2 years ago
Bumps [test262](https://github.com/tc39/test262) from `be0abd9` to `f756ff6`.
<details>
<summary...
It changes the following:
- Fixes`Symbol.prototype[@@iterator]` so it calls `RequireObjectCoerc...
This Pull Request fixes test [`assert-throws-same-realm.js`](https://github.com/tc39/test262/blo...
github.com/boa-dev/boa - 34d6b93f36b131ef296eb789678f7bdfa329cd0f authored almost 2 years ago
Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.37.0 to 0.37.1.
<detail...
Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.8 to 0.2.9.
<details>
<summ...
Bumps [webpack](https://github.com/webpack/webpack) from 5.77.0 to 5.78.0.
<details>
<summary>Re...
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.19 to 0.9.21.
<details>
<summ...
Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.0.2 to 2.1.0.
<details>
<summary>R...
Currently some debugging stuff in JavaScript land is difficult to impossible, like triggering a ...
github.com/boa-dev/boa - 570bc85ebe50820cdb90ffb2f4e7d6b10bfcd236 authored almost 2 years ago
Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.36.1 to 0.37.0.
<detail...
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-com...
github.com/boa-dev/boa - 2b32967c7ff3d7067034461db2f9b32d2d81aee8 authored almost 2 years ago
Bumps [sys-locale](https://github.com/1Password/sys-locale) from 0.2.4 to 0.3.0.
<details>
<summ...
Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.5.11 to 0.6.0.
<details>
<summ...
Bumps [spin](https://github.com/mvdnes/spin-rs) from 0.9.7 to 0.9.8.
<details>
<summary>Changelo...
<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add ...
This PR resolves the failing CI in #2777
It changes the following:
- Adds `json-parse-with...
github.com/boa-dev/boa - 0fb0558d446af91c0f15118555a43ff6b88cb517 authored almost 2 years ago
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.12 to 2.0.13.
<details>
<summary>Release no...
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.54 to 1.0.56.
<details>
<su...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.13.1 to 4.13.2....
github.com/boa-dev/boa - 4eeada7a75c1150aeb14c8e4c9cb4c102d065330 authored almost 2 years ago
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.11 to 2.0.12.
<details>
<summary>Release no...
Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.27 to 0.3.28.
<details>
<...
This Pull Request closes #1975. It's still a work in progress, but tries to go in that direction...
github.com/boa-dev/boa - 540aa2be4f854e31e34b78d6755dec0836681e60 authored almost 2 years agogithub.com/boa-dev/boa-dev.github.io - 5a85949035c482fe5504e230b8b6bb7ed463a373 authored almost 2 years ago
Currently we have no explicit representation for parenthesized expressions which makes some beha...
github.com/boa-dev/boa - e286d9fbb7e39d84f428c46f9e04c99095f2883d authored almost 2 years ago
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.3 to 5.77.0.
<details>
<summary>Re...
Bumps [clap](https://github.com/clap-rs/clap) from 4.2.0 to 4.2.1.
<details>
<summary>Release no...
Most objects don't have indexed properties, and those who have, have dense properties, this PR u...
github.com/boa-dev/boa - edb04175434f9f75dbb5b47e6b50ceef305de455 authored almost 2 years agoThis PR implements an optimizer, It currently implements the [constant folding optimization][cfo...
github.com/boa-dev/boa - 6c438b55161f29959ff40f9a1c301dd40f41b3ee authored almost 2 years ago`boa_tester` wasn't deserializing `SpecEdition` correcly. This was because the attribute `serde(...
github.com/boa-dev/boa - ceaea32278bc6eafcc838961309d38ff9959e71d authored almost 2 years agoThis Pull Request fixes/closes #2672.
It changes the following:
- Get the super constructo...
github.com/boa-dev/boa - cf85843dc838c7c36e6b635b34f31d100e64c63b authored almost 2 years agoThis Pull Request closes #2687.
It changes the following:
- Adds a `JsPromise` wrapper to ...
github.com/boa-dev/boa - bf47815a49c71d4251bd6f8297efa8bbff03681a authored almost 2 years ago
Bumps [clap](https://github.com/clap-rs/clap) from 4.1.14 to 4.2.0.
<details>
<summary>Release n...
Bumps [synstructure](https://github.com/mystor/synstructure) from 0.12.6 to 0.13.0.
<details>
<s...
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.158 to 1.0.159.
<details>
<summary>Rel...
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.94 to 1.0.95.
<details>
<summary>R...
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.10 to 2.0.11.
<details>
<summary>Release no...
Bumps [clap](https://github.com/clap-rs/clap) from 4.1.13 to 4.1.14.
<details>
<summary>Release ...
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.44 to 0.10.48.
- [Release no...
The fields like `[[PrivateElements]]` are hardly used but they occupy `24` bytes (on 64-bit arch...
github.com/boa-dev/boa - ed358dea0c42faca6333dae7410c5102b7a9d804 authored almost 2 years agoWhen the function is `async || arrow || method ` we don't need to construct the prototype (then ...
github.com/boa-dev/boa - 7bec3e6a8461ad316c10f95b1c438f0db366b316 authored almost 2 years ago
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.8 to 2.0.10.
<details>
<summary>Release not...
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.9.2 to 1.9.3.
<details>
<summary>Chan...
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.53 to 1.0.54.
<details>
<su...
Bumps [regex](https://github.com/rust-lang/regex) from 1.7.2 to 1.7.3.
<details>
<summary>Change...
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.6 to 2.8.7.
- [Release notes](h...
It changes the following:
- Adds an example usage in the main `boa_engine` documentation
- A...
This PR changes the following:
- Adds a new (very simple) security policy, to comply with Git...
github.com/boa-dev/boa - 6ea4848bb5809cbeb9f3669fa22442816ff0d690 authored almost 2 years ago
- Changed the base URL to boajs.dev
- Changed the documentation link to point to the "user" do...
<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add ...
This Pull Request changes the following:
- Adjust if statement execution to leave their resul...
github.com/boa-dev/boa - b9ad5bcdd07ceba03a458b18219fbbecf7778e0c authored almost 2 years agoCurrently update expressions get values multiple times. This can lead to multiple executions of ...
github.com/boa-dev/boa - 8d169409431d7b55b83e405a009728f5ea9d0db3 authored almost 2 years ago
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.47 to 0.10.48.
<details>
<su...
github.com/boa-dev/boa-dev.github.io - 1acbb3ed40080cc7454403a63a26e122058418ea authored almost 2 years ago
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.6 to 2.8.7.
<details>
<summary>R...
Bumps [clap](https://github.com/clap-rs/clap) from 4.1.11 to 4.1.13.
<details>
<summary>Release ...
This Pull Request fixes the current panics on module compilation to prepare for the next release.
github.com/boa-dev/boa - 9cfb68d3e3922865b9c1ba5a83ab200b8b062e0a authored almost 2 years agoSmall display bug introduced by #2720
github.com/boa-dev/boa - d448e8e7bb087a407245f55da9b16e6e1ad4b70e authored almost 2 years ago
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.2 to 5.76.3.
<details>
<summary>Re...
With https://github.com/tc39/test262/pull/3799 merged we now have a way to separate ES7 tests fr...
github.com/boa-dev/boa - d45a15ed7fb8523cb37b6d009d12a20c88b085de authored almost 2 years ago
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.3 to 2.0.8.
<details>
<summary>Release note...
This Pull Request changes the following:
- Add locking for `Set`s during iteration. We alread...
github.com/boa-dev/boa - 790c20a1564abbba4089f1bd9dc617ad4f0c8162 authored almost 2 years agoThis Pull Request changes the following:
- Add negative zero handling for `Map.delete`
github.com/boa-dev/boa - f025e6fc92573c528b38c2836aa623e8f8e4051a authored almost 2 years agoThis Pull Request improves our test results display per edition and cleanups our edition detecto...
github.com/boa-dev/boa - 9b53859126faa46cfa1f2998f281ff51134b25bd authored almost 2 years ago
<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add ...
Bumps [regex](https://github.com/rust-lang/regex) from 1.7.1 to 1.7.2.
<details>
<summary>Change...
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.52 to 1.0.53.
<details>
<su...
* Updated prettier
* Re-built the action, updated prettier to 2.8.6
github.com/boa-dev/criterion-compare-action - 7d6e55661faa0725b7e711de7f3196276b231cd8 authored almost 2 years agoThis Pull Request fixes #2673.
It changes the following:
- Add early errors to dynamic fun...
github.com/boa-dev/boa - 0e01a74f59c448b6b04810feefa49f50cd9d2b58 authored almost 2 years ago~Depends on #2683.~ Merged.
This Pull Request fixes #2658.
It changes the following:
- ...
github.com/boa-dev/boa - cb4e49a0ced6bb0662befd0c60b9a72a914bf711 authored almost 2 years agoThis PR adds the `"trace"` feature flag that enables vm opcode tracing (off by default), most us...
github.com/boa-dev/boa - 3b5122635fda16aa4686b79634cd77cddaf40a81 authored almost 2 years agoFix get function opcode traces (`GetFunction`, `GetGenerator`, etc)
```js
function x() {
...