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
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.68 to 1.0.69.
<details>
<summary>R...
Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.30.0 to 0.30.1.
<detail...
<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add ...
Bumps [monaco-editor](https://github.com/microsoft/monaco-editor) from 0.29.1 to 0.30.0.
<detail...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.5.0 to 6.5.1.
<details>...
Bumps [num-bigint](https://github.com/rust-num/num-bigint) from 0.4.2 to 0.4.3.
<details>
<summa...
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
<details>
<su...
Bumps [webpack](https://github.com/webpack/webpack) from 5.60.0 to 5.61.0.
<details>
<summary>Re...
<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add ...
This PR adds conformance results for the VM branch both for PRs and for the conformance results ...
ed41f428e566706c321b7f924175222d4764b0ca authored about 3 years ago
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.3.1 to 4.4.0.
<...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.4.0 to 6.5.0.
<details>...
Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 5.4.0 to 5.5.0...
f399d51cdc41e04f0b9bf381a32a12ddf5b419bd authored over 3 years agoThis Pull Request partially fixes #307.
It changes the following:
- Implements limited `co...
fc405c4f0a4e2b6c3cd995f149cf52805b9149dd authored over 3 years ago
Bumps [webpack](https://github.com/webpack/webpack) from 5.59.1 to 5.60.0.
<details>
<summary>Re...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.1.0.
<deta...
<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add ...
This Pull Request updates some of our CI config and adds config for bors.
It changes the fo...
6262bd9824c062c5b846134083b1446b6faf482a authored over 3 years agoCo-authored-by: Iban Eguia <[email protected]>
33e22058cd1ac8ac078b111611e5cf0bfbad20de authored over 3 years agoa5c85708a27b3c261f0a6ff25ff2a28ad2769fa6 authored over 3 years ago
Co-authored-by: João Borges <[email protected]>
35d75c68b0c66bb503968d7891801d11381b5a71 authored over 3 years agob7858c1e29b56972628fc9787dab0418e87db50e authored over 3 years ago
69c8fd4e6988177c11b505089de67c5fad249d6d authored over 3 years ago
7e6bef92b588612cf9009056dd53806152a3fc45 authored over 3 years ago
* Style: Respect rust1.56
* Chore: Change to 2021 edition
8aeef422ed94a9e75fe750ae579923e3df6160bf authored over 3 years agoa79fe12f24b83ca719993373ee38aa8d78b8aaba authored over 3 years ago
8891bb74073a54194d223426ed291b68fd204353 authored over 3 years ago
cd1e4bffef7c23a9e6459baa6e7ef64c2e929417 authored over 3 years ago
c97aa984567dd0d364f5fdf5672e5d2ed3180ec3 authored over 3 years ago
37ce248dc18ad4add8bac71b2f43a47cbd536f17 authored over 3 years ago
ab85a7683ededbe80d153257760cef9a34d246e7 authored over 3 years ago
46dd293b0f40dbba94b42ccf388316c74329f303 authored over 3 years ago
* Implement `Proxy` object
* Restucture `Proxy` struct fields
* Apply some suggestions
f66324cdf54357e92dfcd80f28419b365e410147 authored over 3 years ago
- Added two new opcodes Inc and Dec to the VM for increment and decrement.
- Implementated comp...
f8293bca1e783b008492558ac6bd2bae97507c01 authored over 3 years ago
59d5dfeeeaeded3f6337c116053ee8d657c7b94c authored over 3 years ago
* Implement Object.fromEntries
* Add tests for Object.fromEntries
4f9764c73033ca4bbc6c620cdf3b19eb4513b90f authored over 3 years agoc8eff81f1d0d4ba5125c0996c05d9f79f5e0d261 authored over 3 years ago
b624be6927aad0c3129041de1f0fafd813072956 authored over 3 years ago
829a26d1a97618a8517233351372cb901ec43297 authored over 3 years ago
5227901fed5f01c70cb159fac014a54b99ae1831 authored over 3 years ago
adab4472fef1ca2800e6aaa623185b32d8dca325 authored over 3 years ago
397cee0a02d56a4c8010242d00d2beb5ee1a148b authored over 3 years ago
* Refactor `[[Call]]` and `[[Construct]]` to be InternalFunctions
* Implement `BoundFunction`...
9f845465bf97ad6e3558e497c7a3151b0a57e609 authored over 3 years agobec891ad97a04e68ca2e5de47b5a9cca9e5be1e6 authored over 3 years ago
69d9f620886b55d770bb8f3aea07c38eae38d74e authored over 3 years ago
eaa61f46e5a1367240e5a20293b52bec451ae462 authored over 3 years ago
d9596fcad1cb18a0850d0a22829b311ec36d10ef authored over 3 years ago
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 fix/add docs to Object.prototype.hasOwnProperty
* Tests for Obj...
aaac3e9a62133e5022b2836d5b02fdb9f1890daf authored over 3 years ago510623b0e6ac29b86aa06a7b6a01679e1294e84c authored over 3 years ago
94edd22a441911786ef869c7b35ceda5d114dda9 authored over 3 years ago
45c8fa0baa3437f01ef44a2a41002f67837629d7 authored over 3 years ago
21a5b3418e2ee483e135c6c46e8113a736624ece authored over 3 years ago
* Updated test suite and dependencies
* Ignore Temporal feature in tests
be51d984743527168a58fca16188e6bf165389ba authored over 3 years ago4836575ad96037bd5caa2dcb6e9fba9f4b79d719 authored over 3 years ago
4e2d195b63ea8bcbc35ac0b035cedb90b24dc663 authored over 3 years ago
* - add trace to VSCode launch
- comment out pushUndefined and Return
- Move call frame to its...
8826c6d8ad6551ee3fa47bb4f86dacbe4e6a9422 authored over 3 years ago
916c9d8bc914d919041c2cd9b5855dc70a61e1ca authored over 3 years ago
df836f1e2a9fdabcae94e38193347c69e7363934 authored over 3 years ago
ed00a137cf89278526de2485c9f5d0ae39560c1f authored over 3 years ago
e1c573aaca2c423b4a317d09626963a55f7f2e4f authored over 3 years ago
Co-authored-by: raskad <[email protected]>
Co-authored-by: jedel1043 <je...
ac7618a244fafd2fb1b33a9144f5574c7c2f8dad authored over 3 years ago
70d53e603b408b09c0ab5723ca83cb5680b2df90 authored over 3 years ago
5e311beec1dad56c013180a96266a3d2a2638d5b authored over 3 years ago
Signed-off-by: hle0 <[email protected]>
9f6245ce6150bca56bc205402f4c37754f3d9db6 authored over 3 years ago94992a4a8c5294df05209f71ff5758df1cb34ae3 authored over 3 years ago
d3c5aea44e3fb3e06518f96e3bdfb44a8bdfe78c authored over 3 years ago
* Use BigInt for parsing long integers
5029a23185f2abca869657f92cccd8935fde7802 authored over 3 years ago* 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
* Add documentation
* ...
bda00b06408d2d65315100751bfa5abd6c0e8a42 authored over 3 years agoffe20d8fffdd28f458f276cfa50817af4c80b015 authored over 3 years ago
- Separate builtin function from rust JavaScript function
- Removed BuiltInFunction struct
7be421bda7e0b37fb96852b4287d9fe2e4131307 authored over 3 years ago
Co-authored-by: Iban Eguia <[email protected]>
c977b8e5aa9634ff0e804daef7510feca69a3d10 authored over 3 years ago92dd6ed10ffdebc3b7cf084ece607ac6e25adc94 authored over 3 years ago
4a29332b918a712d7e55958ac4cb9ebbac0895f7 authored over 3 years ago
d802749dc36795eb4a7713e7d0497c13b8075251 authored over 3 years ago
68d75bdd72049a02d29f2b68fbc98cf832edd557 authored over 3 years ago
36309e9da9b1052e800981a6a747238050acd03c authored over 3 years ago
99f2e745888a0f4b96cc6b353b1de3d588bbb9d4 authored over 3 years ago
* Document the `Math` builtin object
* Fix typos and rename variables
dd84439ea02782bc6047716a4e9a620f4fbc6ea3 authored over 3 years ago9a915c3ee9baac7af938a3fa6f6943b7cb7a1038 authored over 3 years ago
* Allow passing additional `NativeObject` captures to closures
* Add test for external closur...
25ac4cc67a608ceb45ac73cbb8d91dfdfc94bc4f authored over 3 years ago6e7d615a5bc1f77426561ca08e4f7c875669711e authored over 3 years ago
related to: #1445
21ef83940e443d7bf6ddc47bb0ea0c16a02b9ced authored over 3 years ago7195e7db02e4abfcebec8d1de51b449b5d326e50 authored over 3 years ago
57812a01ecc74c4326b83d8236278e3918160e2a authored over 3 years ago
e4226c855d83a5371f7e54506b398c10d0eb104c authored over 3 years ago
c5a4be02e6c6077cb04982ba130c7d61ea59475b authored over 3 years ago
0d2f53657c5884377918d9258dac30e707726009 authored over 3 years ago
9b8f50ee58ad50a06c6f0d3ae2da35efec990446 authored over 3 years ago
78ad3917eaeb50884f903bfb9a4dbb07c95ed360 authored over 3 years ago
693ec6b1a813445aa92f3355a09d233cea746626 authored over 3 years ago
99e37971ba6edf9c609e7c17f893e56f9cba4ffa authored over 3 years ago
* 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
add clear & foreach & delete
2f8c35db571e3a1c4dd03040d70cafcc02d69ae9 authored over 3 years agoe3e0de60d7556f6a13d9a2e3517f84fdbf8569f8 authored over 3 years ago