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

Change StringGetOwnProperty to produce the same strings that the lexer produces (#1460)

github.com/boa-dev/boa - e9093b39aa971622bc4c33a1d455c73aaec70545 authored over 3 years ago
Bump url-parse from 1.5.1 to 1.5.3 (#1462)

github.com/boa-dev/boa - e698e5ce100e132cd06bdb77cbd5d7bd3ff0c352 authored over 3 years ago
Bump webpack from 5.49.0 to 5.50.0 (#1461)

github.com/boa-dev/boa - 780d61600780df59833e250789e281c740021e3f authored over 3 years ago
Implement `Value::type_of` method

github.com/boa-dev/boa - fff39748664124d5710b841729c241ceb5a0893f authored over 3 years ago
Extract `PropertyMap` struct from `Object` (#1425)

github.com/boa-dev/boa - f331694962656ad427d8bcc8a556915984fa0005 authored over 3 years ago
Proposal of new `PropertyDescriptor` design (#1432)

github.com/boa-dev/boa - fe665dbe061f57b8a95a18777a36619b06ad5d87 authored over 3 years ago
Bump bootstrap from 5.0.2 to 5.1.0 (#1455)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/boa-dev/boa - 589d352c5aa3d034549c9a4ce818f4a89d9673b2 authored over 3 years ago
Bump serde from 1.0.126 to 1.0.127 (#1452)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/boa-dev/boa - 483c5e32c4f5fee75ba843a2dbf14034d82b0419 authored over 3 years ago
Bump webpack from 5.47.1 to 5.49.0 (#1456)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/boa-dev/boa - 8c741bae385251f81d69a513c873e34d2c8c4183 authored over 3 years ago
Refactor regexp costructor (#1434)

github.com/boa-dev/boa - ebdf89c001a8c998f448141148f1002659f0ce37 authored over 3 years ago
Bump wasm-bindgen from 0.2.74 to 0.2.75 (#1454)

Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.74 to 0.2.75.
- [Releas...

github.com/boa-dev/boa - e0ec7af88b32d9523028d73eb8146087228666f6 authored over 3 years ago
Fix clippy errors (#1450)

github.com/boa-dev/boa - 4b497ea8ceb0d568ae09466cdb248b71dd0c7c3e authored over 3 years ago
Make `Array.prototype` methods spec compliant (#1449)

github.com/boa-dev/boa - b55b2af80187b8e0d8a9bb22141b313cfdf15a87 authored over 3 years ago
Make `Array.prototype.concat` spec compliant (#1353)

github.com/boa-dev/boa - 9e14cb891b388734cb0c4a000d61bab325b7d317 authored over 3 years ago
Bump serde_json from 1.0.64 to 1.0.66 (#1448)

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.64 to 1.0.66.
- [Release notes](h...

github.com/boa-dev/boa - 05b6054860d0e1d2fba8b0923543d29b742f8ea6 authored over 3 years ago
Bump webpack from 5.47.0 to 5.47.1 (#1447)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/boa-dev/boa - 4b6401a2c1d6972be3c637703d8cf3684c458d68 authored over 3 years ago
Implement closure functions (#1442)

github.com/boa-dev/boa - 91f0fe62bb9b9d5faf0d181871e99c2ea4464e2b authored over 3 years ago
Bump webpack from 5.46.0 to 5.47.0 (#1438)

github.com/boa-dev/boa - 461069cbba4877d9ab8ac07917f16a95a2718bee authored over 3 years ago
fix(boa): bitwise not operation (#1384)

github.com/boa-dev/boa - 330839d972454aa71ec670c4c9f7763188a5b013 authored over 3 years ago
Implement RegExp named capture groups (#1390)

github.com/boa-dev/boa - a7ebfc8f3a7918166b2e5d959e8ca264a9c5936e authored over 3 years ago
fix(boa): match and regexp construct fixes (#1374)

github.com/boa-dev/boa - f93145c0bbd38df1709add1c27621d166db3ff86 authored over 3 years ago
Bump @wasm-tool/wasm-pack-plugin from 1.4.0 to 1.5.0 (#1431)

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

github.com/boa-dev/boa - f429c1673571d98a069bb0715d62022e7e0e092b authored over 3 years ago
style(boa): clippy lints and cleanup of old todos (#1383)

- removes needless double references
- removes ignored tests/sections

github.com/boa-dev/boa - aa507f3c50c6b6da1cad09bdeed9b51d29301475 authored over 3 years ago
Implement `Symbol.for` and `Symbol.keyFor` (#1424)

github.com/boa-dev/boa - beecb2db80816d04fdb353d12ac07578a4dfe180 authored over 3 years ago
feat(boa): implements `at` method for string (#1375)

* feat(boa): implements `at` method for string

Closes #13

* cleanup

* fix len

github.com/boa-dev/boa - 7c046ea886d460b67da46b30968f2af026e9a4fd authored over 3 years ago
fix(boa): 15.4.4.19-8-c-ii-1.js (#1351)

* fix(boa): 15.4.4.19-8-c-ii-1.js

- skips undefined values on callback
- formats

Closes #1306
...

github.com/boa-dev/boa - a4a76fe87c2f3383f71198bee3c32de98d5c5df3 authored over 3 years ago
Implement gh-page workflow on release (#1346)

github.com/boa-dev/boa - 3aa84e4a08a793ce7661744ef5b80ae27707fcd7 authored over 3 years ago
Bump webpack from 5.45.1 to 5.46.0 (#1427)

github.com/boa-dev/boa - 09cc2acf0994de981f9c6934a1e620db22d87284 authored over 3 years ago
Refactor internal methods and make some builtins spec compliant (#1422)

github.com/boa-dev/boa - f6d5733b02c7be05696b7dd9b8ed008c6efb7e5a authored over 3 years ago
Fix DataDescriptor Value to possibly be empty (#1419)

github.com/boa-dev/boa - 65473b59038a2d8b21893844d92ff21377ab3a7b authored over 3 years ago
Add Example to Execute a Function of a Script File (#1357)

Co-authored-by: Halid Odat <[email protected]>

github.com/boa-dev/boa - 970a611d28a188dd7074f6cb6ea763839e1119c6 authored over 3 years ago
Refactor JavaScript bigint rust type (#1408)

github.com/boa-dev/boa - 2cd32ed8161c980581d961b185adeb63461d4cdc authored over 3 years ago
Use lock for map iteration (#1366)

github.com/boa-dev/boa - 711e04dfc42535558c551d7596793a0afcfed763 authored over 3 years ago
Implement switch statement for vm (#1407)

github.com/boa-dev/boa - 825faaa83260b738b08bba0f9837f57c1a689da8 authored over 3 years ago
Bump float-cmp from 0.8.0 to 0.9.0 (#1421)

github.com/boa-dev/boa - fafba6b929673c1a7fe362c900b93c4538a11ff1 authored over 3 years ago
Bump monaco-editor from 0.26.0 to 0.26.1 (#1412)

github.com/boa-dev/boa - dd700786c74f3c9f4f3af4880f735c0e6f3c64bb authored over 3 years ago
Bump style-loader from 3.1.0 to 3.2.1 (#1417)

github.com/boa-dev/boa - 78cea1683ac41b609954a7570c99a60a922991d6 authored over 3 years ago
Bump webpack from 5.44.0 to 5.45.1 (#1410)

github.com/boa-dev/boa - b088f8ad484822af8ce42b78495871174cf4ed46 authored over 3 years ago
Bump css-loader from 6.0.0 to 6.2.0 (#1416)

github.com/boa-dev/boa - 6db0154d7992cda461ecc4f48c0a62b394beb6d4 authored over 3 years ago
Custom JavaScript string rust type (#1380)

- Moved src/value/rcstring.rs => src/string.rs

github.com/boa-dev/boa - be4a8724b101fefd4dd73164295b0756b1f1dc00 authored over 3 years ago
Refactor JavaScript symbol rust type (#1382)

github.com/boa-dev/boa - ecd56ca7e15286822c1a06644b4eec306a4bf014 authored over 3 years ago
Bump monaco-editor from 0.25.2 to 0.26.0 (#1405)

github.com/boa-dev/boa - 356daa21655966092582ba7c56dc664dc55d4714 authored over 3 years ago
Bump style-loader from 3.0.0 to 3.1.0 (#1396)

Bumps [style-loader](https://github.com/webpack-contrib/style-loader) from 3.0.0 to 3.1.0.
- [R...

github.com/boa-dev/boa - a77579a2844a4bf3a5bf405c3833e934f2486dea authored over 3 years ago
Bump css-loader from 5.2.6 to 6.0.0 (#1398)

github.com/boa-dev/boa - 55143a17709c5350427cd41ba33b0dfe322035f5 authored over 3 years ago
Bump regress from 0.3.0 to 0.4.1 (#1394)

github.com/boa-dev/boa - 016e048d64bfd65f05f567d9b263459b054399a8 authored over 3 years ago
Update regress requirement from 0.3.0 to 0.4.1 in /boa (#1395)

github.com/boa-dev/boa - bfe638edc3abd565ad8b8647cce7fe86b2acc6a4 authored over 3 years ago
Bump webpack from 5.43.0 to 5.44.0 (#1392)

github.com/boa-dev/boa - 76f29fe7739889df0c9164fbe0ab84843380cc3c authored over 3 years ago
Bump webpack from 5.42.0 to 5.43.0 (#1389)

github.com/boa-dev/boa - e5dc8fc6792dee23dc8fb92cab2cdb8e968a49d8 authored over 3 years ago
Refactor / Implement RegExp functions (#1350)

* Refactor regexp exec function
Refactor regexp match function
Refactor regexp matchAll function...

github.com/boa-dev/boa - 2b4501076a4fcc5aeca241e49ad37953ab336223 authored over 3 years ago
Bump structopt from 0.3.21 to 0.3.22 (#1386)

github.com/boa-dev/boa - 88452aac7594bb374bd6d5a9837f62d4cb0550a8 authored over 3 years ago
Redesign bytecode virtual machine (#1361)

- Implemented Jump and JumpIfFalse opcodes
- Implemented If in vm
- Implement assign to iden...

github.com/boa-dev/boa - f33dbcc827fabb12b7b88dfc0b1d82c6f1aabb4b authored over 3 years ago
Bump webpack from 5.41.1 to 5.42.0 (#1385)

github.com/boa-dev/boa - 7fcd5dea1158528996c57feaba7d2a969fab7c1d authored over 3 years ago
feat(boa): adds normalize method (#1369)

* feat(boa): adds normalize method

- adds string.prototype.normalize
- uses `unicode_normalizat...

github.com/boa-dev/boa - 09efb2e578229d19558a2f3ff858a6a6a46f4c2f authored over 3 years ago
Fixed documentation warnings (#1381)

github.com/boa-dev/boa - ad972f76bd5a3136aaae6d26d50f2877225f480d authored over 3 years ago
Bump webpack from 5.41.0 to 5.41.1 (#1378)

github.com/boa-dev/boa - 0c0257fff0a677a5b4d298d00075626eaccbe7c0 authored over 3 years ago
Bump indexmap from 1.6.2 to 1.7.0 (#1379)

github.com/boa-dev/boa - 5153175d0414d8f5b4a64b4ad855717c9e72ede3 authored over 3 years ago
Bump webpack from 5.40.0 to 5.41.0 (#1370)

github.com/boa-dev/boa - 13f5ea3a2d1eac31cc7b30600146c7d9e8e28b9b authored over 3 years ago
Bump prettier from 2.3.1 to 2.3.2 (#1368)

github.com/boa-dev/boa - 45a55993e07a22540791b823ea3c957a503a0994 authored over 3 years ago
Bump copy-webpack-plugin from 9.0.0 to 9.0.1 (#1367)

github.com/boa-dev/boa - e75736d9c9dee38f8be8a69d04072c850d24fc4d authored over 3 years ago
Bump style-loader from 2.0.0 to 3.0.0 (#1362)

github.com/boa-dev/boa - 35c2a491bd823aa1ee95f81db0da819027c2b214 authored over 3 years ago
Adjust a comment to be next to the correct module. (#1360)

github.com/boa-dev/boa - fa3ca4bb8ae5d441559e92b898c6b67d3f61df66 authored over 3 years ago
Bump webpack from 5.39.1 to 5.40.0 (#1355)

github.com/boa-dev/boa - 8e774c4a735c72a7cc2c503eeb4e159e0248ff12 authored over 3 years ago
Bump bootstrap from 5.0.1 to 5.0.2 (#1359)

github.com/boa-dev/boa - c1226226d1bf87f75b5767ed87d9ce177af863a7 authored over 3 years ago
Bump html-webpack-plugin from 5.3.1 to 5.3.2 (#1358)

github.com/boa-dev/boa - 0affe2d5bee23c46ad8dc868305442f6a9a01a45 authored over 3 years ago
Style: Respect rustfmft (#1356)

github.com/boa-dev/boa - 24f94ff51b0295ce7142dafa3b12689f3cc15842 authored over 3 years ago
fix(boa): fixes Array.protoype.includes (#1349)

* fix(boa): fixes Array.protoype.includes

- adds fromIndex
- adds infinity checking to indices
...

github.com/boa-dev/boa - 83ac2a94f441d40ea86c08551b2024708f8598aa authored over 3 years ago
fix(boa): fixes unshift maximum size (#1348)

* fix(boa): fixes unshift maximum size

- throws TypeErrException according to spec for len + ar...

github.com/boa-dev/boa - 79948b7dc4d6c4901eede4f50f353640512e9c94 authored over 3 years ago
Bump monaco-editor from 0.25.1 to 0.25.2 (#1341)

github.com/boa-dev/boa - 400b0073a63ff5d5815ab257bcdaa7615b811549 authored over 3 years ago
Bump webpack from 5.39.0 to 5.39.1 (#1340)

github.com/boa-dev/boa - f69b6855940e89dbb58e7c7356f94bfe609b3dda authored over 3 years ago
Scripts should not be considered in a block (#1339)

* Scripts are not considered "in a block"

* Duplicate parameter names are now checked for funct...

github.com/boa-dev/boa - b5d2ce828ec1e782c6f379e5dd0a4890ef0f56ef authored over 3 years ago
fix(boa): fix stringpad abstract operation (#1347)

* fix(boa): fix stringpad abstract operation

- renames filter to filler in accordance with spec...

github.com/boa-dev/boa - b3ff0bff9fdc5f47915c95c68901037d23523f81 authored over 3 years ago
Respect Rust 1.53 (#1352)

* Style: Don't repeat code at end of if

Respecting lint clippy::branches_sharing_code

* Re...

github.com/boa-dev/boa - 78b926e98f1a536b503cf47860aa923195d7aed9 authored over 3 years ago
fix cargo check errors (#1338)

* fix cargo check errors

- move constants to associated constants
- format & lint

* remove sup...

github.com/boa-dev/boa - f673cbc66232343c863c21d2b806bbd906441ff7 authored over 3 years ago
Implement Array.prototype.copyWithin (#1334)

github.com/boa-dev/boa - 9497636e6ca4dc7b449591b3b481a270cec3141b authored over 3 years ago
Implement missing species getters (#1331)

* Implement get Array [ @@species ]

* Implement get Map [ @@species ]

* Adjust get Set [ @@spe...

github.com/boa-dev/boa - 0825fdaa5b99dae0bf086985b1ba47188eab6dad authored over 3 years ago
Allow Value.set_field to thow (#1329)

github.com/boa-dev/boa - 8963938fd2783de201f49c3598b2f384f8339a22 authored over 3 years ago
gh actions (#1337)

* adds condition to avoid triggers from dependabot

* fix actor to correct author

* fix single ...

github.com/boa-dev/boa - f5843190969b631d7daee9ca74a190156a5a4bd8 authored over 3 years ago
Fix display for nodes (#1312)

* Fixed top level indents

* Fixed function definitions

* For loops display correctly now

* Aw...

github.com/boa-dev/boa - 057cbb11b179d496ae39084b3189a82c9c632c08 authored over 3 years ago
adds condition to avoid triggers from dependabot (#1333)

* adds condition to avoid triggers from dependabot

* fix actor to correct author

github.com/boa-dev/boa - 75a361bdb7484e779705132269b48a3d4499150e authored over 3 years ago
Bump rand from 0.8.3 to 0.8.4 (#1328)

github.com/boa-dev/boa - 1dbc7fccd23e004786aef510d02747c4dab96865 authored over 3 years ago
Bump monaco-editor from 0.25.0 to 0.25.1 (#1327)

github.com/boa-dev/boa - 453fa8fb9e80786853cc4d8b5594c9e1b1ec55e3 authored over 3 years ago
Implement get RegExp[@@species] (#1326)

github.com/boa-dev/boa - 14862f878e3997186b3a3080951d153d6f7c508f authored over 3 years ago
Bump webpack from 5.38.1 to 5.39.0 (#1321)

github.com/boa-dev/boa - 31dc7bcddbd72288611700f4f8fb67305068173d authored over 3 years ago
implement RegExp.prototype [ @@search ] ( string ) (#1314)

* implement RegExp.prototype [ @@search ] ( string )

* implement String.prototype.search ( rege...

github.com/boa-dev/boa - fc3fbe26a5db5aa77f6cefee84c83f3e0f1b98c2 authored over 3 years ago
Bump once_cell from 1.7.2 to 1.8.0 (#1318)

github.com/boa-dev/boa - db1be3b0dc0bd2b47f4d02e07649d7b20710abca authored over 3 years ago
Bump monaco-editor from 0.24.0 to 0.25.0 (#1317)

github.com/boa-dev/boa - b34bf5dc1fe2f2026b2df0ed3c55a3a759fff9c0 authored over 3 years ago
Bump webpack-cli from 4.7.0 to 4.7.2 (#1310)

github.com/boa-dev/boa - 28598b3ff21276fd5f5551f7e8c2c6dead1b672b authored over 3 years ago
Update the change dates

github.com/boa-dev/boa-dev.github.io - 1c4a9119bcf020892264878f8c8042ce74154c5e authored over 3 years ago
v0.12 release announcement (#10)

github.com/boa-dev/boa-dev.github.io - 637ecf895cf0444a6f16f698271d323bef68e877 authored over 3 years ago
Added changelog for v0.12 (#1275)

github.com/boa-dev/boa - 33a69654d07cf1d935cf4f48cc742579f9321d88 authored over 3 years ago
Implement Array.of (#1127)

github.com/boa-dev/boa - 19a6cded8464ab9ea7460ab9d49f7b5a2617a5be authored over 3 years ago
Added the $262 object to Test262 test runner (#1296)

github.com/boa-dev/boa - e38a84155e2ff965d2e9f7a75a720d67c746d9b5 authored over 3 years ago
fix VM branch (#1302)

Co-authored-by: Jason Williams <[email protected]>

github.com/boa-dev/boa - ba3c4e5945ad605102a8d91d57fa5e3c0bb85bf7 authored over 3 years ago
Bump prettier from 2.3.0 to 2.3.1 (#1305)

github.com/boa-dev/boa - d6d5d793a6ba5b5731b939eadbaf6958313862c9 authored over 3 years ago
Bump ws from 6.2.1 to 6.2.2 (#1303)

github.com/boa-dev/boa - 2e75dd8cc3c032891b69636ff2961b27fb88d1ca authored over 3 years ago
Fix environment record panics (#1285)

* Fix environment record panics

* Make environment record `new` methods return `Self` instead...

github.com/boa-dev/boa - d157a34d71e3cf05199d4bd8b544cb474a65ff17 authored over 3 years ago
Bump crazy-max/ghaction-github-pages from 2.4.1 to 2.5.0 (#1298)

github.com/boa-dev/boa - ad7306db879b492c4d7d03b6242cc48a6ec1685a authored over 3 years ago
Bump regress from 0.2.0 to 0.3.0 (#1297)

github.com/boa-dev/boa - f754419c0252699737da21215ff445622da5e656 authored over 3 years ago
Support GetOwnProperty for string exotic object (#1291)

* Support GetOwnProperty for string exotic object

* Fix clippy error

* change var name

* dont...

github.com/boa-dev/boa - 82e8a1197a961190e3c1751b8bab8890f39ae8ec authored over 3 years ago
Don't consider panic fixes as "new failures" (#1294)

* Don't consider panic fixes as "new failures"

* Improved coding style

* Fixed Test262 tester ...

github.com/boa-dev/boa - ac998999be3e7047f1f140f263424b3b287f939f authored over 3 years ago