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
github.com/boa-dev/boa - 863a4cff036d88dfb2649cbeb88d132a5da9f946 authored over 4 years ago
* Removed a bunch of Test262 panics
* Removed one ignored test, and fixed metadata read for \...
github.com/boa-dev/boa - 9fa49d7ae7aa0cfbf05bdd5a244aba07f28f5eaa authored over 4 years ago* Upgraded regress to 0.2.0
* Addressed review comments
github.com/boa-dev/boa - da61d3738d2c936064a7a54375a1e86a1285e008 authored over 4 years agogithub.com/boa-dev/boa - f3a293b50bd795ac49b00e600622b9b02d30aa41 authored over 4 years ago
github.com/boa-dev/boa - 218b4715ca7366f3a70980d839ff6156841417df authored over 4 years ago
github.com/boa-dev/boa - fbb1077e87eaead96814653646155b295d7f0b66 authored over 4 years ago
github.com/boa-dev/boa - 2d1d332c5ce6f5200a24085333a688f81467839e authored over 4 years ago
github.com/boa-dev/boa - 41d9730b7d67e21dcf7368484c3e02b6f5f970a8 authored over 4 years ago
github.com/boa-dev/boa - fcff9ad23b66ea399949b77882e02b09b125eb14 authored over 4 years ago
* Improved CI workflows
This improves several things in the CI workflows:
- More conforma...
github.com/boa-dev/boa - be5d198b4d9de973e94e5fdf30c71ac4336bda9f authored over 4 years agogithub.com/boa-dev/boa - 4805e396f4a657256913d36cde4b7e55dc7de683 authored over 4 years ago
* Fix some panics in String.prototype properties
* Address review comments
github.com/boa-dev/boa - f22a1c673b4a058b79972385cfa34623bc1af9e2 authored over 4 years ago* Fix some panics related to BigInt operations
* Address review comments
* Address review comm...
github.com/boa-dev/boa - f2f2153a04a0876ac8c146b44549b580600e3197 authored over 4 years agogithub.com/boa-dev/boa - 09d1889aa07d546c29c2a0d0cf118f3ea18d7faa authored over 4 years ago
* Fix remainder by zero
* Address review comments
github.com/boa-dev/boa - 580c7f1d87b1bdea0014150f8dfc74a194078bba authored over 4 years agogithub.com/boa-dev/boa - 71bc080f6300ac51ff6d08adf0539dd2c3129f06 authored over 4 years ago
github.com/boa-dev/boa - 2cb24427f1b5e608b453514af413004d3292c2f8 authored over 4 years ago
This should fix the master build, since it seems that we are caching what we shouldn't.
github.com/boa-dev/boa - dc1628a433fa5bee2e008953c527e718676195d6 authored over 4 years agogithub.com/boa-dev/boa - 0c6bcac9978fc6a2b4dd27a681fb5dfabc890b1f authored over 4 years ago
* make boa::parse emit error on invalid input, not panic
* formatting
* applied requested ...
github.com/boa-dev/boa - c711e404ef2470950c36187aeb9273aa0b589bc4 authored over 4 years agogithub.com/boa-dev/boa - 0357a8e05b2a786fe0dab2c8e7667b7e886f3050 authored over 4 years ago
github.com/boa-dev/boa - 80b9fa887b862fb69b568b41e19ead294c4f0a57 authored over 4 years ago
github.com/boa-dev/boa - 2b1c51be9d230942c642f8a0398b7d88c936bd81 authored over 4 years ago
* Initial commit
* Improving on Map iterator
* Improvements on the iterator
* Almost fi...
github.com/boa-dev/boa - 5ac5b5d93ebe618704371d53c00579eb3ff94f06 authored over 4 years ago* Implement spec compliant Array constructor
* Address review comments
github.com/boa-dev/boa - e6a28e6b14b36361a2982d9c54666b14e9595897 authored over 4 years ago* Initial commit
* Improving on Map iterator
* Improvements on the iterator
* Almost fi...
github.com/boa-dev/boa - ce535dd6d68d073d2f8a9f784a7867be99fb721b authored over 4 years ago* Fix master CI
* Fixed ignore path
github.com/boa-dev/boa - ab5e888fa5056c04ad7baaedc6d41f9e3eebc788 authored over 4 years agogithub.com/boa-dev/boa - 9a295fe45ccb9056c8812797083a15b6c02a4630 authored over 4 years ago
github.com/boa-dev/boa - 7f7fe3f6e29b1cb05bb2d2abba69d4c6f5e1da2d authored over 4 years ago
github.com/boa-dev/boa - a48a2e6986338f6de08234ceba895b37cede21f0 authored over 4 years ago
github.com/boa-dev/boa - de7202dee83eaf7eb32b0da6781a9cf00f76be6f authored over 4 years ago
github.com/boa-dev/boa - 0ca476c208de2ec736e2affa3fd9985a45a98d0b authored over 4 years ago
github.com/boa-dev/boa - 6834f7be25a92a2d877a18fc302bcc70593f561b authored over 4 years ago
This should simplify the workflow configuration, and the cache should
now be more efficient. Ho...
github.com/boa-dev/boa - a6dd080b0d8cc8a495184b1a53f6d440b8d72c4d authored over 4 years ago
github.com/boa-dev/boa - fd34df513b3f5d72e8b69dc6fc8e4ad5164368f0 authored over 4 years ago
github.com/boa-dev/boa - b2bea4f122601654637607e96c0f3f26d25b6cab authored over 4 years ago
github.com/boa-dev/boa - 969ab407233669af032046ffa02115819953ce04 authored over 4 years ago
* Add async keyword
* Created AsyncFunctionDecl/Expr nodes
* AsyncFunctionDecl/Expr parser...
github.com/boa-dev/boa - 586a68970b1b5698183983fec9c3333bd0c45cbf authored over 4 years agogithub.com/boa-dev/boa - 907030b1a3b4be12a35edf26173042ed312099e3 authored over 4 years ago
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github.com/boa-dev/boa - 66b65a8d1e4efe5a6c79771586b23932744fa6b2 authored over 4 years ago
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.19 to 0.3.20.
- [Release notes...
github.com/boa-dev/boa - 3047ed698f41f1cf4e0ab107287c98e6c1da6525 authored over 4 years ago
Bumps [regex](https://github.com/rust-lang/regex) from 1.3.9 to 1.4.0.
- [Release notes](https:...
github.com/boa-dev/boa - 22107b3d6b6404cc442db5754c4fbebe20cd69f1 authored over 4 years ago
github.com/boa-dev/boa - 03ad2396efe30a5fdcbeeeceb6b9615ef6cf8e72 authored over 4 years ago
github.com/boa-dev/boa - 226b5b55d8ad28f02712c5d7a9d53532dbf2fc1e authored over 4 years ago
github.com/boa-dev/boa - f7982536e9757797433240e34da1a4afaf3ce7be authored over 4 years ago
github.com/boa-dev/boa - 98deb58aae6729ee1b61b20d7e5ae98c850abcbe authored over 4 years ago
github.com/boa-dev/boa - 210a9ec2858eafb520aab657ef3a74a03ff4a0ae authored over 4 years ago
moves all OS profiling to use SerializationSink as the previous types
have been deprecated
C...
github.com/boa-dev/boa - 8aef55696f0d6462bb95a40846a3679151c4430c authored over 4 years agogithub.com/boa-dev/boa - 0c92d379212c2c7bdbf2047798a55c25c7535462 authored over 4 years ago
github.com/boa-dev/boa - fc8e5753e5931df7cc0a4c893f3ad662b870243b authored over 4 years ago
github.com/boa-dev/boa - 4e41b44f75c17f1edaeceb415d814dcaff9ae292 authored over 4 years ago
github.com/boa-dev/boa - e82dee1ae35a58fa3ad7544bc512f191401d1b3f authored over 4 years ago
* calling "new" on a primitive value throw a type error
* fix format
github.com/boa-dev/boa - b26f8bcead45e757a477920d36a984d020a6c01f authored over 4 years agogithub.com/boa-dev/boa - 01dbf8ba4e2711636b451d1905d29e68a75f0882 authored over 4 years ago
github.com/boa-dev/boa - a3e7f1eace1db9005188c6c352a81dfed6f0e29e authored over 4 years ago
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.18 to 0.3.19.
- [Release notes...
* [parser Expression] minor expression macro simplification
* Slightly improve the macro commen...
github.com/boa-dev/boa - 456c2dee4ef05d244b89fe1c75457a30a8e3343a authored over 4 years agogithub.com/boa-dev/boa - 470dbb43818dc7658a45a011856584fe60220662 authored over 4 years ago
Bumps [measureme](https://github.com/rust-lang/measureme) from 0.8.0 to 9.0.0.
- [Release notes...
* Fix: Add check for length in Array.prototype.map
* Fix: Make Array.prototype.reduceRight work...
github.com/boa-dev/boa - 9d4c49c6dde90400279bf3d05f2b2e8873a35b8c authored over 4 years ago- Add tests
github.com/boa-dev/boa - a77ceb67fd6bbb419758f735cbf3bfb37703790a authored over 4 years agogithub.com/boa-dev/criterion-compare-action - afc054110be1431e9fd217a82ad0a9cdfab304e0 authored over 4 years ago
Co-authored-by: RageKnify <[email protected]>
github.com/boa-dev/boa - 327d71bb98e1d3c239f594fc4c25f025832089dc authored over 4 years agogithub.com/boa-dev/boa - b027a76bea3dab42fc929e621587b43eda667731 authored over 4 years ago
github.com/boa-dev/criterion-compare-action - 3014b17b5cd557e1e11ff25722b0844f8df343a8 authored over 4 years ago
github.com/boa-dev/boa - 03f96327dbe7cb553a632b6825bd5400e074dfcb authored over 4 years ago
* Put console object in a feature flag
* Add documentation for crate features
* fix typo
github.com/boa-dev/boa - 39b4ead8f79df8f992662ff7704c5d4699f57500 authored over 4 years ago
Switch to treating bare carriage return as an OS9-style
newline, like v8.
github.com/boa-dev/boa - fb1b8d559556f5d5bc00704d9224166b26f33456 authored over 4 years ago
github.com/boa-dev/boa - ff25a8ad026aba645332e3cfeca355b566cb3c63 authored over 4 years ago
* Add tests for cyclic conversions
* Add another test for a non-cyclic scenario
* Refactor...
github.com/boa-dev/boa - d76e8bf108e54aea56b33a26e2b560323b05a6a7 authored over 4 years ago* Refactor: Error constructors to return instead of "throwing"
* Test: Add a test case for Er...
github.com/boa-dev/boa - dc82aa29dc3cc8425d857a3f461e13c8c4f31e14 authored over 4 years ago* Add strict mode to lex trait
* Lexer reserved keyword identifier strict mode lexing
* Pr...
github.com/boa-dev/boa - 6bcfc7a2373890a2b37c7814cb4ceade91bf4e02 authored over 4 years agogithub.com/boa-dev/boa - 950ca183a086c2f96b3e459bd0f4cb71507ab47b authored over 4 years ago
* Fix 0 arity panic in JSON.parse()
* Requested changes
* Throw syntax error instead of a ...
github.com/boa-dev/boa - d6c252d3bea9c4a56093e5749d2c1d8cabdf7c5c authored over 4 years agogithub.com/boa-dev/boa - ff358d1d1d99baf89082a8abbb54c9ddc21d6bfa authored over 4 years ago
github.com/boa-dev/boa - 38b103c25b76425f6b8ce0151c3a559f9b565603 authored over 4 years ago
github.com/boa-dev/boa - e60d081fbc394eb0d442f3607cf8710527e39360 authored over 4 years ago
github.com/boa-dev/boa - 2a509de554694e9f088037d38624ad096ef09fc1 authored over 4 years ago
github.com/boa-dev/boa - 31e3174ca97d340aa3543968dd8ace1b6d484004 authored over 4 years ago
- Add BuiltIn trait
- Add ConstructorBuilder
- Add ObjectInitializer
- Cache core standard ob...
github.com/boa-dev/boa - aad860db843edc35f3a14f7fe99259a8fac6aa75 authored over 4 years ago
This reverts commit 3cb8c94538cb405a00044e8479e6701d8853f719.
github.com/boa-dev/boa - b16f0ab0f7f023e4305cd20929b24cba2cc532ea authored over 4 years agogithub.com/boa-dev/boa - 3e60d2c55472053ff8f8d6fb7159ff69fb136167 authored over 4 years ago
* Initial implementation of for...of loop
* Initial implementation of for...of loop
* Exte...
github.com/boa-dev/boa - 87d9e9cea82c1ea675082063f73296538bb3f46f authored over 4 years agogithub.com/boa-dev/boa-dev.github.io - 57b5d791797ee9ea68af52d748a6d0bb43f59dd2 authored over 4 years ago
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes]...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.4 to ...
github.com/boa-dev/criterion-compare-action - dd02ea01fb4c524da4cc071e62728124ca0b9978 authored over 4 years agogithub.com/boa-dev/boa - 3cb8c94538cb405a00044e8479e6701d8853f719 authored over 4 years ago
github.com/boa-dev/boa-dev.github.io - c0bf7222e21ac9935fdd409810ecfba9e1b4a567 authored over 4 years ago
github.com/boa-dev/boa-dev.github.io - e1ca4e4b38598cb84b564347c62921eeed0feaa5 authored over 4 years ago
Bumps [measureme](https://github.com/rust-lang/measureme) from 0.7.1 to 0.8.0.
- [Release notes...
github.com/boa-dev/boa - 347dd7c33f0731b87fa9c488d4e2eb312ba1205c authored over 4 years ago
github.com/boa-dev/boa - 45c5758e14286d5edd2252e62489b052da36e5a6 authored over 4 years ago
Started with v0.10
github.com/boa-dev/boa-dev.github.io - 4180db6ad1a1f0d81e55444be4e27497c5b90456 authored over 4 years agogithub.com/boa-dev/boa-dev.github.io - ceff265b6007a35efe15349da66c363a3e03a7b0 authored over 4 years ago
* Move exec implementations together with AST node structs
github.com/boa-dev/boa - 767a8cc9c613277d0ab5fbe1da480f33bc23d59c authored over 4 years ago