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

Improve debug output of `JsNativeError` and `Realm` (#2894)

It was reported that the `dbg!` output of native errors was too long. This PR skips printing the...

9795eba1c4f33699032ffa30f20b0042f843cbb3 authored over 1 year ago by José Julián Espina <[email protected]>
Refactor guards into a `ContextCleanupGuard` abstraction (#2890)

Noticed we were using this pattern on a couple of places, so I abstracted it behind a `ContextCl...

8ef440aaf319d1530f287018646faadfcd4999c9 authored over 1 year ago by José Julián Espina <[email protected]>
Disallow strict directives with escaped sequences (#2892)

This Pull Request fixes test https://github.com/tc39/test262/blob/72c0c5e16350a76bd41f7a1ceb7702...

73e8d412af6ac3aa8ca09169e1ed9c1eadb2780d authored over 1 year ago by José Julián Espina <[email protected]>
Bump test262 from `2df6c7d` to `72c0c5e` (#2889)

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

06360226c068e75bd8063528b0df6f749226f84c authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump regress from 0.5.0 to 0.6.0 (#2888)

Bumps [regress](https://github.com/ridiculousfish/regress) from 0.5.0 to 0.6.0.
<details>
<summa...

f6c1d6360efae929384c006a5bc56a66ccddc536 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix `for-of` expression parsing (#2882)

This PR makes parsing of expressions in for-of loops use `AssignmentExpression` expression parsi...

dff815d545b883f64246472cd39b1be0649ad8fe authored over 1 year ago by Haled Odat <[email protected]>
`RegExp` constructor should call `IsRegExp()` (#2881)

Make the `RegExp` constructor call the `IsRegExp` function to check, not just internal slot check.

1c3f5478e18ce2824fd54f3ca987b93cb6157aa5 authored over 1 year ago by Haled Odat <[email protected]>
Fix `RegExp` constructor return value when pattern is a regexp (#2880)

When `RegExp` constructor is called with a regexp it should return the same regexp, if `NewTarge...

c738b507276d0579ccc95c7697cd913ec21f04cc authored over 1 year ago by Haled Odat <[email protected]>
Bugfix/new.target is not understood by the parser as an expression #2793 (#2878)

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

d49656d6c5f3fadaf9fea0e14c73bfbdc817747c authored over 1 year ago by Juan <[email protected]>
Bump clap from 4.2.4 to 4.2.5 (#2879)

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

04ddeeb3b33d0ebee0c044e223bc628231d34fe3 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack from 5.80.0 to 5.81.0 (#2875)

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

9532125209648bdc6cbb98cab54da8ed52546ef1 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump benchmark-action/github-action-benchmark from 1.16.2 to 1.17.0 (#2872)

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

5485c1ef48e9afda8f097f71a5319d9100eddd02 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Initialize `var` bindings in runtime environments with `undefined` (#2860)

Currently in draft, because it breaks some of the annexB [`Block-Level Function Declarations Web...

7eb2d4e4082e3082ce85541f65d4947b2fd24997 authored over 1 year ago by raskad <[email protected]>
Bump icu_datagen from 1.2.4 to 1.2.5 (#2873)

Bumps [icu_datagen](https://github.com/unicode-org/icu4x) from 1.2.4 to 1.2.5.
<details>
<summar...

d317b699a521406975169b0613062586600c0b52 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Implement `Hidden classes` (#2723)

This PR implements `Hidden Classes`, I named them as `Shapes` (like Spidermonkey does), calling ...

ed3744817577d33fe944fd11d73843bfa0a64f8a authored over 1 year ago by Haled Odat <[email protected]>
Refactor binding handling APIs (#2870)

We have currently some bugs related to binding assignments on arithmetic operations (`+=`, `++`,...

e7c689c0d543002202dc11509b1d4511d17b1029 authored over 1 year ago by José Julián Espina <[email protected]>
Direct array element access on `ByValue` instructions (#2827)

Most of the time that we have a `ByValue` ( `[ value ]` syntax ) it is for arrays and the value ...

1f4ff6d379dca5ab0c5c346f6546a182335d1ff1 authored over 1 year ago by Haled Odat <[email protected]>
Bump icu_datagen from 1.2.3 to 1.2.4 (#2871)

Bumps [icu_datagen](https://github.com/unicode-org/icu4x) from 1.2.3 to 1.2.4.
<details>
<summar...

33bab64804d79d0f9057a9a3692aa354f39aab82 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix incorrect `LoopContinue` instruction in while-do loops (#2866)

While working on #2857 I discovered that while generating the bytecode for `do-while` loops we w...

41448e13f9fac16cd25f331001ef0d8bf2eb7aae authored over 1 year ago by Haled Odat <[email protected]>
Bump prettier from 2.8.7 to 2.8.8 (#2869)

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

7d2be7e9aec580e4503803d244729b2aa2f293b1 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack-cli from 5.0.1 to 5.0.2 (#2867)

Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.0.1 to 5.0.2.
<details>
<summ...

bd55431792b18ea642aa644823ea2e04ec5e5e6a authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Implement `is_identifier_(start/part)` using `icu_properties` (#2865)

As mentioned in https://github.com/boa-dev/boa/pull/2848#issuecomment-1518909512, this uses our ...

c33000591252c398dde5997289709d8989645afe authored over 1 year ago by José Julián Espina <[email protected]>
Bump bitflags from 2.1.0 to 2.2.1 (#2868)

Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.1.0 to 2.2.1.
<details>
<summary>R...

cebec9da909d7a51308306490d8b25e809f0babc authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Added a Boa runtime (#2743)

This Pull Request fixes/closes #718.

It changes the following:

- Adds a new `boa_runtime` ...

63d9d67ecb307be30b2ea53709e969c8b445eeb5 authored over 1 year ago by Iban Eguia Moraza <[email protected]>
Fix panic when calling toString with radix (#2863)

This Pull Request fixes/closes #2717 and related to #2479

This was caused by an incorrect to ...

49e39d42eff4fe551c2525648fecab6169468383 authored over 1 year ago by Haled Odat <[email protected]>
Allow `Date` object to store invalid `NativeDateTime` (#2861)

Part of ES5.

This PR allows `Date` objects to store an invalid `NativeDateTime` as a `i64` a...

72866e217e3927c2097854832b3c883dc402f9b6 authored over 1 year ago by Haled Odat <[email protected]>
Fix `Date.prototype[Symbol.primitive]` incorrect attributes (#2862)

Part of ES5.

This was the last failing test on `Date.prototype[Symbol.primitive]` test suite ...

31bc679f9dec3d0ff0f8fd24f171ec7d6904f46a authored over 1 year ago by Haled Odat <[email protected]>
Implement var initializers in for-in loops (#2842)

This Pull Request implements [Initializers in ForIn Statement Heads](https://tc39.es/ecma262/#se...

53e4825a19939b03bc06e1645f26af2ba4302c20 authored over 1 year ago by José Julián Espina <[email protected]>
Fix `PropertyKey` index parse (#2843)

Fixes incorrect parsing of index property keys, such as:

- `"+0"` is converted to an integer ...

9159f9072560e23cca2eea4b2899486efbbc0196 authored over 1 year ago by Haled Odat <[email protected]>
Optimize `String.prototype.normalize` (#2848)

We currently use `unicode_normalization` to handle the `String.prototype.normalize` method. Howe...

739bd5a9cba6c4c341c6927ed4f3ed60fc85a4e0 authored over 1 year ago by José Julián Espina <[email protected]>
Catch 'eval' and 'arguments' in setter method parameter (#2858)

This Pull Request changes the following:

- Catch 'eval' and 'arguments' in setter method para...

93b52cd6ef1ff2c646dd3afe3b5eb6881a35679e authored over 1 year ago by raskad <[email protected]>
Bump regex from 1.7.3 to 1.8.0 (#2855)

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

3db79f61a671454e191a2153b83e9589330b5cf2 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Create a unique `PromiseCapability` on each async function call (#2846)

This Pull Request changes the following:

- Creates a new `PromiseCapability` after every asyn...

338f6f81761cdf39c0c1d9cacbcc821fd81f7842 authored over 1 year ago by José Julián Espina <[email protected]>
Bump clap from 4.2.3 to 4.2.4 (#2851)

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

f97ad0dde78dbc2acb4cfc639c137bcd0dde7c3a authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack from 5.79.0 to 5.80.0 (#2850)

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

b16aff29d998abbb36e31e7993c608cc3629fe41 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @wasm-tool/wasm-pack-plugin from 1.6.0 to 1.7.0 (#2849)

Bumps [@wasm-tool/wasm-pack-plugin](https://github.com/wasm-tool/wasm-pack-plugin) from 1.6.0 to...

7821338a0258b96900c305db68c06c982fee71b5 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix async generators (#2853)

This Pull Request fixes #2711 and fixes #2671.

It changes the following:

- Fix the logic i...

54695cc62090c989ceb198fc6c4b176aff38a5d7 authored over 1 year ago by raskad <[email protected]>
Fix setting properties inside `with` blocks (#2847)

This preserves the semantics of the abstract operation `Set` on `with` blocks; setting non-writa...

65f910523b93df378ccf7f490779393c62d9e080 authored over 1 year ago by José Julián Espina <[email protected]>
Implement `Intl.Segmenter` (#2840)

The new ICU4X release stabilized the `icu_segmenter` component, so this PR implements `Intl.Segm...

1b67e5d6070f0d3e6da36eb3ccb193ce2f8656ce authored over 1 year ago by José Julián Espina <[email protected]>
Fix sync generator yield expressions (#2838)

Depends on #2837.

This Pull Request changes the following:

- Fix the remaining `language/e...

8a29c5025b4b8eae639d4cdb410551d82671be17 authored over 1 year ago by raskad <[email protected]>
Fix more Annex B tests (#2841)

This Pull Request fixes some additional Annex B tests.

It changes the following:

- Fixes b...

40a5ae0a2f812058e1e4cbb5e6b10f366a84efd9 authored over 1 year ago by José Julián Espina <[email protected]>
Bump clap from 4.2.2 to 4.2.3 (#2844)

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

95a81984a01222180281cc89e47325db63f200c6 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump bitflags from 2.1.0 to 2.2.0 (#2845)

Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.1.0 to 2.2.0.
<details>
<summary>R...

c87cf7c7f40750505f88617c7dfa5d38f53e60ab authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Upgraded to ICU 1.2 (#2826)

This PR upgrades ICU to 1.2.

Unfortunately we still have some breaking changes, so this is be...

d288b638475825e5f1ba2622726e6c25328643fb authored over 1 year ago by Iban Eguia Moraza <[email protected]>
Improve strictness of `GeneratorState` (#2837)

Just some small improvements that increase the strictness of our generator state handling.

Al...

20f4a82479518d4bfdc3de6ec116e3dedc841e57 authored over 1 year ago by José Julián Espina <[email protected]>
Bump html-webpack-plugin from 5.5.0 to 5.5.1 (#2830)

Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.5.0 to 5.5.1...

4b72c06dbcf881693e231bdd300f20421df341a4 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump num_enum from 0.6.0 to 0.6.1 (#2836)

Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.6.0 to 0.6.1.
<details>
<summa...

74ec5c1f9608b57e966ce202eedd0836148c0f9e authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack-dev-server from 4.13.2 to 4.13.3 (#2829)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.13.2 to 4.13.3....

249b26214cbe238996c288b233281103049d5610 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump test262 from `f756ff6` to `e5a7450` (#2833)

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

8e05aa56d4f5e93c5968dfb00613a5da144ef0be authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Updated README (#2825)

This Pull Request updates the README by including the latest output of the `--help` command line...

b1f4e0db6bc051d69cdff0a7aa94c982be6e470c authored over 1 year ago by Iban Eguia Moraza <[email protected]>
Add hooks to get the current time and timezone (#2824)

This Pull Request changes the following:

- Adds two new hooks to `HostHooks` to access the cu...

9dc4dd14100d82725453ef2d9f7a311aa4be6662 authored over 1 year ago by José Julián Espina <[email protected]>
Implement `String.prototype.toLocaleUpper/LowerCase` (#2822)

This fixes some more ES5 tests that were failing because the functions haven't been implemented....

a12f10e33562b80f3bdea644a9e51405bdfeea8c authored over 1 year ago by José Julián Espina <[email protected]>
Bump webpack from 5.78.0 to 5.79.0 (#2814)

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

4a5d59da9ae1d2c9c891fb4f7562d805bf16f58d authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Implement async functions using generators (#2821)

This should hopefully fix more async/futures issues related to resuming execution in the future,...

6d3550d0cb35e1c10a648ae6cbe4b48f1ae302d5 authored over 1 year ago by José Julián Espina <[email protected]>
Bump serde_json from 1.0.95 to 1.0.96 (#2815)

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

236012d85335ed8f5f281f1c4cf758d252867f4f authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump syn from 2.0.14 to 2.0.15 (#2820)

Bumps [syn](https://github.com/dtolnay/syn) from 2.0.14 to 2.0.15.
<details>
<summary>Release no...

841481803a7fd6c760ec16502cfa3f4929f67390 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump writeable from 0.5.1 to 0.5.2 (#2819)

Bumps [writeable](https://github.com/unicode-org/icu4x) from 0.5.1 to 0.5.2.
<details>
<summary>...

78bc105add06ed07f55f093b42e6a138705b09d3 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Implement HTML comments and gate behind the `annex-b` feature (#2817)

Small steps towards ES5 conformance.

This PR changes the following:

- Implements HTML comm...

460051261ac388373f2cd6f3c0ddcb6b5269425a authored over 1 year ago by José Julián Espina <[email protected]>
Bump clap from 4.2.1 to 4.2.2 (#2818)

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

b6f929508d8aa2e3d3ba66cedcaf4fe36c348cb1 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix `TypedArray`s minus zero key (#2808)

It changes the following:

- Fix `-0` index in typed arrays

bfa9815fe7d4f2105da26654685455c07c6a5177 authored over 1 year ago by Haled Odat <[email protected]>
Bump h2 from 0.3.16 to 0.3.17 (#2816)

Bumps [h2](https://github.com/hyperium/h2) from 0.3.16 to 0.3.17.
<details>
<summary>Release not...

e012d2223ac58d4fa0fe6adb4ae012550f612f60 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Allow passing owned `HostHooks` and `JobQueues` to `Context` (#2811)

This allows `thread_local` contexts to have owned `HostHooks` and `JobQueues`.

It changes the...

0d6ba53ff2f688e66a139f573de939987b7a1c36 authored over 1 year ago by José Julián Espina <[email protected]>
Bump syn from 2.0.13 to 2.0.14 (#2812)

Bumps [syn](https://github.com/dtolnay/syn) from 2.0.13 to 2.0.14.
<details>
<summary>Release no...

82769820fbf81bc56fe06ad8780c7347a4fa6f21 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Lift `InternalObjectMethods` from `Object` (#2790)

This Pull Request lifts the `InternalObjectMethods` vtable from `Object`, which should technical...

c9759a8dc3fd51561f6cbd2d731e78dc2120fe5d authored over 1 year ago by José Julián Espina <[email protected]>
Make the `wasmbind` feature of the `chrono` crate optional (#2810)

This Pull Request fixes/closes #2475.

It changes the following:

- Do not use the `wasmbind...

6412b30d5da5923139202a4aedf4ba151ce93416 authored over 1 year ago by Iban Eguia Moraza <[email protected]>
Implement `TryFromJs` for `JsObject` wrappers (#2809)

This change allows using built-in `JsObject` wrappers with the `TryFromJs` logic, which makes it...

a8578f7cef5bdcac482ea1c128de5e9b0568c135 authored over 1 year ago by Iban Eguia Moraza <[email protected]>
Fix destructive for-of loop assignments (#2803)

This Pull Request changes the following:

- Fix the assignment of variables in destructive for...

ff0a37f2625735ee4dfd0446176e12c5e8f86d1e authored over 1 year ago by raskad <[email protected]>
Bump serde from 1.0.159 to 1.0.160 (#2807)

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

2f580bbac33f9ba9bb2577f9bb75be59181062ca authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Implement annex-b `trimLeft` and `trimRight` string methods (#2806)

With this and #2805 , `annex-b/builtins/string` should have 100% conformance, also fixed the `no...

4fbecb5084b720e01c3815ef54424a9c04574087 authored over 1 year ago by Haled Odat <[email protected]>
Fix `String.prototype.substr()` (#2805)

Fixes the remaining failing tests on `String.prototype.substr()`

It changes the following:

...

333b94a9ecd7c7eea3d086f754b91b5ee1a1a380 authored over 1 year ago by Haled Odat <[email protected]>
Implement Annex-B string html methods (#2798)

Implements all Annex-B string html methods, they are deprecated but still part of the ES5 spec. ...

24a4770b21345fe6a34238d67f43c96beb5b610a authored over 1 year ago by Haled Odat <[email protected]>
Fix `ThrowTypeError` intrinsic (#2797)

Fixes the remaining failing tests on the `ThrowTypeError` test suite

09d57e75fb5a968f129c2a24ae2c07f12d0c3aa7 authored over 1 year ago by Haled Odat <[email protected]>
Make `Realm` shareable between functions (#2801)

This Pull Request fixes #2317 and #1835, finally giving our engine proper realms 🥳.

It change...

1e75fd0d215cc61b196b3b0c96867004739ddf89 authored over 1 year ago by José Julián Espina <[email protected]>
Fix `String.prototype.replace()` order of `ToString` execution (#2799)

Fix order of `ToString` execution, there are 3 failing tests on `.replace()` but they seem to be...

7a4d6526b0179e41918250c23cd76d0a35deda02 authored over 1 year ago by Haled Odat <[email protected]>
Bump test262 from `be0abd9` to `f756ff6` (#2802)

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

dcf29505e0b53bf57790da0b9ba331b28aaac9d9 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix `Symbol.prototype[@@iterator]` (#2800)

It changes the following:
- Fixes`Symbol.prototype[@@iterator]` so it calls `RequireObjectCoerc...

88fb15c0e5498ee57926d5279791a7aa2d64b0c0 authored over 1 year ago by Haled Odat <[email protected]>
Fix cross-realm construction bugs (#2786)

This Pull Request fixes test [`assert-throws-same-realm.js`](https://github.com/tc39/test262/blo...

34d6b93f36b131ef296eb789678f7bdfa329cd0f authored over 1 year ago by José Julián Espina <[email protected]>
Bump monaco-editor from 0.37.0 to 0.37.1 (#2791)

Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.37.0 to 0.37.1.
<detail...

928d67b28e12072fc450fda8c64fcceec1e60f1e authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump getrandom from 0.2.8 to 0.2.9 (#2792)

Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.8 to 0.2.9.
<details>
<summ...

12974ec800270b9c295f952c74acb06688c18ee6 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack from 5.77.0 to 5.78.0 (#2787)

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

2f2d59fd2362cde608966f3629c2cb920db8bf7c authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump serde_yaml from 0.9.19 to 0.9.21 (#2789)

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

53e08205f58cbac6902fbdfd2641b512ab6dec5b authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump bitflags from 2.0.2 to 2.1.0 (#2788)

Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.0.2 to 2.1.0.
<details>
<summary>R...

303d8d4b6972b6740fd8558e5efdb66a562c7142 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Implement debug object for CLI (#2772)

Currently some debugging stuff in JavaScript land is difficult to impossible, like triggering a ...

570bc85ebe50820cdb90ffb2f4e7d6b10bfcd236 authored almost 2 years ago by Haled Odat <[email protected]>
Bump monaco-editor from 0.36.1 to 0.37.0 (#2784)

Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.36.1 to 0.37.0.
<detail...

8528ccb3991ea874a4cc29982b5b41e99a5b04c9 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump peter-evans/create-or-update-comment from 2 to 3 (#2785)

Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-com...

2b32967c7ff3d7067034461db2f9b32d2d81aee8 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump sys-locale from 0.2.4 to 0.3.0 (#2781)

Bumps [sys-locale](https://github.com/1Password/sys-locale) from 0.2.4 to 0.3.0.
<details>
<summ...

0eb4aecc105fb9cbcae2beea7f59260f794e0e8d authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump num_enum from 0.5.11 to 0.6.0 (#2782)

Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.5.11 to 0.6.0.
<details>
<summ...

57bbacb502a2a4f8b242386b948b9671fb0c90cb authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump spin from 0.9.7 to 0.9.8 (#2780)

Bumps [spin](https://github.com/mvdnes/spin-rs) from 0.9.7 to 0.9.8.
<details>
<summary>Changelo...

4add3be0ff5ed6a4b1d76d1dfc79ad004528ffe3 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Implement `escape` and `unescape` (#2768)

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

0babe195fb6108d25cc216abfea32d6297ca2615 authored almost 2 years ago by José Julián Espina <[email protected]>
Add `json-parse-with-source` feature to `boa_tester` (#2778)

This PR resolves the failing CI in #2777

It changes the following:

- Adds `json-parse-with...

0fb0558d446af91c0f15118555a43ff6b88cb517 authored almost 2 years ago by Haled Odat <[email protected]>
Bump syn from 2.0.12 to 2.0.13 (#2776)

Bumps [syn](https://github.com/dtolnay/syn) from 2.0.12 to 2.0.13.
<details>
<summary>Release no...

077142710f1fc00c8505c031d52c1c8fc70bc6e7 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump proc-macro2 from 1.0.54 to 1.0.56 (#2775)

Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.54 to 1.0.56.
<details>
<su...

9fd79fa5802d86f28bd6d20f905c34035de34cc2 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack-dev-server from 4.13.1 to 4.13.2 (#2774)

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.13.1 to 4.13.2....

4eeada7a75c1150aeb14c8e4c9cb4c102d065330 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump syn from 2.0.11 to 2.0.12 (#2770)

Bumps [syn](https://github.com/dtolnay/syn) from 2.0.11 to 2.0.12.
<details>
<summary>Release no...

08ed2a4ae0c1aabbcd181abc32e0e5c0fa9e2a86 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump futures-util from 0.3.27 to 0.3.28 (#2769)

Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.27 to 0.3.28.
<details>
<...

59d1a43107973ac96726726bb7ed6347f603de3d authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Initial version of a JS -> Rust conversion trait. (#2276)

This Pull Request closes #1975. It's still a work in progress, but tries to go in that direction...

540aa2be4f854e31e34b78d6755dec0836681e60 authored almost 2 years ago by Iban Eguia Moraza <[email protected]>
Add AST node for parenthesized expressions (#2738)

Currently we have no explicit representation for parenthesized expressions which makes some beha...

e286d9fbb7e39d84f428c46f9e04c99095f2883d authored almost 2 years ago by raskad <[email protected]>
Bump webpack from 5.76.3 to 5.77.0 (#2765)

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

6474dda09d27c8a17aef4a379d4cd8b22c74a3f6 authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump clap from 4.2.0 to 4.2.1 (#2766)

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

d119934f983fb8c0b72edc6a803a7565e399d75e authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Shrink size of `IndexedProperties` (#2757)

Most objects don't have indexed properties, and those who have, have dense properties, this PR u...

edb04175434f9f75dbb5b47e6b50ceef305de455 authored almost 2 years ago by Haled Odat <[email protected]>