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

Add receiver parameter to object internal methods (#1042)

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

github.com/boa-dev/boa - 1a7e832791c5e52bf22ea2b5152e449440484baa authored about 4 years ago
Implement String.prototype.split (#1026)

github.com/boa-dev/boa - e8bc79c26a3444e8afeb83e6eee4bd7fe827e5c2 authored about 4 years ago
Bump serde_yaml from 0.8.14 to 0.8.15 (#1043)

github.com/boa-dev/boa - 8140b9346d9574d84c71743229a3d234a3035f39 authored about 4 years ago
Bump rand from 0.8.0 to 0.8.1 (#1039)

github.com/boa-dev/boa - 0e41be114485b3492f59f48cbc28fd5a819d3e17 authored about 4 years ago
Bump getrandom from 0.2.0 to 0.2.1 (#1037)

github.com/boa-dev/boa - ceca316ca5a3a1f8d907d57d076fba183cc93ee6 authored about 4 years ago
Bump html-webpack-plugin from 4.5.0 to 4.5.1 (#1036)

github.com/boa-dev/boa - 34f3221ea88cef7c43236a08c9d7123604894ba8 authored about 4 years ago
update launch.json (#1034)

- cpp version is no longer needed
- add VM launch config using cargo args

github.com/boa-dev/boa - ce78947fce4a5e5f3db60363337fa5b25cc22a00 authored about 4 years ago
Fixed some panics (#1029)

* Fixed some panics, Object.setPrototypeOf and Object.getPrototypeOf are almost spec compliant

...

github.com/boa-dev/boa - 5e78ff83f5dad89001d2fd039b6d454b7529e5cc authored about 4 years ago
Fixed some extra regex panics (#1031)

github.com/boa-dev/boa - 553ea529f357ca0b6a6ffb07e22a483483a41b66 authored about 4 years ago
wrap the regress panic for now (#1027)

github.com/boa-dev/boa - 98945c8cb36eaaad293015eca1f47ffac7cd4f75 authored about 4 years ago
Bytecode Interpreter (new branch) (#860)

Nodes implement CodeGen which generates instructions onto a stack held in Context.
The VM will ...

github.com/boa-dev/boa - 1052ccdd0c791092eb73dfd0d0b13dc3d9eb6ef0 authored about 4 years ago
Fix delete when the property is not configurable (#1024)

* Fix delete when the property is not configurable

* Implement suggestion

Co-authored-by: Hali...

github.com/boa-dev/boa - 14ef50ce47edcd51b14019e5520134d0b17bc357 authored about 4 years ago
Don't panic when function parameters share names (#1017)

* Don't panic when function parameters share names

* rustfmt

github.com/boa-dev/boa - 90a8587ff5223647ba0ae0c5118039d04570a870 authored about 4 years ago
Fix attributes on properties of functions and constructors (#1023)

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

github.com/boa-dev/boa - e0a135e46ae1a85063eed6b73a602e557994f961 authored about 4 years ago
Implement for..in (#976)

* Implement for..in

* Fix code styling issue

* Add break and continue with label

* Add ...

github.com/boa-dev/boa - 57d5679a58e2424a0c6d72be6dffc0dffdaedcd4 authored about 4 years ago
Fix spread in new and call expressions (#1021)

* Fix spread in new and call expressions

* Fix formatting

* Add unit tests

* Fix unit t...

github.com/boa-dev/boa - a77c8792983d67e72760c1460523a74448571c54 authored about 4 years ago
Implement support of Symbol.toPrimitive (#1020)

Co-authored-by: João Borges <[email protected]>
Co-authored-by: tofpie <[email protected]....

github.com/boa-dev/boa - d6a594757f545bbca124534e2d0a1a19865afac4 authored about 4 years ago
Upgraded dependencies, removed deprecated deps, updated the test262 submodule (#1022)

* Upgraded some dependencies, removed deprecated encoding deps, updated the test262 submodule

*...

github.com/boa-dev/boa - 9e9bf6531aafc65f468842ebd0f24631ac646895 authored about 4 years ago
Implement early errors for non-assignable nodes in assignment (#1019)

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

github.com/boa-dev/boa - e11abfb3a224acd8f7ddb699da5bed883ede9242 authored about 4 years ago
Implement logical assignment operators (&&= and ||=) (#1018)

* Implement logical assignment operators (&&= and ||=)

* Add unit tests

Co-authored-by: tofpie...

github.com/boa-dev/boa - 0331f486a6cbe46b4a87ebe01596917983f0c4a1 authored about 4 years ago
Fix test suite name when it contains a dot (#985)

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

github.com/boa-dev/boa - 4fb319dec6aca13941ab58d90aa0c723b87fec27 authored about 4 years ago
Bump webpack-cli from 4.3.0 to 4.3.1 (#1016)

github.com/boa-dev/boa - 3b83767e58d9d20e9717bf2918098d7c92148482 authored about 4 years ago
Fix `Object.defineProperty()` (#1005)

- Fix panic if first argument is not supplied.
- Fix panic if second argument is not supplied....

github.com/boa-dev/boa - 4625c1ac29cee1fb3cd12e95c583ab828b058af5 authored about 4 years ago
Implement property accessors (#987)

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

github.com/boa-dev/boa - 4cede758ede1a023112bbb4dbe9a36034157d9b7 authored about 4 years ago
Fix Clippy erorrs (#1015)

github.com/boa-dev/boa - aac39cdd4b534df77d885a3c4ac0a3f538a14c55 authored about 4 years ago
Fix `Object.prototype.hasOwnProperty()` (#1004)

- Fix panic when argument is not supplied.
- Fix panic when `this` is not a object.
- Fix Sy...

github.com/boa-dev/boa - 724930dd8eb522c9ce445e328b179507d73e1bcd authored about 4 years ago
StatementList: Rename `statements` to `items` (#1014)

github.com/boa-dev/boa - fd5c606a7b7905579e34b33aa213328db54efa1f authored about 4 years ago
Implement coalescing (?? and ??=) (#1013)

* Implement coalescing (?? and ??=)

* Add unit tests

Co-authored-by: tofpie <tofpie@users....

github.com/boa-dev/boa - 23bc476a9491764da496804e97e99413e95a9678 authored about 4 years ago
Bump webpack from 5.11.0 to 5.11.1 (#1006)

Bumps [webpack](https://github.com/webpack/webpack) from 5.11.0 to 5.11.1.
- [Release notes](ht...

github.com/boa-dev/boa - aa951264bca2f6e62ebd44f95f93bdbcd557cb8e authored about 4 years ago
Bump webpack-dev-server from 3.11.0 to 3.11.1 (#1011)

github.com/boa-dev/boa - a068ef2a8a5e2eae066b0532a7a2222bd93ba328 authored about 4 years ago
Bump git2 from 0.13.14 to 0.13.15 (#1008)

github.com/boa-dev/boa - 67ee6faa5819ba5e97ae826244a88ce370e32070 authored about 4 years ago
Bump serde_json from 1.0.60 to 1.0.61 (#1007)

github.com/boa-dev/boa - a44e5c540340471a5c8020f87b255a53b07b00f3 authored about 4 years ago
Add numeric separator lexing (#995)

* Add numeric separator handling

* Implement suggestions from PR review

Co-authored-by: to...

github.com/boa-dev/boa - 6f3641d593ac2e5a5f682bd81ce80ad18f8bad0b authored about 4 years ago
Bump webpack-cli from 4.2.0 to 4.3.0 (#1002)

github.com/boa-dev/boa - cb0582399a67f27a3a9f3be8dd907613fabcd083 authored about 4 years ago
Fix comparison with infinity (#1001)

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

github.com/boa-dev/boa - 880f6521d6c42e25f2232c26a97ebc6756bd46f0 authored about 4 years ago
Error handling in environment (#659)

* Map ErrorKind to JS Errors

* Fix fmt

* Modify code with suggestions

* rebase and fix compil...

github.com/boa-dev/boa - 7b103a5c0bf29150a9bace87b17b39c9e0e7750d authored about 4 years ago
Fix logical expressions evaluation (#999)

* Fix logical expressions evaluation

* Remove redundant clones

Co-authored-by: tofpie <tof...

github.com/boa-dev/boa - f34e0b58e873c043c479865d4d1f5b721405ede1 authored about 4 years ago
Bump git2 from 0.13.13 to 0.13.14 (#993)

github.com/boa-dev/boa - 015c11e47fe2417d44c7523912dfd8c9a82e8382 authored about 4 years ago
Bump rand from 0.7.3 to 0.8.0 (#990)

github.com/boa-dev/boa - 0ff3be9ba6b6cf442a27e33c908385b15dc812d1 authored about 4 years ago
Implement Object.prototype.isPrototypeOf (#983)

* Implement Object.prototype.isPrototypeOf

* Fix formatting

Co-authored-by: tofpie <tofpie...

github.com/boa-dev/boa - b2dba535a62131f1261855609da4806e7e29f5aa authored about 4 years ago
Update rand requirement from 0.7.3 to 0.8.0 in /boa (#992)

github.com/boa-dev/boa - 23f0b75fcf0b2cf4e1d5a33eb117bb1fb925c769 authored about 4 years ago
Bump git2 from 0.13.12 to 0.13.13 (#991)

github.com/boa-dev/boa - 22f8c5d0cee82262596b374832203be851d60525 authored about 4 years ago
Fix prototypes for Number, String and Boolean (#981)

* Fix prototype for Number, String and Boolean

* Fix formatting issue

Co-authored-by: tofp...

github.com/boa-dev/boa - 395a28c2abd383925b8959d19d84386dbbc17fa0 authored about 4 years ago
Read file input in bytes instead of string (#979)

github.com/boa-dev/boa - 880792e422deffa9d10c83118a628e91d09b3d8d authored about 4 years ago
Fix enumerable attribute on string length property (#974)

* Fix enumerable attribute on string length property

* Remove unnecessary conversion

* Fix...

github.com/boa-dev/boa - d46080d9efa1a0e5dd29b82b2aab1297052e5c48 authored about 4 years ago
Fix enumerable attribute on array length property (#972)

* Fix enumerable attribute on array length property

* Fix enumerable attribute on Array.proto...

github.com/boa-dev/boa - b5cf0f0a29cc1c0ef7f4282a3277dca2fff057e7 authored about 4 years ago
Bump webpack from 5.10.3 to 5.11.0 (#978)

github.com/boa-dev/boa - c49f2258b2b8e5013e2e32a8100826f629c2af88 authored about 4 years ago
Fixed build in master (#977)

github.com/boa-dev/boa - b058b2d8a5b1773b9a0479b14b06b40215a40a6a authored about 4 years ago
Implement Number.prototype.toPrecision (#962)

github.com/boa-dev/boa - 5c986767bcd49d0b376753b2142b1910945f28d5 authored about 4 years ago
Implement the optional `space` parameter in `JSON.stringify` (#961)

Co-authored-by: João Borges <[email protected]>
Co-authored-by: tofpie <[email protected]....

github.com/boa-dev/boa - 751a037ddf0367a80c02f4eae6bb1729a42c17e0 authored about 4 years ago
Docs: Fix word in comment (#975)

github.com/boa-dev/boa - 4f1f8ebbc7752dd5d044e20bd71bef550c729dea authored about 4 years ago
Fix unit tests that can be failed due to daylight saving time (#968)

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

github.com/boa-dev/boa - a6ec41e33f05b4fceab85e42af117ba56ceef4e1 authored about 4 years ago
Bump rustyline from 7.0.0 to 7.1.0 (#970)

github.com/boa-dev/boa - 4e82a980c00882eebe7751b0d603cff4911f6217 authored about 4 years ago
Bump webpack from 5.10.1 to 5.10.3 (#969)

github.com/boa-dev/boa - e71fcd52119b9d4c8d8eac1f315015cfc2bdb9dc authored about 4 years ago
Reduce the number of `Array`-related panics (#919)

github.com/boa-dev/boa - 8f388d501d0aed14914873ea01f11426b718cd43 authored about 4 years ago
Bump indexmap from 1.6.0 to 1.6.1 (#966)

github.com/boa-dev/boa - 90cd4800527eb06cc21f07657439be21ccd52a35 authored about 4 years ago
Fix single line comment lexing with CRLF line ending (#964)

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

github.com/boa-dev/boa - 8f590d781a38e0623993abd17989292d1ef61c59 authored about 4 years ago
Bump webpack from 5.10.0 to 5.10.1 (#965)

github.com/boa-dev/boa - ff139045d45843ba16844da12b9fb609971f047e authored about 4 years ago
Fix unresolved links in documentation (#960)

* Fix unresolved links in documentation

* Fix more unresolved links

* Fix even more unreso...

github.com/boa-dev/boa - 0c068cb35bfedb595cdad460b1380ae382807dde authored about 4 years ago
Fix Unicode character escape sequence parsing (#959)

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

github.com/boa-dev/boa - 6d866f8012df40903fa0bb664b71d899cc7e1be3 authored about 4 years ago
Bump copy-webpack-plugin from 6.4.0 to 7.0.0 (#958)

github.com/boa-dev/boa - 98e11d711fb15739895e3c9ad631ddf58e749033 authored about 4 years ago
Bump copy-webpack-plugin from 6.3.2 to 6.4.0 (#956)

github.com/boa-dev/boa - 7f1d6aae15a53b07e477bb6356a6f69247c24bad authored about 4 years ago
Bump serde from 1.0.117 to 1.0.118 (#955)

github.com/boa-dev/boa - eea1a27cf61753a43229f3cdfc4847a6538bfe60 authored about 4 years ago
Bump webpack from 5.9.0 to 5.10.0 (#954)

github.com/boa-dev/boa - c39a7f0d6b6ed830fced83e9c77a49a2a1e03a6b authored about 4 years ago
Upgraded rustyline and test262 (#952)

github.com/boa-dev/boa - 939d97d0a8343746a86b55c210d0b22feb4f8a34 authored about 4 years ago
Improve lexer by make cursor iterate over bytes (#915)

github.com/boa-dev/boa - cc473855f15ecd46a0391b6239e33b0b062880af authored about 4 years ago
Bump serde_json from 1.0.59 to 1.0.60 (#951)

github.com/boa-dev/boa - c5c804dbe4b6b5609a3f98b6cb1f69b2e77a6c4b authored about 4 years ago
Bump wasm-bindgen from 0.2.68 to 0.2.69 (#949)

github.com/boa-dev/boa - 3fe98f8df81b23077766febc27f52219e1f5d69c authored about 4 years ago
Bump structopt from 0.3.20 to 0.3.21 (#950)

github.com/boa-dev/boa - 6c6e71205e6bfa5e828b279d87333d3df291b4ab authored about 4 years ago
Bump prettier from 2.2.0 to 2.2.1 (#947)

github.com/boa-dev/boa - 3dee6b857403bb2ccd973713152f832502e9e7b4 authored about 4 years ago
Bump webpack from 5.8.0 to 5.9.0 (#946)

github.com/boa-dev/boa - dde2c9a2a8ca088433068ee9dcf8fbe72495559c authored about 4 years ago
Bump webpack from 5.6.0 to 5.8.0 (#945)

github.com/boa-dev/boa - c94b524817f9c2430828489cc66f5fbd08ade33e authored about 4 years ago
Bump prettier from 2.1.2 to 2.2.0 (#939)

github.com/boa-dev/boa - 72e9c0099fce34a6ec7fb7b87114a25464379e9f authored about 4 years ago
Implement String.prototype.codePointAt (#935)

Closes #751.

github.com/boa-dev/boa - c54c6afa6a597fef6f441033db89fa0ccf33dcce authored about 4 years ago
Bump copy-webpack-plugin from 6.3.1 to 6.3.2 (#940)

github.com/boa-dev/boa - 1fcfe40d197195c414eb64d11f461cf874e08b58 authored about 4 years ago
Bump webpack from 5.5.1 to 5.6.0 (#938)

github.com/boa-dev/boa - fab29f57cd7272d4130be2737201dc9d935c820e authored about 4 years ago
Bump webpack from 5.5.0 to 5.5.1 (#937)

github.com/boa-dev/boa - 87c3627ce6858011473db420e5d750353e53ef17 authored about 4 years ago
Bump webpack from 5.4.0 to 5.5.0 (#936)

Bumps [webpack](https://github.com/webpack/webpack) from 5.4.0 to 5.5.0.
- [Release notes](http...

github.com/boa-dev/boa - 795421354edb7da77eaf2d1234af00c074610796 authored about 4 years ago
Bump copy-webpack-plugin from 6.3.0 to 6.3.1 (#934)

github.com/boa-dev/boa - 7f5868bdd3e7e04a49c10c5c0cb51e1c4e0f871b authored about 4 years ago
Bump once_cell from 1.5.0 to 1.5.2 (#933)

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.5.0 to 1.5.2.
- [Release notes](...

github.com/boa-dev/boa - e78ea87996832e5a87b3b88bff2b896710ebaf8f authored over 4 years ago
Bump once_cell from 1.4.1 to 1.5.0 (#931)

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.4.1 to 1.5.0.
- [Release notes](...

github.com/boa-dev/boa - 8b7331f2d5ac3eb0f82579ba6fb72c9fe897f367 authored over 4 years ago
Added check to ignore semicolon in parser (#913)

* Added check to ignore semicolon in parser

* Combined parse and parse_general functions for ...

github.com/boa-dev/boa - 0a0c230a1b11d17b92c268b874d05677ecad736e authored over 4 years ago
Bump webpack-cli from 4.1.0 to 4.2.0 (#930)

github.com/boa-dev/boa - 9342f7093ecfc0df0e874c98a446a4af59d9851b authored over 4 years ago
Bump css-loader from 5.0.0 to 5.0.1 (#929)

github.com/boa-dev/boa - bf5b53a37badc38cf02beaaa66373c17d8dd75e7 authored over 4 years ago
Bump num-bigint from 0.3.0 to 0.3.1 (#928)

github.com/boa-dev/boa - 14ff00b73bd156dfa83e77f3d7d541b39415365c authored over 4 years ago
Bump copy-webpack-plugin from 6.2.1 to 6.3.0 (#926)

github.com/boa-dev/boa - a999156ce1a11bb4c2c09e638d4b752375610222 authored over 4 years ago
Bump webpack from 5.3.2 to 5.4.0 (#927)

github.com/boa-dev/boa - 641f033e30740a60ce5491800b61c6d457fc2694 authored over 4 years ago
Bump regex from 1.4.1 to 1.4.2 (#924)

github.com/boa-dev/boa - ee8575de2ee7ed48c7775da2441ffffb4f69f4ee authored over 4 years ago
Bump serde_yaml from 0.8.13 to 0.8.14 (#925)

github.com/boa-dev/boa - df18ff7dde9bc6ff42248f46516b80effb8c8c08 authored over 4 years ago
Bump num-traits from 0.2.12 to 0.2.14 (#922)

github.com/boa-dev/boa - ed1f54249ae542d13e6439a0b563dbb82dc212b3 authored over 4 years ago
Bump webpack from 5.3.1 to 5.3.2 (#921)

github.com/boa-dev/boa - 27d1ec38b74e9bb85c79093294a3dec0ce70b9cf authored over 4 years ago
Bump num-integer from 0.1.43 to 0.1.44 (#923)

github.com/boa-dev/boa - 8de2e1c9a565688d6d9c1a6fd3e316a77a7e2970 authored over 4 years ago
Code cleanup and inline (#916)

* use gc module

* Added #[inline]

* Change context valiable names to context

* Fix test262

*...

github.com/boa-dev/boa - 6eac05840665047bf97d545912c5996dfed0f050 authored over 4 years ago
Bump webpack from 5.3.0 to 5.3.1 (#920)

github.com/boa-dev/boa - ac6500c9b7869e636231b8ee291665c65c5b95e0 authored over 4 years ago
Implementation of `instanceof` operator (#908)

Co-authored-by: Andrej Onufrák <[email protected]>

github.com/boa-dev/boa - f1d676e15b883cd2260c8a7ee6a997e354fe6fec authored over 4 years ago
Fixing PR builds (#914)

This should fix PR builds for non-team-members.

github.com/boa-dev/boa - fd181e27d4abf174c74941cea0d8f3e2a85e1b0c authored over 4 years ago
Bump file-loader from 6.1.1 to 6.2.0 (#917)

github.com/boa-dev/boa - d7137af0e1790ecce0e240ae490ae5340785a1cf authored over 4 years ago
Bump webpack from 5.2.0 to 5.3.0 (#918)

github.com/boa-dev/boa - 23f722da4f59fe462662555416fe1b8e0b3816d8 authored over 4 years ago
Feature `Context::register_global_property()` (#912)

github.com/boa-dev/boa - 4eb2ed4c9cf3912b68da9559af35633df8973662 authored over 4 years ago
Change Symbol hash to u64 (#911)

github.com/boa-dev/boa - 16e3d2edc06eedcfc3be1061dcea44984899a4fe authored over 4 years ago