jedel1043
|
d286dc655d
|
Implement `Array.prototype.sort` (#1332)
|
3 years ago |
Bartek Iwańczuk
|
1b380c69af
|
tests: add check_output test helper (#1458)
Co-authored-by: jedel1043 <jedel0124@gmail.com>
|
3 years ago |
Oleksii Halahan
|
5ee865f745
|
Implement `Object.keys` and `Object.entries` (#1471)
Co-authored-by: jedel1043 <jedel0124@gmail.com>
|
3 years ago |
neeldug
|
7fc78f6610
|
fix(boa): fixes panic on bigint size (#1415)
|
3 years ago |
raskad
|
85aa61906a
|
Implement destructuring assignments (#1406)
|
3 years ago |
jedel1043
|
0f380a9d45
|
Implement abstract operation `CreateArrayFromList` (#1485)
|
3 years ago |
raskad
|
bc12f95418
|
Properly handle `NaN` in `new Date()` (#1477)
|
3 years ago |
dependabot[bot]
|
0449d7ab9f
|
Bump webpack from 5.50.0 to 5.51.1 (#1486)
|
3 years ago |
dependabot[bot]
|
d4e6f4eb02
|
Bump wasm-bindgen from 0.2.75 to 0.2.76 (#1487)
|
3 years ago |
dependabot[bot]
|
26b89b4dcb
|
Bump webpack-dev-server from 3.11.2 to 4.0.0 (#1484)
|
3 years ago |
dependabot[bot]
|
f4d135d936
|
Bump rustyline-derive from 0.4.0 to 0.5.0 (#1482)
|
3 years ago |
dependabot[bot]
|
42ea372209
|
Bump bitflags from 1.3.1 to 1.3.2 (#1473)
|
3 years ago |
dependabot[bot]
|
0f5744ee65
|
Update rustyline-derive requirement from 0.4.0 to 0.5.0 in /boa_cli (#1478)
|
3 years ago |
dependabot[bot]
|
a20c82fdab
|
Bump webpack-cli from 4.7.2 to 4.8.0 (#1472)
|
3 years ago |
dependabot[bot]
|
30f0fbcf40
|
Bump monaco-editor from 0.26.1 to 0.27.0 (#1474)
|
3 years ago |
dependabot[bot]
|
3b1046572a
|
Bump serde_yaml from 0.8.17 to 0.8.18 (#1480)
|
3 years ago |
dependabot[bot]
|
1b872984c2
|
Bump rustyline from 8.2.0 to 9.0.0 (#1481)
|
3 years ago |
raskad
|
17c412fa6b
|
Implement `String.prototype.replaceAll` (#1469)
|
3 years ago |
jedel1043
|
bd24464ec8
|
Fix doc interlink on `JsValue::get_type` (#1470)
|
3 years ago |
Halid Odat
|
206f0e1e95
|
Fix compilation error
|
3 years ago |
Halid Odat
|
8987dbf8d2
|
Feature prelude module (#1451)
|
3 years ago |
raskad
|
08eb76779a
|
Return function execution result from constructor if the function returned (#1463)
if the function returned
|
3 years ago |
Halid Odat
|
44202ce697
|
Feature throw `Error` object (#1465)
* feature `Context::throw_error`
* Fix doc
|
3 years ago |
dependabot[bot]
|
8ada62232c
|
Bump git2 from 0.13.20 to 0.13.21 (#1468)
|
3 years ago |
dependabot[bot]
|
0babba6cdd
|
Bump bitflags from 1.2.1 to 1.3.1 (#1467)
|
3 years ago |
Halid Odat
|
62ad20cfde
|
Rename `Value` to `JsValue` (#1457)
|
3 years ago |
raskad
|
e9093b39aa
|
Change StringGetOwnProperty to produce the same strings that the lexer produces (#1460)
|
3 years ago |
dependabot[bot]
|
e698e5ce10
|
Bump url-parse from 1.5.1 to 1.5.3 (#1462)
|
3 years ago |
dependabot[bot]
|
780d616007
|
Bump webpack from 5.49.0 to 5.50.0 (#1461)
|
3 years ago |
jedel1043
|
fff3974866
|
Implement `Value::type_of` method
|
3 years ago |
jedel1043
|
f331694962
|
Extract `PropertyMap` struct from `Object` (#1425)
|
3 years ago |
jedel1043
|
fe665dbe06
|
Proposal of new `PropertyDescriptor` design (#1432)
|
3 years ago |
dependabot[bot]
|
589d352c5a
|
Bump bootstrap from 5.0.2 to 5.1.0 (#1455)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
3 years ago |
dependabot[bot]
|
483c5e32c4
|
Bump serde from 1.0.126 to 1.0.127 (#1452)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
3 years ago |
dependabot[bot]
|
8c741bae38
|
Bump webpack from 5.47.1 to 5.49.0 (#1456)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
3 years ago |
raskad
|
ebdf89c001
|
Refactor regexp costructor (#1434)
|
3 years ago |
dependabot[bot]
|
e0ec7af88b
|
Bump wasm-bindgen from 0.2.74 to 0.2.75 (#1454)
Bumps [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) from 0.2.74 to 0.2.75.
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/compare/0.2.74...0.2.75)
---
updated-dependencies:
- dependency-name: wasm-bindgen
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
3 years ago |
Halid Odat
|
4b497ea8ce
|
Fix clippy errors (#1450)
|
3 years ago |
Halid Odat
|
b55b2af801
|
Make `Array.prototype` methods spec compliant (#1449)
|
3 years ago |
neeldug
|
9e14cb891b
|
Make `Array.prototype.concat` spec compliant (#1353)
|
3 years ago |
dependabot[bot]
|
05b6054860
|
Bump serde_json from 1.0.64 to 1.0.66 (#1448)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.64 to 1.0.66.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.64...v1.0.66)
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
3 years ago |
dependabot[bot]
|
4b6401a2c1
|
Bump webpack from 5.47.0 to 5.47.1 (#1447)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
3 years ago |
Halid Odat
|
91f0fe62bb
|
Implement closure functions (#1442)
|
3 years ago |
dependabot[bot]
|
461069cbba
|
Bump webpack from 5.46.0 to 5.47.0 (#1438)
|
3 years ago |
neeldug
|
330839d972
|
fix(boa): bitwise not operation (#1384)
|
3 years ago |
raskad
|
a7ebfc8f3a
|
Implement RegExp named capture groups (#1390)
|
3 years ago |
neeldug
|
f93145c0bb
|
fix(boa): match and regexp construct fixes (#1374)
|
3 years ago |
dependabot[bot]
|
f429c16735
|
Bump @wasm-tool/wasm-pack-plugin from 1.4.0 to 1.5.0 (#1431)
Bumps [@wasm-tool/wasm-pack-plugin](https://github.com/wasm-tool/wasm-pack-plugin) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/wasm-tool/wasm-pack-plugin/releases)
- [Commits](https://github.com/wasm-tool/wasm-pack-plugin/commits)
---
updated-dependencies:
- dependency-name: "@wasm-tool/wasm-pack-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
3 years ago |
neeldug
|
aa507f3c50
|
style(boa): clippy lints and cleanup of old todos (#1383)
- removes needless double references
- removes ignored tests/sections
|
3 years ago |
Halid Odat
|
beecb2db80
|
Implement `Symbol.for` and `Symbol.keyFor` (#1424)
|
3 years ago |