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

fix(boa): match and regexp construct fixes (#1374)

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...

f429c1673571d98a069bb0715d62022e7e0e092b authored over 3 years ago
style(boa): clippy lints and cleanup of old todos (#1383)

- removes needless double references
- removes ignored tests/sections

aa507f3c50c6b6da1cad09bdeed9b51d29301475 authored over 3 years ago
Implement `Symbol.for` and `Symbol.keyFor` (#1424)

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

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
...

a4a76fe87c2f3383f71198bee3c32de98d5c5df3 authored over 3 years ago
Implement gh-page workflow on release (#1346)

3aa84e4a08a793ce7661744ef5b80ae27707fcd7 authored over 3 years ago
Bump webpack from 5.45.1 to 5.46.0 (#1427)

09cc2acf0994de981f9c6934a1e620db22d87284 authored over 3 years ago
Refactor internal methods and make some builtins spec compliant (#1422)

f6d5733b02c7be05696b7dd9b8ed008c6efb7e5a authored over 3 years ago
Fix DataDescriptor Value to possibly be empty (#1419)

65473b59038a2d8b21893844d92ff21377ab3a7b authored over 3 years ago
Add Example to Execute a Function of a Script File (#1357)

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

970a611d28a188dd7074f6cb6ea763839e1119c6 authored over 3 years ago
Refactor JavaScript bigint rust type (#1408)

2cd32ed8161c980581d961b185adeb63461d4cdc authored over 3 years ago
Use lock for map iteration (#1366)

711e04dfc42535558c551d7596793a0afcfed763 authored over 3 years ago
Implement switch statement for vm (#1407)

825faaa83260b738b08bba0f9837f57c1a689da8 authored over 3 years ago
Bump float-cmp from 0.8.0 to 0.9.0 (#1421)

fafba6b929673c1a7fe362c900b93c4538a11ff1 authored over 3 years ago
Bump monaco-editor from 0.26.0 to 0.26.1 (#1412)

dd700786c74f3c9f4f3af4880f735c0e6f3c64bb authored over 3 years ago
Bump style-loader from 3.1.0 to 3.2.1 (#1417)

78cea1683ac41b609954a7570c99a60a922991d6 authored over 3 years ago
Bump webpack from 5.44.0 to 5.45.1 (#1410)

b088f8ad484822af8ce42b78495871174cf4ed46 authored over 3 years ago
Bump css-loader from 6.0.0 to 6.2.0 (#1416)

6db0154d7992cda461ecc4f48c0a62b394beb6d4 authored over 3 years ago
Custom JavaScript string rust type (#1380)

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

be4a8724b101fefd4dd73164295b0756b1f1dc00 authored over 3 years ago
Refactor JavaScript symbol rust type (#1382)

ecd56ca7e15286822c1a06644b4eec306a4bf014 authored over 3 years ago
Bump monaco-editor from 0.25.2 to 0.26.0 (#1405)

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...

a77579a2844a4bf3a5bf405c3833e934f2486dea authored over 3 years ago
Bump css-loader from 5.2.6 to 6.0.0 (#1398)

55143a17709c5350427cd41ba33b0dfe322035f5 authored over 3 years ago
Bump regress from 0.3.0 to 0.4.1 (#1394)

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

bfe638edc3abd565ad8b8647cce7fe86b2acc6a4 authored over 3 years ago
Bump webpack from 5.43.0 to 5.44.0 (#1392)

76f29fe7739889df0c9164fbe0ab84843380cc3c authored over 3 years ago
Bump webpack from 5.42.0 to 5.43.0 (#1389)

e5dc8fc6792dee23dc8fb92cab2cdb8e968a49d8 authored over 3 years ago
Refactor / Implement RegExp functions (#1350)

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

2b4501076a4fcc5aeca241e49ad37953ab336223 authored over 3 years ago
Bump structopt from 0.3.21 to 0.3.22 (#1386)

88452aac7594bb374bd6d5a9837f62d4cb0550a8 authored over 3 years ago
Redesign bytecode virtual machine (#1361)

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

f33dbcc827fabb12b7b88dfc0b1d82c6f1aabb4b authored over 3 years ago
Bump webpack from 5.41.1 to 5.42.0 (#1385)

7fcd5dea1158528996c57feaba7d2a969fab7c1d authored over 3 years ago
feat(boa): adds normalize method (#1369)

* feat(boa): adds normalize method

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

09efb2e578229d19558a2f3ff858a6a6a46f4c2f authored over 3 years ago
Fixed documentation warnings (#1381)

ad972f76bd5a3136aaae6d26d50f2877225f480d authored over 3 years ago
Bump webpack from 5.41.0 to 5.41.1 (#1378)

0c0257fff0a677a5b4d298d00075626eaccbe7c0 authored over 3 years ago
Bump indexmap from 1.6.2 to 1.7.0 (#1379)

5153175d0414d8f5b4a64b4ad855717c9e72ede3 authored over 3 years ago
Bump webpack from 5.40.0 to 5.41.0 (#1370)

13f5ea3a2d1eac31cc7b30600146c7d9e8e28b9b authored over 3 years ago
Bump prettier from 2.3.1 to 2.3.2 (#1368)

45a55993e07a22540791b823ea3c957a503a0994 authored over 3 years ago
Bump copy-webpack-plugin from 9.0.0 to 9.0.1 (#1367)

e75736d9c9dee38f8be8a69d04072c850d24fc4d authored over 3 years ago
Bump style-loader from 2.0.0 to 3.0.0 (#1362)

35c2a491bd823aa1ee95f81db0da819027c2b214 authored over 3 years ago
Adjust a comment to be next to the correct module. (#1360)

fa3ca4bb8ae5d441559e92b898c6b67d3f61df66 authored over 3 years ago
Bump webpack from 5.39.1 to 5.40.0 (#1355)

8e774c4a735c72a7cc2c503eeb4e159e0248ff12 authored over 3 years ago
Bump bootstrap from 5.0.1 to 5.0.2 (#1359)

c1226226d1bf87f75b5767ed87d9ce177af863a7 authored over 3 years ago
Bump html-webpack-plugin from 5.3.1 to 5.3.2 (#1358)

0affe2d5bee23c46ad8dc868305442f6a9a01a45 authored over 3 years ago
Style: Respect rustfmft (#1356)

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
...

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...

79948b7dc4d6c4901eede4f50f353640512e9c94 authored over 3 years ago
Bump monaco-editor from 0.25.1 to 0.25.2 (#1341)

400b0073a63ff5d5815ab257bcdaa7615b811549 authored over 3 years ago
Bump webpack from 5.39.0 to 5.39.1 (#1340)

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...

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...

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...

78b926e98f1a536b503cf47860aa923195d7aed9 authored over 3 years ago
fix cargo check errors (#1338)

* fix cargo check errors

- move constants to associated constants
- format & lint

* remove sup...

f673cbc66232343c863c21d2b806bbd906441ff7 authored over 3 years ago
Implement Array.prototype.copyWithin (#1334)

9497636e6ca4dc7b449591b3b481a270cec3141b authored over 3 years ago
Implement missing species getters (#1331)

* Implement get Array [ @@species ]

* Implement get Map [ @@species ]

* Adjust get Set [ @@spe...

0825fdaa5b99dae0bf086985b1ba47188eab6dad authored over 3 years ago
Allow Value.set_field to thow (#1329)

8963938fd2783de201f49c3598b2f384f8339a22 authored over 3 years ago
gh actions (#1337)

* adds condition to avoid triggers from dependabot

* fix actor to correct author

* fix single ...

f5843190969b631d7daee9ca74a190156a5a4bd8 authored over 3 years ago
Fix display for nodes (#1312)

* Fixed top level indents

* Fixed function definitions

* For loops display correctly now

* Aw...

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

75a361bdb7484e779705132269b48a3d4499150e authored over 3 years ago
Bump rand from 0.8.3 to 0.8.4 (#1328)

1dbc7fccd23e004786aef510d02747c4dab96865 authored over 3 years ago
Bump monaco-editor from 0.25.0 to 0.25.1 (#1327)

453fa8fb9e80786853cc4d8b5594c9e1b1ec55e3 authored over 3 years ago
Implement get RegExp[@@species] (#1326)

14862f878e3997186b3a3080951d153d6f7c508f authored over 3 years ago
Bump webpack from 5.38.1 to 5.39.0 (#1321)

31dc7bcddbd72288611700f4f8fb67305068173d authored over 3 years ago
implement RegExp.prototype [ @@search ] ( string ) (#1314)

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

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

fc3fbe26a5db5aa77f6cefee84c83f3e0f1b98c2 authored over 3 years ago
Bump once_cell from 1.7.2 to 1.8.0 (#1318)

db1be3b0dc0bd2b47f4d02e07649d7b20710abca authored over 3 years ago
Bump monaco-editor from 0.24.0 to 0.25.0 (#1317)

b34bf5dc1fe2f2026b2df0ed3c55a3a759fff9c0 authored over 3 years ago
Bump webpack-cli from 4.7.0 to 4.7.2 (#1310)

28598b3ff21276fd5f5551f7e8c2c6dead1b672b authored over 3 years ago
Added changelog for v0.12 (#1275)

33a69654d07cf1d935cf4f48cc742579f9321d88 authored over 3 years ago
Implement Array.of (#1127)

19a6cded8464ab9ea7460ab9d49f7b5a2617a5be authored over 3 years ago
Added the $262 object to Test262 test runner (#1296)

e38a84155e2ff965d2e9f7a75a720d67c746d9b5 authored over 3 years ago
fix VM branch (#1302)

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

ba3c4e5945ad605102a8d91d57fa5e3c0bb85bf7 authored over 3 years ago
Bump prettier from 2.3.0 to 2.3.1 (#1305)

d6d5d793a6ba5b5731b939eadbaf6958313862c9 authored over 3 years ago
Bump ws from 6.2.1 to 6.2.2 (#1303)

2e75dd8cc3c032891b69636ff2961b27fb88d1ca authored over 3 years ago
Fix environment record panics (#1285)

* Fix environment record panics

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

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

ad7306db879b492c4d7d03b6242cc48a6ec1685a authored over 3 years ago
Bump regress from 0.2.0 to 0.3.0 (#1297)

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...

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 ...

ac998999be3e7047f1f140f263424b3b287f939f authored over 3 years ago
Implement `symbol.prototype[ @@ToStringTag]` (#1292)

* Fixed hypot length bug

* added the symbol.prototype[ @@ToStringTag]

* use Self::NAME

c6d56899be268654bb723054899ccf8fe737de9a authored over 3 years ago
Fix test262 comment formatting (#1293)

e7ffe7fd454e547c60ae8bb3a6adc48be233f252 authored over 3 years ago
Add test comparison to Test262 result compare (#1279)

* Added some result changes for Test262 result comparisons

* Added a bug and a panic to test ...

1a58c9fc9c1edb6a0b9896fa3ded1e73fa69da74 authored over 3 years ago
Fixed hypot length bug (#1288)

e577f2a4c1a85e90b715637bdb8e332f973f9e31 authored over 3 years ago
Bump actions/cache from 2.1.5 to 2.1.6 (#1290)

ecbc23b49ce4ea294bfecea92d92bcc53e85b25c authored over 3 years ago
Bump webpack from 5.37.1 to 5.38.1 (#1289)

737d79d9f687458c05df96f002a882706a1cf140 authored over 3 years ago
Bump dns-packet from 1.3.1 to 1.3.4 (#1287)

c9ef4415cfbbd146a35dfdd9cacda9ce8c2d64b9 authored over 3 years ago
Fix construct usage (#1286)

52bd1e72f74f48c2958e6026a38c7fb657d51489 authored over 3 years ago
Fix panic in regex execution (#1283)

* Fix panic with regex exec

* Add toLength comment

d009fa271bf90a6b6cf517a2299a6d89d5285e79 authored over 3 years ago
Add default parameter support (#1273)

* Add default parameter support

* Update second environment

* Use map instead of if let, r...

3acef7b7d541eb260de978252a59cbff8c6bd44c authored over 3 years ago
Fix GcObject to_json mutable borrow panic (#1284)

81ef87b7f9028c21d7d3adadfdd0e6da4bf844e9 authored over 3 years ago
Fix slice index panic in add_rest_param (#1280)

23e59361883598db9b3c0beb92d03ad656a2d0f9 authored over 3 years ago
Fix Array.prototype.filter (#1272)

Co-authored-by: tofpie <[email protected]>

68543e8fb46d0527dcce98e7603bc6986714baa7 authored over 3 years ago
Bump git2 from 0.13.19 to 0.13.20 (#1282)

715cced9892409c6ee33938148a9779806b9c5bf authored over 3 years ago
Bump css-loader from 5.2.5 to 5.2.6 (#1281)

655c7d3f4f99274957b37034925cd0d64e5fe5f3 authored over 3 years ago
Fix of instructions.rs comment, to_precision impl and rfc changes (#1135)

88e888fd8a9281169f34eaa3fb1948d194958d9b authored over 3 years ago
Bump copy-webpack-plugin from 8.1.1 to 9.0.0 (#1278)

24deb83e740c1cbc0052aac5bbe4f90ed460c176 authored over 3 years ago
Cleanup (#1276)

62c99f50b707c58ae2e2bf7fd4550a002e84a5e1 authored over 3 years ago
Make `same_value` and `same_value_zero` static methods. (#1271)

0dcf182ad9a2c4ecac5a2cb4de2b00889dc75528 authored over 3 years ago
Fix `Context::register_global_function()` (#1270)

a5e38133c240b4a72d36c68f25dc044f278cb0d8 authored over 3 years ago
Fix unicode escape in identifiers (#1102)

08f232fe99ceec594c66e822e04d387ccfd3d6c0 authored over 3 years ago
Implement BigInt.prototype[ @@toStringTag ] (#1265)

e187489ab892f49cc7513c68929dd5a3664182a6 authored over 3 years ago