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 #331 "We only get `Const::Num`, never `Const::Int`" (#338)

84b4da545a3472646d7db62c3c56b37bf1c0dc04 authored over 4 years ago by HalidOdat <[email protected]>
Removed the `serde-ast` feature and the `serde_json` export (#353)

e0e17a8f7605b1a6d14f1d0e73c6a940273d42b8 authored over 4 years ago by Iban Eguia <[email protected]>
Fixed doc link in README (#354)

13712d8791069086bcc6661c03d7d86e5119bd4e authored over 4 years ago by Iban Eguia <[email protected]>
Modularized parser (#304)

bc63b28b6b0f31d99d7cc75e9bd75f6d722d99d2 authored over 4 years ago by Iban Eguia <[email protected]>
create boa-wasm package (#352)

55c85768c38d45368d23637be76c9e2bcbdb4401 authored over 4 years ago by Victor Tuekam <[email protected]>
Merge pull request #293 from HalidOdat/better-documentation

41cda68da19f05acd4c3e6a0b1517e5598925601 authored over 4 years ago by HalidOdat <[email protected]>
Fixed some inconsistencies in node

181e96d3ed6ec221e53a1c013ab8fa39f389ceba authored over 4 years ago by HalidOdat <[email protected]>
Fixed json issue

bb7afad761fc39a964303be9c33df96dadad6b9f authored over 4 years ago by HalidOdat <[email protected]>
split the json module

d06d18f1ac21d5f3bbf5addc7e65fbdb7ca0c523 authored over 4 years ago by HalidOdat <[email protected]>
Added some documentation to object

afb09173d5819faca9dc939173c7c7ecf30b91ec authored over 4 years ago by HalidOdat <[email protected]>
Added documentation to builtins/boolean

ad546bb84d23ba1ec5039d45877779d15886758a authored over 4 years ago by HalidOdat <[email protected]>
Added some documentation to value

4a6276fc9329128083099a7b8daaa7af877bdcdf authored over 4 years ago by HalidOdat <[email protected]>
Added some documentation to builtins/string

fe01fc5905052461fcea1535041e08addd82e3e3 authored over 4 years ago by HalidOdat <[email protected]>
Added Development documentation to README.md

cded8d5a547c72b6a0f93dd17c30704f973f7dbe authored over 4 years ago by HalidOdat <[email protected]>
Added documentation to builtins/array

b8fe3545c89924073a3be853e6fdac0ac69d7a91 authored over 4 years ago by HalidOdat <[email protected]>
Added documentation to `BinOp`

3e5dff61786f5eb5c2db07c33703b4f710d08112 authored over 4 years ago by HalidOdat <[email protected]>
Added some documentation to `token`

37428303f26702b782126c91adf98f65706931c3 authored over 4 years ago by HalidOdat <[email protected]>
Added documentation to builtins/math

15ee257008a348437bf0b8d78d4aabd262f64d76 authored over 4 years ago by HalidOdat <[email protected]>
Added documentation to Symbol

d3928e03d3f0fa85c01ba577d5d5535b42e1d11e authored over 4 years ago by HalidOdat <[email protected]>
Documented console methods

269b063cf223106069f459915aa3df50aa56fe22 authored over 4 years ago by HalidOdat <[email protected]>
Added some documentation to `punc`

2f801c278825ee0fd38a8fdbbb1fabeee9431c08 authored over 4 years ago by HalidOdat <[email protected]>
Added documentation to property

e34b19209f59466bbf7f12e45a1c1860f1080497 authored over 4 years ago by HalidOdat <[email protected]>
Added documentation to Error

70173fabf0a3171ee32fc47ab2b69b7febbebc6f authored over 4 years ago by HalidOdat <[email protected]>
Added documentation to RegExp

b525f68ff64294735ce584254ee8bed37387acf2 authored over 4 years ago by HalidOdat <[email protected]>
Added documentation to builtins/number

5a063397b9ff5cfea773033b2b950eb9d4ff39e4 authored over 4 years ago by HalidOdat <[email protected]>
Added some documentation to builtins/function

da6872a2657ebd7aa2e57f0ca58e7a6a0309a144 authored over 4 years ago by HalidOdat <[email protected]>
Added documentation to builtins/json

3e2e241f3eb3289c0de4f2a8344675e0dc42c4c2 authored over 4 years ago by HalidOdat <[email protected]>
cargo --doc builds, adding some docs

38d57cbb2e36989d6c90d83b4d92bac470785d51 authored over 4 years ago by Jason Williams <[email protected]>
fixed spelling mistake

Co-Authored-By: Iban Eguia <[email protected]>

bdb65d6d564efe7273c0a0dfc4d766bd182cd41c authored over 4 years ago by HalidOdat <[email protected]>
Added documentation to LogOp

788f27d8e7c959aa3742dbeb71a48c57d3a0c582 authored over 4 years ago by HalidOdat <[email protected]>
Update boa/src/syntax/ast/op.rs

Co-Authored-By: Iban Eguia <[email protected]>

5a76bf5692dee5dee7c31bbe3224b827613f0607 authored over 4 years ago by HalidOdat <[email protected]>
Removed long links

b6c83f33491a6a33b5e2e6482f7d5cd71a865938 authored over 4 years ago by HalidOdat <[email protected]>
Update boa/src/syntax/ast/op.rs

Co-Authored-By: Iban Eguia <[email protected]>

9985dd934d56a8e614361c9634f86afddb129554 authored over 4 years ago by HalidOdat <[email protected]>
Added documentation to Node

4280c944b5e3539f20d952a177ce471e6e83a7cc authored over 4 years ago by HalidOdat <[email protected]>
Added documentation to AssignOp

d45e33da78bcd48a8e88ca6d25384a5a4f822b98 authored over 4 years ago by HalidOdat <[email protected]>
Added documentation to CompOp

9b1c508da1dbbf9f8d994f072bb957540ddabcd0 authored over 4 years ago by HalidOdat <[email protected]>
Update boa/src/syntax/ast/op.rs

Co-Authored-By: Iban Eguia <[email protected]>

0023116b0b733c1455c812bc4958f7ae49539200 authored over 4 years ago by HalidOdat <[email protected]>
Fixed cargo fmt issues

7e3280d7b5bec947d50146a43cc48ecbff07a8fe authored over 4 years ago by HalidOdat <[email protected]>
Added documentation to NumOp, UnaryOp and BitOp

d9a81a94fd4c18dcd3a62062e3c501e122cd9d9d authored over 4 years ago by HalidOdat <[email protected]>
Added documentation to Keyword

125c75aa74385a3d6f139b6208e86f5db65521f9 authored over 4 years ago by HalidOdat <[email protected]>
Added root project documentation

919029bc55f8a3c2112b69814593eb623a8fe84d authored over 4 years ago by HalidOdat <[email protected]>
Update boa/src/syntax/ast/op.rs

Co-Authored-By: Iban Eguia <[email protected]>

f8012bc408f595119c8d744d92d540ba4b4f656d authored over 4 years ago by HalidOdat <[email protected]>
fixed doc test

7b2c722d1b2ed020b74677e2ac65cb0ecf17877d authored over 4 years ago by HalidOdat <[email protected]>
fixed NumOp documentation

593955f951c104d25541ab04c252a37505fae85e authored over 4 years ago by HalidOdat <[email protected]>
Added some more documentation to builtins/console

138f0ca880f9aa40278c9f426f68fdf8e3078159 authored over 4 years ago by HalidOdat <[email protected]>
LexerError

af7ad57a044da94a881ebe4024fed4a6337fe830 authored over 4 years ago by Jason Williams <[email protected]>
Added documentation to MethodDefinitionKind

75ef0758334c03247e93d961c12b5193cadba58e authored over 4 years ago by HalidOdat <[email protected]>
Added documentation to PropertyDefinition

be06137ca7a046b6eec251ab704170ff0c5a1264 authored over 4 years ago by MakeSoft <[email protected]>
doc for check_after_numeric_literal

083412d883063f9edf261d7414c0eaf883803750 authored over 4 years ago by Jason Williams <[email protected]>
more changes

1b47b20fc04501c57ac416e9d3bf76f56aca1385 authored over 4 years ago by Jason Williams <[email protected]>
doc on vop, op doctest

bd4e814f9631954eda0b6e72655781cd292a3fc1 authored over 4 years ago by Jason Williams <[email protected]>
Update boa/src/syntax/ast/op.rs

Co-Authored-By: Iban Eguia <[email protected]>

487a719aa8aac69f979c9d618565d2a4a60a4d7a authored over 4 years ago by HalidOdat <[email protected]>
Update boa/src/syntax/lexer/mod.rs

Co-Authored-By: HalidOdat <[email protected]>

63b02cb797fad6657deff648db2dade6e5ace791 authored over 4 years ago by Jason Williams <[email protected]>
Finished documenting Node

6c60bc2bb4afb3a0d98cbd525bb8815b5d8315c0 authored over 4 years ago by HalidOdat <[email protected]>
more changes

103ab857964f852e05dc4adf0c44daefc1c891b6 authored over 4 years ago by Jason Williams <[email protected]>
lexer updates

f2915499a061786d7b599fda89f566e80e6e7a99 authored over 4 years ago by Jason Williams <[email protected]>
Added documentation to Const

478330d805ad84fe7a9c7aea16d7675bb2072b45 authored over 4 years ago by HalidOdat <[email protected]>
Added some documentation to builtins/console

348edbf4dfdec1ac53b8e1df53ff039d1dea0adb authored over 4 years ago by HalidOdat <[email protected]>
removing akward doc test

7c74b8a9795e2294c2a43a4d9dc2b5e38eb08eb3 authored over 4 years ago by Jason Williams <[email protected]>
Added some documentation to Keyword

80f7af370bd1c3d30c7707d52638258f8b7cd7f2 authored over 4 years ago by HalidOdat <[email protected]>
Put JSON functions on the object, not the prototype (#325)

* Move JSON functions to the object, not the prototype

* Fix Value.to_json and add JSON tests

...

271e2b4da6563eebd8ee5469d643eb163adfa2df authored over 4 years ago by Noah <[email protected]>
Fixing master build (#342)

* Fixing master build

* Using gh-pages as default branch

19fcd2837dd583e38476f949a10b0ab5fc1cf3b9 authored over 4 years ago by Iban Eguia <[email protected]>
console functions (#315)

* Exec do..while tests.

* Parser do..while test.

* Do..while loop parser and exec implementati...

7abb94abf5fbfa2359e3a96144f68ac0f03123f4 authored over 4 years ago by Radek Krahl <[email protected]>
Added logo and favicon to boa documentation (#343)

* Added logo and favicon to boa documentation

* Update lib.rs

74c7375a7aa695c25d8368b7a30484971a429a91 authored over 4 years ago by HalidOdat <[email protected]>
Improved CI workflows (#330)

91bece6f6297b4ac90de39681b0715b8d2f5d32d authored over 4 years ago by Iban Eguia <[email protected]>
Method parsing (#339)

a9372b7779fe3aa2e4b9f254e56faf83819b2cc0 authored over 4 years ago by Victor Tuekam <[email protected]>
Fix #329 (#334)

eb020d7f37f30983a0d2ea32a596e66c98d73e2f authored over 4 years ago by HalidOdat <[email protected]>
Merge pull request #312 from jasonwilliams/fix_309

44de1901ea517da5ef88375ec4d0e7d191048908 authored over 4 years ago by HalidOdat <[email protected]>
Added jemallocator only for Linux targets

33fce7f015ff40c5d3a778c72bc78be595529e7d authored over 4 years ago by razican <[email protected]>
change boa cli binary name to just "boa" (#326)

f5d332c86e3e063a48628ad416cb4c6525082058 authored over 4 years ago by Julian Laubstein <[email protected]>
Changed the name of the `Symbol creation` benchmark (#327)

05b8989efdd3ecdb1cd498967e78052211248408 authored over 4 years ago by Iban Eguia <[email protected]>
Added continuous integration for windows (#318)

7dd32a68594585950be3eaa62e480b8fec5ba45a authored over 4 years ago by HalidOdat <[email protected]>
Added more benchmarks (#323)

cb589cd8b7a75015a801db597964eaeed0508dea authored over 4 years ago by Iban Eguia <[email protected]>
Added more build profiles (#290)

8574ea1768d7b12efbc810295d424f3b29b5b3f7 authored over 4 years ago by Iban Eguia <[email protected]>
Fixed assign operator precedence (#311)

Co-authored-by: Iban Eguia <[email protected]>

505df912ade3accdfeb2791370a703a8ef9525e6 authored over 4 years ago by HalidOdat <[email protected]>
Implement do..while loop (#306)

Co-authored-by: HalidOdat <[email protected]>
Co-authored-by: Iban Eguia <razican@protonmail....

9c638cc14f58e8b8d1e986983d33ecaaaa59181c authored over 4 years ago by Radek Krahl <[email protected]>
Update CHANGELOG.md

2ca60ce196af80d2808d6bb3dab7ce1b55f79d53 authored over 4 years ago by Jason Williams <[email protected]>
Update README.md

8b9f761644e7eefc8383b191d55dae24651f5c97 authored over 4 years ago by Jason Williams <[email protected]>
v0.7.0

5885e1bca3a1396f0dbf6041344258cf648a4aa7 authored over 4 years ago by Jason Williams <[email protected]>
updated to playground output

ea127b3d756782e6d84fce4b9d252e24a082d11a authored over 4 years ago by Jason Williams <[email protected]>
updating yanr lock

ad0d1326509901f6aebd77d283fd7ade80ad3782 authored over 4 years ago by Jason Williams <[email protected]>
update changelog for upcoming 0.7.0 (#271)

* update changelog for v0.7.0

1184456ab7c871b79942ece60383a9754d89f29f authored over 4 years ago by Jason Williams <[email protected]>
adding test for #273 (#313)

a0db788ed6183e8b2719d820c88168aac4d92e76 authored over 4 years ago by Jason Williams <[email protected]>
Revert "Use jemallocator (#298)" (#310)

This reverts commit 795a70ec8910070a7c48def29a4b10f5144eda64.

0274858d88c50a60b7c5669282a5d4c040dc220e authored over 4 years ago by Jason Williams <[email protected]>
Fixed center alignment of logo. (#305)

f1f49d14ba7d1c014c953fea57f839998a6c8e96 authored over 4 years ago by HalidOdat <[email protected]>
Updated contribution documentation (#297)

48ab045ac295602e2db847dd5f5a91c51d07f120 authored over 4 years ago by Iban Eguia <[email protected]>
Added a test for #208 (#303)

38db4dc316febca9e85c66c6e13061736e13395b authored over 4 years ago by Iban Eguia <[email protected]>
Use jemallocator (#298)

Added jemallocator as the global allocator for binary and benchmarks

795a70ec8910070a7c48def29a4b10f5144eda64 authored over 4 years ago by Iban Eguia <[email protected]>
Update CONTRIBUTING.md

8002a959a0537692e804d948c9933f04c0d8bf4e authored over 4 years ago by Jason Williams <[email protected]>
Fixed positions in regexes and strict operators. (#295)

I also removed an unused function in the parser and added a test for #294, currently ignored.

4ed712219970a9aee437a02fa7992f6fea9e23f4 authored almost 5 years ago by Iban Eguia <[email protected]>
fix vulnerabiliies via upgrade

8943953a7998d81b858c761778a971d05204454e authored almost 5 years ago by Jason Williams <[email protected]>
Implemented the Array.prototype.some method. (#280)

- Implementd Array.prototype.some method.
- Added tests for Array.prototype.some method.

c365576f37456a61a157287ca716df23745314ab authored almost 5 years ago by HalidOdat <[email protected]>
Parser fixes #225 #240 #273 (#281)

New parser!
Plus loads of tidy up in various places.

Co-authored-by: Jason Williams <jwillia...

48c6e886d4fc63324d1695192d8960ac3efe4c21 authored almost 5 years ago by Jason Williams <[email protected]>
Added the ability to dump the token stream or ast in bin. (#278)

* Added the ability to dump the token stream or ast in bin.

The dump functionality works both...

5a85c595d4dff8fffd3d7881e4e9bca188691074 authored almost 5 years ago by HalidOdat <[email protected]>
Add methods with f64 std equivelant to Math object (#260)

* Add methods with f64 std equivelant to Math object
* Add testS for Math static methods

9b8c803bbe95b2a3d437893c0962f98a8a58585b authored almost 5 years ago by Nick Vernij <[email protected]>
Added a logo to the project. (#277)

* Added a logo to the project.

* Changed the logo from a png to a svg.

f53b352a4e6984ff8e8a6bcc164707cbd2842227 authored almost 5 years ago by HalidOdat <[email protected]>
Bump acorn from 6.4.0 to 6.4.1 (#275)

Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1.
- [Release notes](https://...

62383f5a06e9e4c59a10d550b6bf9ab53cb042b4 authored almost 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix parsing of floats that start with a zero (#272)

2d5bf5595665d65c25ffb7fcde8047819745acba authored almost 5 years ago by Nick Vernij <[email protected]>
Implement Array.prototype.filter (#262)

6fa8d484a9a3d73cec1a30eeb941fb3b5f7df917 authored almost 5 years ago by Nick Vernij <[email protected]>
Addition of forEach() (#268)

* Addition of forEach()
* fixing LLDB launcher for windows (it needs .exe to work for windows)

9766409c521af12f93ec53b68169fdafd5bd5b21 authored almost 5 years ago by Jason Williams <[email protected]>