mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
LibJS: Remove files from .prettierignore
.prettierignore had files listed for an issue with 'using' declarations, this is no longer an issue for prettier (tested on 3.6.2).
This commit is contained in:
committed by
Tim Flynn
parent
52009170da
commit
0eac4cc6ad
Notes:
github-actions[bot]
2025-10-09 19:53:12 +00:00
Author: https://github.com/adamrt Commit: https://github.com/LadybirdBrowser/ladybird/commit/0eac4cc6ad5 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6383 Reviewed-by: https://github.com/gmta Reviewed-by: https://github.com/trflynn89 ✅
@@ -3,10 +3,7 @@ Libraries/LibJS/Tests/unicode-identifier-escape.js
|
||||
Libraries/LibJS/Tests/modules/failing.mjs
|
||||
|
||||
# FIXME: Remove once prettier is updated to support using declarations.
|
||||
Libraries/LibJS/Tests/builtins/DisposableStack/DisposableStack.prototype.@@dispose.js
|
||||
Libraries/LibJS/Tests/modules/top-level-dispose.mjs
|
||||
Libraries/LibJS/Tests/using-declaration.js
|
||||
Libraries/LibJS/Tests/using-for-loops.js
|
||||
|
||||
Tests/LibWeb/Crash/wpt-import/
|
||||
Tests/LibWeb/Ref/input/wpt-import
|
||||
|
||||
Reference in New Issue
Block a user