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

Bump clap from 4.3.1 to 4.3.2

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Bump hashbrown from 0.13.2 to 0.14.0

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Bump regex from 1.8.3 to 1.8.4

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Bump webpack from 5.85.0 to 5.85.1

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Fix panic in constructor call

github.com/boa-dev/boa - raskad opened this pull request over 1 year ago
Bump test262 from `3e858ef` to `f4e31fc`

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Bump once_cell from 1.17.2 to 1.18.0

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Bump clap from 4.3.0 to 4.3.1

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Bump webpack-cli from 5.1.1 to 5.1.3

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Return the correct value during a labelled break

github.com/boa-dev/boa - raskad opened this pull request over 1 year ago
Allow `true`, `false` and `null` in object patterns

github.com/boa-dev/boa - jedel1043 opened this pull request over 1 year ago
Correctly initialize functions inside modules

github.com/boa-dev/boa - jedel1043 opened this pull request over 1 year ago
Fix WASM playground

github.com/boa-dev/boa - jedel1043 opened this pull request over 1 year ago
Wasm32 target is break down

github.com/boa-dev/boa - eng-cc opened this issue over 1 year ago
Fix rust 1.70 lints

github.com/boa-dev/boa - raskad opened this pull request over 1 year ago
test: add wasm32 target e2e test

github.com/boa-dev/boa - eng-cc opened this pull request over 1 year ago
Bump webpack from 5.84.1 to 5.85.0

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Fix remaining async generator tests

github.com/boa-dev/boa - jedel1043 opened this pull request over 1 year ago
Fix prompt on windows

github.com/boa-dev/boa - ShaneEverittM opened this pull request over 1 year ago
changelog for 0.17

github.com/boa-dev/boa - jasonwilliams opened this pull request over 1 year ago
Fix Grammar and Links in Docs

github.com/boa-dev/boa - veera-sivarajan opened this pull request over 1 year ago
Update fuzzers and add building them to CI

github.com/boa-dev/boa - addisoncrump opened this pull request over 1 year ago
Bump chrono from 0.4.25 to 0.4.26

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Bump bootstrap from 5.2.3 to 5.3.0

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Add test case for issue #2719

github.com/boa-dev/boa - jedel1043 opened this pull request over 1 year ago
Unify async iterators and iterators compilation

github.com/boa-dev/boa - jedel1043 opened this pull request over 1 year ago
Tracking issue for Boa's performance reports

github.com/boa-dev/boa - jedel1043 opened this issue over 1 year ago
Remove `arguments_binding` field from `CodeBlock`

github.com/boa-dev/boa - HalidOdat opened this pull request over 1 year ago
show object kind, name and address when using dbg!

github.com/boa-dev/boa - jasonwilliams opened this pull request over 1 year ago
Update criterion requirement from 0.4 to 0.5

github.com/boa-dev/ryu-js - dependabot[bot] opened this pull request over 1 year ago
Implement `[[HostDefined]]` field on `Realm`s

github.com/boa-dev/boa - HalidOdat opened this pull request over 1 year ago
Direct conversion from `u8` to `Opcode`

github.com/boa-dev/boa - HalidOdat opened this pull request over 1 year ago
Extract "About Boa" section into a separate file

github.com/boa-dev/boa - jedel1043 opened this pull request over 1 year ago
Bump bitflags from 2.2.1 to 2.3.0

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Allow `async` as identifier name in certain contexts

github.com/boa-dev/boa - jedel1043 opened this pull request over 1 year ago
Bump proc-macro2 from 1.0.56 to 1.0.57

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Bump wasm-bindgen from 0.2.85 to 0.2.86

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Fix `GetSubstitution`

github.com/boa-dev/boa - HalidOdat opened this pull request over 1 year ago
Implement dynamic imports

github.com/boa-dev/boa - jedel1043 opened this pull request over 1 year ago
Deny Unicode Escapes in boolean and null expressions

github.com/boa-dev/boa - veera-sivarajan opened this pull request over 1 year ago
Bump syn from 2.0.15 to 2.0.16

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Implement Runtime Private Environments

github.com/boa-dev/boa - raskad opened this pull request over 1 year ago
Throw Syntax Errors for Keywords With Unicode Escapes

github.com/boa-dev/boa - veera-sivarajan opened this pull request over 1 year ago
Bump serde from 1.0.162 to 1.0.163

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Bump webpack from 5.82.0 to 5.82.1

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Fix tagged template creation

github.com/boa-dev/boa - raskad opened this pull request over 1 year ago
Fix ES5 selector

github.com/boa-dev/boa - veera-sivarajan opened this pull request over 1 year ago
Bump wasm-bindgen from 0.2.84 to 0.2.85

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Implement module execution

github.com/boa-dev/boa - jedel1043 opened this pull request over 1 year ago
Separate declarative environment kinds

github.com/boa-dev/boa - jedel1043 opened this pull request over 1 year ago
Bump quote from 1.0.26 to 1.0.27

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Bump webpack-cli from 5.1.0 to 5.1.1

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Cleanup some bytecompiler code

github.com/boa-dev/boa - raskad opened this pull request over 1 year ago
Fix lexical environments in for loops

github.com/boa-dev/boa - raskad opened this pull request over 1 year ago
Allow escaped `let` as expression

github.com/boa-dev/boa - HalidOdat opened this pull request over 1 year ago
Allow `let` name in for-in loop in non-strict mode

github.com/boa-dev/boa - HalidOdat opened this pull request over 1 year ago
Bump test262 from `72c0c5e` to `4fc741b`

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Bump webpack-cli from 5.0.2 to 5.1.0

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Bump webpack-dev-server from 4.13.3 to 4.15.0

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Bump terser-webpack-plugin from 5.3.7 to 5.3.8

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Implement annexB Block-Level Function Declarations

github.com/boa-dev/boa - raskad opened this pull request over 1 year ago
Add SyntaxErrors in GlobalDeclarationInstantiation

github.com/boa-dev/boa - raskad opened this pull request over 1 year ago
Fix switch `default` execution

github.com/boa-dev/boa - HalidOdat opened this pull request over 1 year ago
Fix remaining object literal tests

github.com/boa-dev/boa - raskad opened this pull request over 1 year ago
Implement runtime limits for recursion

github.com/boa-dev/boa - HalidOdat opened this pull request over 1 year ago
Fix value property assignment order

github.com/boa-dev/boa - jedel1043 opened this pull request over 1 year ago
Prevent allocation of field names

github.com/boa-dev/boa - HalidOdat opened this pull request over 1 year ago
Bump serde from 1.0.160 to 1.0.162

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Enable github queues and remove bors.toml

github.com/boa-dev/boa - jedel1043 opened this pull request over 1 year ago
Fix `Number.prototype.toFixed()`

github.com/boa-dev/boa - HalidOdat opened this pull request over 1 year ago
Implement `Number.prototype.toFixed()`

github.com/boa-dev/ryu-js - HalidOdat opened this pull request over 1 year ago
Bump webpack from 5.81.0 to 5.82.0

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Bump clap from 4.2.5 to 4.2.7

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Bump monaco-editor from 0.37.1 to 0.38.0

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Fix `\s` and `\S` regexp metacharacter

github.com/boa-dev/boa - HalidOdat opened this pull request over 1 year ago
Docs update for boa_runtime and console documentation

github.com/boa-dev/boa - nekevss opened this pull request over 1 year ago
[Merged by Bors] - Bump test262 from `2df6c7d` to `72c0c5e`

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
[Merged by Bors] - Bump regress from 0.5.0 to 0.6.0

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Refactor binding declarations

github.com/boa-dev/boa - raskad opened this pull request over 1 year ago
Added a bunch more tests

github.com/boa-dev/boa - Razican opened this pull request over 1 year ago
Added unit tests for `boa_ast::Punctuator`

github.com/boa-dev/boa - Razican opened this pull request over 1 year ago
Added unit tests for `boa_ast::Keyword`

github.com/boa-dev/boa - Razican opened this pull request over 1 year ago
[Merged by Bors] - Fix `for-of` expression parsing

github.com/boa-dev/boa - HalidOdat opened this pull request over 1 year ago
Fixing the CNAME removal

github.com/boa-dev/boa-dev.github.io - Razican opened this pull request over 1 year ago
[Merged by Bors] - Bump clap from 4.2.4 to 4.2.5

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago
Fix `Date` for dynamic timezones

github.com/boa-dev/boa - jedel1043 opened this pull request over 1 year ago
Make update operations reuse the last found binding locator

github.com/boa-dev/boa - jedel1043 opened this pull request over 1 year ago
[Merged by Bors] - Bump webpack from 5.80.0 to 5.81.0

github.com/boa-dev/boa - dependabot[bot] opened this pull request over 1 year ago