Dmitry Panov
|
203961f822
Implemented logical assignment operators. Closes #647.
|
7 months ago |
Dmitry Panov
|
016eb72565
Numeric separator literal (#603)
|
1 year ago |
shiroyk
|
fa6d1ed5e4
Implemented BigInt (#597)
|
1 year ago |
Dmitry Panov
|
8130cadc57
Skip Unicode 14 and 15 tests for Go versions < 1.21
|
1 year ago |
Dmitry Panov
|
ac2ea62348
Updated tc39 tests. A number of fixes as a result:
|
1 year ago |
shiroyk
|
a52ceb6d86
Implemented {Array, TypedArray}.prototype.{with, toReversed, toSorted}
|
1 year ago |
Levi
|
3491d4a58f
feat: regular expressions support DotAll flag (#593)
|
1 year ago |
shiroyk
|
a38ab1794d
Added Error cause
|
1 year ago |
shiroyk
|
6df49a26cb
Implement String.prototype.replaceAll
|
2 years ago |
Dmitry Panov
|
5460598cfa
Allow 'in' in conditional expression's consequent
|
2 years ago |
Dmitry Panov
|
aff9d41821
Enabled more generator tests
|
2 years ago |
Dmitry Panov
|
9343cf0121
Implemented generators (only synchronous so far). Closes #436
|
2 years ago |
Dmitry Panov
|
33bff8fdda
Async/await functionality (#464)
|
2 years ago |
Dmitry Panov
|
936bcca637
Squashed commit of the following:
|
2 years ago |
satvrn
|
0ad46a434a
Implemented {Array,%TypedArray%}.prototype.{findLast,findLastIndex}() (#444)
|
2 years ago |
Federico Tedin
|
ae897934c2
Skip hashbang at beginning of source contents
|
3 years ago |
Dmitry Panov
|
016db103e6
Enabled unicode 13 tests, now that we require Go 1.16.
|
3 years ago |
Dmitry Panov
|
eb99973cc1
Added toString tag to Reflect, allowed tests without id to run. Closes #416.
|
3 years ago |
Dmitry Panov
|
85e2e6106c
Removed the usage of deprecated ioutil package. Bumped minimum Go version to 1.16.
|
3 years ago |
Dmitry Panov
|
4765a98722
Enabled more tests and fixed some bugs. Closes #410.
|
3 years ago |
Dmitry Panov
|
0b5d210524
Implemented classes (including private elements). Closes #349.
|
3 years ago |
satyrn
|
e1f9dc0755
Implemented `{Array,String,%TypedArray%}.prototype.at` (#384)
|
3 years ago |
Dmitry Panov
|
160b8c59fd
Implemented nullish coalescing operator (??). Closes #382.
|
3 years ago |
Dmitry Panov
|
3faab1d8f2
Enabled tests that use ** operator. Some array fixes as a result.
|
3 years ago |
Dmitry Panov
|
ff76422be7
Implemented exponentiation expressions. Closes #381.
|
3 years ago |
Dmitry Panov
|
3c02223f61
Ensure the argument coercion in Date setters happens before the check for the date being unset. Upgraded tc39 tests.
|
3 years ago |
Dmitry Panov
|
a5e7acf16e
Added staticcheck (#364)
|
3 years ago |
Dmitry Panov
|
b93494d0c5
Implemented optional chaining. Closes #350
|
3 years ago |
Dmitry Panov
|
bf6af58bbc
Refactored tests
|
3 years ago |
Dmitry Panov
|
f1567f3952
Upgraded tests, lots of fixes as a result
|
3 years ago |