docs: update REPL demo GIF with modern JS features#4835
docs: update REPL demo GIF with modern JS features#4835Saksham1o wants to merge 8 commits intoboa-dev:mainfrom
Conversation
Test262 conformance changes
Tested main commit: |
|
Thanks for the feedback @nekevss I've re-recorded the demo using VHS with a higher resolution (1400 x 700) and updated the GIF to include modern JS features like arrow functions and array methods. Please take another look! |
|
Hi! Thanks for looking into this. Could you include the .tape file for the GIF |
|
Hi, I've also added the Please let me know if any changes are needed! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4835 +/- ##
===========================================
+ Coverage 47.24% 57.86% +10.62%
===========================================
Files 476 557 +81
Lines 46892 61036 +14144
===========================================
+ Hits 22154 35321 +13167
- Misses 24738 25715 +977 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Hi! @nekevss I've added the requested Thanks! |
Description
The existing
latestDemo.gifwas outdated. This PR replaces it with a new recording that demonstrates modern JavaScript capabilities now supported by the Boa engine, including:let/const)The recording was made using the latest build to ensure the output reflects the current state of the project.
Changes
docs/img/latestDemo.gifFixes #2703