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

Bump serde_json from 1.0.68 to 1.0.69 (#1706)

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

9b9a1c2374dcf81c18dcf5e95ad092f098caa73d authored about 3 years ago
Bump monaco-editor from 0.30.0 to 0.30.1 (#1707)

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

b5b6b547e1478cfe0b9e9bebb8554a37919bb35f authored about 3 years ago
Small test ux improvements (#1704)

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

c8a5ff83eb2cc49aacc9512fe603aed0462a408e authored about 3 years ago
Bump monaco-editor from 0.29.1 to 0.30.0 (#1702)

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

009bd09ce4497cba7cc339ec321dad51060ffe6b authored about 3 years ago
Bump css-loader from 6.5.0 to 6.5.1 (#1701)

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.5.0 to 6.5.1.
<details>...

73c805814c827198ff690934adfa63464c98a686 authored about 3 years ago
Bump num-bigint from 0.4.2 to 0.4.3 (#1699)

Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.2 to 0.4.3.
<details>
<summa...

e1309e829263546468b31c95fda34e95cccbd101 authored about 3 years ago
Bump actions/checkout from 2.3.5 to 2.4.0 (#1698)

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
<details>
<su...

c78b1c5b5af1149a17e1342d7a122ca2e4101712 authored about 3 years ago
Bump webpack from 5.60.0 to 5.61.0 (#1696)

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

09ba9b96b6fbf5f54ae9297025f43870675e9d82 authored about 3 years ago
Allow `BindingPattern` in function parameters (#1666)

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

01090e4f82c852ab1441a105511d19bfaaeef181 authored about 3 years ago
Adding VM conformance output to PR checks (#1685)

This PR adds conformance results for the VM branch both for PRs and for the conformance results ...

ed41f428e566706c321b7f924175222d4764b0ca authored about 3 years ago
Bump webpack-dev-server from 4.3.1 to 4.4.0 (#1694)

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

e79886d6beda11add55b5e4b5d4152613c000268 authored about 3 years ago
Bump css-loader from 6.4.0 to 6.5.0 (#1690)

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.4.0 to 6.5.0.
<details>...

98333b0e37c7dc506e190436b6b42d6ed06b1925 authored about 3 years ago
Bump html-webpack-plugin from 5.4.0 to 5.5.0 (#1687)

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

f399d51cdc41e04f0b9bf381a32a12ddf5b419bd authored over 3 years ago
Add limited console.trace implementation (#1623)

This Pull Request partially fixes #307.

It changes the following:

- Implements limited `co...

fc405c4f0a4e2b6c3cd995f149cf52805b9149dd authored over 3 years ago
Bump webpack from 5.59.1 to 5.60.0 (#1688)

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

e0ea210ea1bbd4d9a6f92d53beba7fa8d1ca02fd authored over 3 years ago
Bump codecov/codecov-action from 1 to 2.1.0 (#1686)

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

789809fc43fb52d36fcdc6975b8d48bf14099862 authored over 3 years ago
Implement prototype of `Intl` built-in (#1622)

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

da2967732301d4a9ace246cd0468381b010ea949 authored over 3 years ago
Add bors to CI (#1684)

This Pull Request updates some of our CI config and adds config for bors.

It changes the fo...

6262bd9824c062c5b846134083b1446b6faf482a authored over 3 years ago
Implement Async Generator Parsing (#1669)

Co-authored-by: Iban Eguia <[email protected]>

33e22058cd1ac8ac078b111611e5cf0bfbad20de authored over 3 years ago
Clean-up contribution guidelines, dependencies, Test262, MSRV (#1683)

a5c85708a27b3c261f0a6ff25ff2a28ad2769fa6 authored over 3 years ago
Implement `DataView` built-in object (#1662)

Co-authored-by: João Borges <[email protected]>

35d75c68b0c66bb503968d7891801d11381b5a71 authored over 3 years ago
Implement Array findLast and findLastIndex (#1665)

b7858c1e29b56972628fc9787dab0418e87db50e authored over 3 years ago
Bump style-loader from 3.3.0 to 3.3.1 (#1682)

69c8fd4e6988177c11b505089de67c5fad249d6d authored over 3 years ago
Implement object literals for vm (#1668)

7e6bef92b588612cf9009056dd53806152a3fc45 authored over 3 years ago
Respect rust 1.56 (#1681)

* Style: Respect rust1.56

* Chore: Change to 2021 edition

8aeef422ed94a9e75fe750ae579923e3df6160bf authored over 3 years ago
change that verbosity comparison to > 2 (#1680)

a79fe12f24b83ca719993373ee38aa8d78b8aaba authored over 3 years ago
Bump webpack from 5.59.0 to 5.59.1 (#1679)

8891bb74073a54194d223426ed291b68fd204353 authored over 3 years ago
Bump webpack from 5.58.2 to 5.59.0 (#1678)

cd1e4bffef7c23a9e6459baa6e7ef64c2e929417 authored over 3 years ago
Bump webpack-cli from 4.9.0 to 4.9.1 (#1677)

c97aa984567dd0d364f5fdf5672e5d2ed3180ec3 authored over 3 years ago
Bump html-webpack-plugin from 5.3.2 to 5.4.0 (#1672)

37ce248dc18ad4add8bac71b2f43a47cbd536f17 authored over 3 years ago
Bump structopt from 0.3.23 to 0.3.25 (#1674)

ab85a7683ededbe80d153257760cef9a34d246e7 authored over 3 years ago
Bump actions/checkout from 2.3.4 to 2.3.5 (#1673)

46dd293b0f40dbba94b42ccf388316c74329f303 authored over 3 years ago
Implement `Proxy` object (#1664)

* Implement `Proxy` object

* Restucture `Proxy` struct fields

* Apply some suggestions

f66324cdf54357e92dfcd80f28419b365e410147 authored over 3 years ago
Initial implementation for increment/decrement in VM (#1621)

- Added two new opcodes Inc and Dec to the VM for increment and decrement.
- Implementated comp...

c809de76ac4d271aa137207a613bc3236cf0dc5b authored over 3 years ago
Bump webpack from 5.58.1 to 5.58.2 (#1667)

f8293bca1e783b008492558ac6bd2bae97507c01 authored over 3 years ago
Bump monaco-editor from 0.29.0 to 0.29.1 (#1661)

59d5dfeeeaeded3f6337c116053ee8d657c7b94c authored over 3 years ago
Implement Object.fromEntries (#1660)

* Implement Object.fromEntries

* Add tests for Object.fromEntries

4f9764c73033ca4bbc6c620cdf3b19eb4513b90f authored over 3 years ago
Badge updates (#1638)

c8eff81f1d0d4ba5125c0996c05d9f79f5e0d261 authored over 3 years ago
Implement `delete` operator in the vm (#1649)

b624be6927aad0c3129041de1f0fafd813072956 authored over 3 years ago
Bump monaco-editor from 0.28.1 to 0.29.0 (#1658)

829a26d1a97618a8517233351372cb901ec43297 authored over 3 years ago
Bump css-loader from 6.3.0 to 6.4.0 (#1657)

5227901fed5f01c70cb159fac014a54b99ae1831 authored over 3 years ago
Bump webpack from 5.58.0 to 5.58.1 (#1656)

adab4472fef1ca2800e6aaa623185b32d8dca325 authored over 3 years ago
Bump bootstrap from 5.1.2 to 5.1.3 (#1655)

397cee0a02d56a4c8010242d00d2beb5ee1a148b authored over 3 years ago
Refactor `Function` internal methods and implement `BoundFunction` objects (#1583)

* Refactor `[[Call]]` and `[[Construct]]` to be InternalFunctions

* Implement `BoundFunction`...

9f845465bf97ad6e3558e497c7a3151b0a57e609 authored over 3 years ago
Bump webpack from 5.57.1 to 5.58.0 (#1650)

bec891ad97a04e68ca2e5de47b5a9cca9e5be1e6 authored over 3 years ago
Hashbang lexer support (#1631)

69d9f620886b55d770bb8f3aea07c38eae38d74e authored over 3 years ago
Bump webpack-cli from 4.8.0 to 4.9.0 (#1646)

eaa61f46e5a1367240e5a20293b52bec451ae462 authored over 3 years ago
Bump measureme from 9.1.2 to 10.0.0 (#1648)

d9596fcad1cb18a0850d0a22829b311ec36d10ef authored over 3 years ago
Update measureme requirement from 9.1.2 to 10.0.0 in /boa (#1647)

Updates the requirements on [measureme](https://github.com/rust-lang/measureme) to permit the la...

bd5827dfece48dd8458fc9c892fd13b8934019d4 authored over 3 years ago
Implement Object.hasOwn and improve Object.prototype.hasOwnProperty (#1639)

* Implement Object.hasOwn and fix/add docs to Object.prototype.hasOwnProperty

* Tests for Obj...

aaac3e9a62133e5022b2836d5b02fdb9f1890daf authored over 3 years ago
Change type of object prototypes to `Option<JsObject>` (#1640)

510623b0e6ac29b86aa06a7b6a01679e1294e84c authored over 3 years ago
Bump webpack from 5.57.0 to 5.57.1 (#1636)

94edd22a441911786ef869c7b35ceda5d114dda9 authored over 3 years ago
Implement Generator parsing (#1575)

45c8fa0baa3437f01ef44a2a41002f67837629d7 authored over 3 years ago
Fix master refs to main (#1637)

21a5b3418e2ee483e135c6c46e8113a736624ece authored over 3 years ago
Updated test suite and dependencies (#1635)

* Updated test suite and dependencies

* Ignore Temporal feature in tests

be51d984743527168a58fca16188e6bf165389ba authored over 3 years ago
Fix Math tests (#1599) (#1630)

4836575ad96037bd5caa2dcb6e9fba9f4b79d719 authored over 3 years ago
Fix `Number.toExponential` and `Number.toFixed` (#1620)

4e2d195b63ea8bcbc35ac0b035cedb90b24dc663 authored over 3 years ago
VM Tidy Up (#1610)

* - add trace to VSCode launch
- comment out pushUndefined and Return
- Move call frame to its...

1a257b52ce2cfeffecb42236ace7654b79f56b83 authored over 3 years ago
Implement `Symbol.prototype[ @@toPrimitive ]` (#1634)

8826c6d8ad6551ee3fa47bb4f86dacbe4e6a9422 authored over 3 years ago
Allow `BindingPattern`s as `CatchParameter` (#1628)

916c9d8bc914d919041c2cd9b5855dc70a61e1ca authored over 3 years ago
Implement arguments exotic objects (#1522)

df836f1e2a9fdabcae94e38193347c69e7363934 authored over 3 years ago
Bump webpack-dev-server from 4.3.0 to 4.3.1 (#1633)

ed00a137cf89278526de2485c9f5d0ae39560c1f authored over 3 years ago
Unify object creation with `empty` and `from_proto_and_data` methods (#1567)

e1c573aaca2c423b4a317d09626963a55f7f2e4f authored over 3 years ago
Implement `Typed Array` built-in (#1552)

Co-authored-by: raskad <[email protected]>
Co-authored-by: jedel1043 <je...

f5d87a899f015b25b74bffeda7100d405243648b authored over 3 years ago
Bump webpack from 5.55.1 to 5.56.1 (#1624)

ac7618a244fafd2fb1b33a9144f5574c7c2f8dad authored over 3 years ago
Bump @wasm-tool/wasm-pack-plugin from 1.5.0 to 1.6.0 (#1625)

70d53e603b408b09c0ab5723ca83cb5680b2df90 authored over 3 years ago
Bump git2 from 0.13.22 to 0.13.23 (#1626)

5e311beec1dad56c013180a96266a3d2a2638d5b authored over 3 years ago
Implement String.fromCharCode (#1619)

Signed-off-by: hle0 <[email protected]>

9f6245ce6150bca56bc205402f4c37754f3d9db6 authored over 3 years ago
Implement Array.prototype.at() (#1613)

94992a4a8c5294df05209f71ff5758df1cb34ae3 authored over 3 years ago
Implement `Symbol.prototype.valueOf` (#1618)

d3c5aea44e3fb3e06518f96e3bdfb44a8bdfe78c authored over 3 years ago
Fix integer parsing (#1614)

* Use BigInt for parsing long integers

5029a23185f2abca869657f92cccd8935fde7802 authored over 3 years ago
Rewrite initialization of builtins to use the `BuiltIn` trait (#1586)

* Rewrite initialization of builtins to use the `BuiltIn` trait

* Document the `BuiltIn` trait

1cbbb0fd723a02bab3cff9bdb56ea2f58d772ae0 authored over 3 years ago
Implement Object.getOwnPropertyNames and Object.getOwnPropertySymbols (#1606)

* Implement Object.getOwnPropertyNames and Object.getOwnPropertySymbols

* Add documentation

* ...

bda00b06408d2d65315100751bfa5abd6c0e8a42 authored over 3 years ago
Fix broken structure links in the documentation (#1612)

ffe20d8fffdd28f458f276cfa50817af4c80b015 authored over 3 years ago
Implement functions for vm (#1433)

- Separate builtin function from rust JavaScript function
- Removed BuiltInFunction struct

aacdd12ed900a1a0db6debd478f303422885a831 authored over 3 years ago
Updated all dependencies and Test262 test suite (#1597)

7be421bda7e0b37fb96852b4287d9fe2e4131307 authored over 3 years ago
changelog v0.13 (#1590)

Co-authored-by: Iban Eguia <[email protected]>

c977b8e5aa9634ff0e804daef7510feca69a3d10 authored over 3 years ago
Bump webpack from 5.54.0 to 5.55.0 (#1594)

92dd6ed10ffdebc3b7cf084ece607ac6e25adc94 authored over 3 years ago
Bump webpack from 5.53.0 to 5.54.0 (#1592)

4a29332b918a712d7e55958ac4cb9ebbac0895f7 authored over 3 years ago
Bump webpack-dev-server from 4.2.1 to 4.3.0 (#1593)

d802749dc36795eb4a7713e7d0497c13b8075251 authored over 3 years ago
Bump monaco-editor from 0.28.0 to 0.28.1 (#1589)

68d75bdd72049a02d29f2b68fbc98cf832edd557 authored over 3 years ago
Bump monaco-editor from 0.27.0 to 0.28.0 (#1588)

36309e9da9b1052e800981a6a747238050acd03c authored over 3 years ago
Bump style-loader from 3.2.1 to 3.3.0 (#1587)

99f2e745888a0f4b96cc6b353b1de3d588bbb9d4 authored over 3 years ago
Refactor the `Math` builtin object (#1584)

* Document the `Math` builtin object

* Fix typos and rename variables

dd84439ea02782bc6047716a4e9a620f4fbc6ea3 authored over 3 years ago
Added "js" feature for getrandom for WebAssembly builds (#1521)

9a915c3ee9baac7af938a3fa6f6943b7cb7a1038 authored over 3 years ago
Allow moving `NativeObject` variables into closures as external captures (#1523)

* Allow passing additional `NativeObject` captures to closures

* Add test for external closur...

25ac4cc67a608ceb45ac73cbb8d91dfdfc94bc4f authored over 3 years ago
Bump webpack from 5.52.1 to 5.53.0 (#1585)

6e7d615a5bc1f77426561ca08e4f7c875669711e authored over 3 years ago
missing normalization improvement for has (#1578)

related to: #1445

21ef83940e443d7bf6ddc47bb0ea0c16a02b9ced authored over 3 years ago
Bump wasm-bindgen from 0.2.77 to 0.2.78 (#1582)

7195e7db02e4abfcebec8d1de51b449b5d326e50 authored over 3 years ago
Bump prettier from 2.4.0 to 2.4.1 (#1581)

57812a01ecc74c4326b83d8236278e3918160e2a authored over 3 years ago
Refactor `JSON.parse` (#1535)

e4226c855d83a5371f7e54506b398c10d0eb104c authored over 3 years ago
Refactor `EnvironmentRecordTrait` functions (#1569)

c5a4be02e6c6077cb04982ba130c7d61ea59475b authored over 3 years ago
Bump serde_json from 1.0.67 to 1.0.68 (#1577)

0d2f53657c5884377918d9258dac30e707726009 authored over 3 years ago
Implement `ComputedPropertyName` for accessor properties in `ObjectLiteral` (#1526)

9b8f50ee58ad50a06c6f0d3ae2da35efec990446 authored over 3 years ago
Bump webpack-dev-server from 4.2.0 to 4.2.1 (#1576)

78ad3917eaeb50884f903bfb9a4dbb07c95ed360 authored over 3 years ago
Bump serde_yaml from 0.8.20 to 0.8.21 (#1574)

693ec6b1a813445aa92f3355a09d233cea746626 authored over 3 years ago
Bump webpack from 5.52.0 to 5.52.1 (#1573)

99e37971ba6edf9c609e7c17f893e56f9cba4ffa authored over 3 years ago
Refactor builtin `Map` intrinsics to follow more closely the spec (#1572)

* Refactor builtin `Map` object and document methods

* Replace some calls to `is_function` wi...

8ba500a26afdad8e200c9990b375664b5c04a97a authored over 3 years ago
improve map conformance without losing perf (#1445)

* improve map conformance without losing perf

add clear & foreach & delete

2f8c35db571e3a1c4dd03040d70cafcc02d69ae9 authored over 3 years ago
Bump webpack-dev-server from 4.1.1 to 4.2.0 (#1571)

e3e0de60d7556f6a13d9a2e3517f84fdbf8569f8 authored over 3 years ago