This website requires JavaScript.
Explore
Help
Sign In
LadybirdBrowser
/
ladybird
Watch
1
Star
1
Fork
0
You've already forked ladybird
mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced
2024-11-10 13:00:29 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d78a007b5d
ladybird
/
.prettierignore
4 lines
74 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Meta: Add lint-prettier.sh This is a script similar to the clang-format one to ensure prettier formatting of most JavaScript files.
2020-12-27 17:36:04 +03:00
Base/home/anon/Source/js
LibJS: Correct behaviour of direct vs. indirect eval eval only has direct access to the local scope when accessed through the name eval. This includes locals named eval, because of course it does.
2021-06-20 06:13:53 +03:00
Userland/Libraries/LibJS/Tests/eval-aliasing.js
Reference in New Issue
Copy Permalink