summaryrefslogtreecommitdiff
path: root/.prettierignore
diff options
context:
space:
mode:
authordavidot <davidot@serenityos.org>2022-08-29 22:12:25 +0200
committerLinus Groh <mail@linusgroh.de>2022-09-02 02:07:37 +0100
commit3b1c3e574f51e1ca4efc725813a1b10bba19fc63 (patch)
tree14beb297141b6006ce97c232763a167e38c97f8a /.prettierignore
parentf75c51b09741901c6a59205fe2642de24662e4a9 (diff)
downloadserenity-3b1c3e574f51e1ca4efc725813a1b10bba19fc63.zip
LibJS: Handle empty named export
This is an export which looks like `export {} from "module"`, and although it doesn't have any real export entries it should still add "module" to the required modules to load.
Diffstat (limited to '.prettierignore')
-rw-r--r--.prettierignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.prettierignore b/.prettierignore
index 95fa7d51cf..4930eee75a 100644
--- a/.prettierignore
+++ b/.prettierignore
@@ -1,3 +1,4 @@
Base/home/anon/Source/js
Userland/Libraries/LibJS/Tests/invalid-lhs-in-assignment.js
Userland/Libraries/LibJS/Tests/unicode-identifier-escape.js
+Userland/Libraries/LibJS/Tests/modules/failing.mjs