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

feat: expose markdown output

github.com/boa-dev/criterion-compare-action - abbudao opened this pull request 4 days ago
console.debug() should use a debug Logger method

github.com/boa-dev/boa - hansl opened this pull request 4 days ago
Bump the rust-dependencies group with 5 updates

github.com/boa-dev/boa - dependabot[bot] opened this pull request 4 days ago
Fixing a critical vulnerability

github.com/boa-dev/boa-dev.github.io - Razican opened this pull request 6 days ago
README out of date / missing example

github.com/boa-dev/boa - bglw opened this issue 9 days ago
Missing Dockerfile

github.com/boa-dev/boa - BlueSialia opened this issue 10 days ago
Bump the rust-dependencies group with 4 updates

github.com/boa-dev/boa - dependabot[bot] opened this pull request 11 days ago
Bump the rust-dependencies group with 4 updates

github.com/boa-dev/boa - dependabot[bot] opened this pull request 18 days ago
Bump rustsec/audit-check from 1.4.1 to 2.0.0

github.com/boa-dev/boa - dependabot[bot] opened this pull request 18 days ago
`JsValue::to_json` fix integer property keys

github.com/boa-dev/boa - Nikita-str opened this pull request 20 days ago
`IntegerOrInfinity` `eq` bug fix

github.com/boa-dev/boa - Nikita-str opened this pull request 20 days ago
Add WPT as optional tests for boa_runtime

github.com/boa-dev/boa - hansl opened this pull request 22 days ago
docs: Fix link to examples

github.com/boa-dev/boa - it-a-me opened this pull request 24 days ago
Link to `examples` is broken in boa_engine

github.com/boa-dev/boa - it-a-me opened this issue 24 days ago
Add context to the console `Logger` trait

github.com/boa-dev/boa - hansl opened this pull request 24 days ago
Add a URL class to boa_runtime

github.com/boa-dev/boa - hansl opened this pull request 24 days ago
Bump the rust-dependencies group with 3 updates

github.com/boa-dev/boa - dependabot[bot] opened this pull request 25 days ago
Reduce environment allocations

github.com/boa-dev/boa - raskad opened this pull request 25 days ago
Allow using boa in an async context

github.com/boa-dev/boa - CodeDoctorDE opened this issue 26 days ago
`TryIntoJs` trait and derive macro for it

github.com/boa-dev/boa - Nikita-str opened this pull request 29 days ago
`TryFromJs` from `JsMap` for `HashMap` & `BtreeMap`

github.com/boa-dev/boa - Nikita-str opened this pull request 29 days ago
Updated dependencies

github.com/boa-dev/boa-dev.github.io - Razican opened this pull request about 1 month ago
Bump body-parser and express

github.com/boa-dev/boa-dev.github.io - dependabot[bot] opened this pull request about 1 month ago
Bump send and express

github.com/boa-dev/boa-dev.github.io - dependabot[bot] opened this pull request about 1 month ago
Bump express from 4.19.2 to 4.21.0

github.com/boa-dev/boa-dev.github.io - dependabot[bot] opened this pull request about 1 month ago
Bump serve-static and express

github.com/boa-dev/boa-dev.github.io - dependabot[bot] opened this pull request about 1 month ago
Bump dompurify from 3.0.9 to 3.1.6

github.com/boa-dev/boa-dev.github.io - dependabot[bot] opened this pull request about 1 month ago
Bump once_cell from 1.19.0 to 1.20.0 in the rust-dependencies group

github.com/boa-dev/boa - dependabot[bot] opened this pull request about 1 month ago
Limit actions runs to 1 per branch and fix macos release

github.com/boa-dev/boa - jedel1043 opened this pull request about 1 month ago
Update changelog for v0.19.1

github.com/boa-dev/boa - jedel1043 opened this pull request about 1 month ago
Add TextEncoder, TextDecoder implementations to boa_runtime

github.com/boa-dev/boa - hansl opened this pull request about 1 month ago
Add TryIntoJsResult for vectors

github.com/boa-dev/boa - hansl opened this pull request about 1 month ago
chore: bump intrusive collections

github.com/boa-dev/boa - mattsse opened this pull request about 1 month ago
Bump the rust-dependencies group with 7 updates

github.com/boa-dev/boa - dependabot[bot] opened this pull request about 1 month ago
Allow warnings when running CI on release branches

github.com/boa-dev/boa - jedel1043 opened this pull request about 1 month ago
Backport 0.19 fixes

github.com/boa-dev/boa - jedel1043 opened this pull request about 1 month ago
Implement scope analysis and local variables

github.com/boa-dev/boa - raskad opened this pull request about 1 month ago
Enable CI for release branches

github.com/boa-dev/boa - jedel1043 opened this pull request about 1 month ago
Add an "iter()" method to Js*Array for convenience

github.com/boa-dev/boa - hansl opened this pull request about 1 month ago
Fix compile errors with nightly rust

github.com/boa-dev/boa - theoparis opened this pull request about 1 month ago
Allow dead code for code that is newly detected as unused

github.com/boa-dev/boa - hansl opened this pull request about 1 month ago
Compilation failure

github.com/boa-dev/boa - h7kanna opened this issue about 1 month ago
Add TryFromJs for TypedJsFunction and more tests

github.com/boa-dev/boa - hansl opened this pull request about 1 month ago
Add support for boa(rename = "") in TryFromJs derive

github.com/boa-dev/boa - hansl opened this pull request about 1 month ago
Fix defaultFeatures by forcing boolean

github.com/boa-dev/criterion-compare-action - wcampbell0x2a opened this pull request about 1 month ago
Add tests from WPT and fix them in the Console

github.com/boa-dev/boa - hansl opened this pull request about 1 month ago
Build out debugger API for Boa's VM

github.com/boa-dev/boa - nekevss opened this issue about 1 month ago
Improve PR pipelines for contributors and maintainers

github.com/boa-dev/boa - jedel1043 opened this issue about 1 month ago
fix: ignore `debugger` statement

github.com/boa-dev/boa - shurizzle opened this pull request about 2 months ago
to_interned_string breaks on object string keys

github.com/boa-dev/boa - julianbraha opened this issue about 2 months ago
Bump the rust-dependencies group with 3 updates

github.com/boa-dev/boa - dependabot[bot] opened this pull request about 2 months ago
Bump micromatch from 4.0.5 to 4.0.8

github.com/boa-dev/boa-dev.github.io - dependabot[bot] opened this pull request about 2 months ago
Bump webpack from 5.90.3 to 5.94.0

github.com/boa-dev/boa-dev.github.io - dependabot[bot] opened this pull request about 2 months ago
lazy builtins

github.com/boa-dev/boa - jasonwilliams opened this pull request about 2 months ago
index out of bounds: the len is 2 but the index is 2

github.com/boa-dev/boa - malezjaa opened this issue about 2 months ago
Add support for Trace, Finalize and JsData for Convert<>

github.com/boa-dev/boa - hansl opened this pull request about 2 months ago
Bump the rust-dependencies group with 4 updates

github.com/boa-dev/boa - dependabot[bot] opened this pull request about 2 months ago
Refactor `TemporalFields` into `CalendarFields`

github.com/boa-dev/temporal - nekevss opened this pull request about 2 months ago
Add a clone_inner method to allow cloning of inner data

github.com/boa-dev/boa - hansl opened this pull request about 2 months ago
Add clippy for denying print and eprints

github.com/boa-dev/boa - hansl opened this pull request about 2 months ago
Remove leftover eprintln from JsPromise::await_blocking

github.com/boa-dev/boa - hansl opened this pull request about 2 months ago
Allow trailing commas in js_class functions

github.com/boa-dev/boa - hansl opened this pull request about 2 months ago
Refactor iterator APIs to be on parity with the latest spec

github.com/boa-dev/boa - jedel1043 opened this pull request about 2 months ago
use with_capacity to reduce re-allocations fixes #3896

github.com/boa-dev/boa - jasonwilliams opened this pull request about 2 months ago
Bump the rust-dependencies group with 10 updates

github.com/boa-dev/boa - dependabot[bot] opened this pull request 2 months ago
Fix `js_str` macro to correctly handle latin1 strings

github.com/boa-dev/boa - jedel1043 opened this pull request 2 months ago
Latin1 is the wrong optimization

github.com/boa-dev/boa - hansl opened this pull request 2 months ago
Add spec edition 15 to the tester

github.com/boa-dev/boa - jedel1043 opened this pull request 2 months ago
Implement `Atomics.pause`

github.com/boa-dev/boa - jedel1043 opened this pull request 2 months ago
Patch for partial records

github.com/boa-dev/temporal - nekevss opened this pull request 2 months ago
Build out doctests for `JsObject` methods

github.com/boa-dev/boa - nekevss opened this issue 2 months ago
Implement new spec changes for `AsyncGenerator`

github.com/boa-dev/boa - jedel1043 opened this pull request 2 months ago
Bump the rust-dependencies group with 4 updates

github.com/boa-dev/boa - dependabot[bot] opened this pull request 2 months ago
Split default icu data into lazily deserialized parts

github.com/boa-dev/boa - jedel1043 opened this pull request 2 months ago
Add design document for the Virtual Machine

github.com/boa-dev/boa - jedel1043 opened this issue 2 months ago
Add design document for `JsString`

github.com/boa-dev/boa - jedel1043 opened this issue 2 months ago
lazy builtins

github.com/boa-dev/boa - jasonwilliams opened this pull request 2 months ago
Replace backfilled benchmark zero results with null

github.com/boa-dev/data - linusg opened this pull request 2 months ago
Add Kiesel to benchmarks page

github.com/boa-dev/boa-dev.github.io - linusg opened this pull request 2 months ago
Add Kiesel to benchmarks

github.com/boa-dev/data - linusg opened this pull request 2 months ago
Bump the rust-dependencies group with 8 updates

github.com/boa-dev/boa - dependabot[bot] opened this pull request 2 months ago
Implement register allocation

github.com/boa-dev/boa - HalidOdat opened this pull request 3 months ago
Fix lints for rustc 1.80.0

github.com/boa-dev/temporal - jedel1043 opened this pull request 3 months ago
Add is empty for partialDuration

github.com/boa-dev/temporal - jasonwilliams opened this pull request 3 months ago
Error: could not compile `boa_runtime` (lib)

github.com/boa-dev/boa - memyselfandglitch opened this issue 3 months ago