Commits
Branch selector
User selector
Commit History
Commits on Jun 18, 2024
Fix parsing class body that includes stray semicolon after a static block (#5145)
Show description for 2dbb6f7authoredFix parsing of invalid private class properties (#5144)
Show description for 4e89e18authored
Commits on May 28, 2024
Fix arguments object in eval-ed functions in static class initializers (#5140)
Show description for d7e2125authored
Commits on May 24, 2024
Fix CI for macos (#5142)
Show description for 35465edauthored
Commits on Apr 9, 2024
Fix typo in the CMake setup of libFuzzer (#5136)
Show description for 47bd5d4authored
Commits on Mar 13, 2024
Fix rare crash caused by get method of proxy object (#5129)
Show description for cefd391authored
Commits on Feb 6, 2024
Fix gc of async destructuring assignments of strings (#5126)
Show description for bac7ee3authored
Commits on Jan 31, 2024
Fix arrow function parsing (#5093)
Show description for 52debe8authored
Commits on Dec 15, 2023
Update MbedOS, RIOT and ESP_IDF CI checkers (#5120)
Show description for 514fa67authored
Commits on Dec 11, 2023
Update clang-format (#5112)
Show description for 3b876f7authored
Commits on Nov 22, 2023
Update cppcheck (#5108)
Show description for ef4cb2bauthored
Commits on Nov 15, 2023
Update doxygen and fix documentation (#5106)
Show description for ff9ff8fauthored
Commits on Oct 25, 2023
Modernize python and update pylint (#5096)
Show description for bc408b1authored
Commits on Sep 20, 2023
Update tests and CI to python3 (#5095)
Show description for a588e49authored
Commits on Mar 27, 2023
Fix line info guard comment (#5049)
Show description for 05dbbd1authored
Commits on Jan 9, 2023
Ensure command prompt is displayed when REPL is used (#5033)
Show description for 1a2c047authored
Commits on Jan 4, 2023
Fix failing CI jobs (#5032)
Show description for f5a8dc0authored
Commits on Sep 9, 2022
Allow redefining global variables as imports (#5023)
Show description for 6fe763fauthored
Commits on Aug 22, 2022
Replace global inclusions with local ones (#4991)
Show description for b143b05authored
Commits on Aug 8, 2022
Mark generator as running during yield* (#5014)
Show description for 3686410authoredFix exception printing. (#5012)
Show description for 3360e35authored
Commits on Aug 1, 2022
Fix ESPIDF_Build_Test (#5019)
Show description for baf308aauthored
Commits on Feb 22, 2022
Merge esp8266-rtos-sdk and esp-idf targets (#4958)
Show description for 0d49696authoredAdd support for Mbed-OS 6.15.0 (#4909)
Show description for c9e9f8eauthored
Commits on Feb 3, 2022
Fix import paths in negative module tests (#4973)
Show description for d00f481authoredRemove abandoned es5.1 profile from API reference (#4972)
Show description for c5bc378authored
Commits on Jan 31, 2022
Remove ES_NEXT macro (#4915)
Show description for 4924f9fauthored
Commits on Jan 21, 2022
Fix logging related issues (#4971)
Show description for 7640360authored
Commits on Jan 20, 2022
Fix format string in main-benchmark.c (#4970)
Show description for aead4b7authored
Robert FancsikFix runtime error: left shift of negative value (#4957)
Show description for 0ef5094authoredUpdate jerry-port and jerry-ext (#4907)
Show description for ac1c48eauthored
Commits on Jan 18, 2022
Fix duplicated private identifier lookup (#4947)
Show description for 79fd540authored
Robert FancsikAdd missing toObject conversion for PrivateSet operation (#4953)
Show description for 85c7987authored
Robert Fancsik
Commits on Jan 14, 2022
Update test262 hash to the latest master (#4959)
Show description for dfbd89dauthoredAdd stack-overflow check to 'lexer_construct_function_object' (#4965)
Show description for c68f6e7authored