summaryrefslogtreecommitdiff
path: root/.prettierignore
diff options
context:
space:
mode:
authorAnonymous <yeeter@yeeters.org>2021-06-19 20:13:53 -0700
committerLinus Groh <mail@linusgroh.de>2021-06-23 09:38:33 +0100
commit2822da8c8f01f9177148eaedd282d25f452c04ea (patch)
treeaf2a204b9b5e9de3e807e3b2cccd4f8be7f9ba49 /.prettierignore
parent5d24b5f4bec315cba22746f8a0985b1c0877a315 (diff)
downloadserenity-2822da8c8f01f9177148eaedd282d25f452c04ea.zip
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.
Diffstat (limited to '.prettierignore')
-rw-r--r--.prettierignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.prettierignore b/.prettierignore
index 0883de519f..b8b02877b1 100644
--- a/.prettierignore
+++ b/.prettierignore
@@ -1 +1,3 @@
Base/home/anon/Source/js
+Userland/Libraries/LibJS/Tests/eval-aliasing.js
+