···44Userland/Libraries/LibJS/Tests/modules/failing.mjs
5566# FIXME: Remove once prettier is updated to support using declarations.
77+Userland/Libraries/LibJS/Tests/builtins/DisposableStack/DisposableStack.prototype.@@dispose.js
78Userland/Libraries/LibJS/Tests/modules/top-level-dispose.mjs
89Userland/Libraries/LibJS/Tests/using-declaration.js
910Userland/Libraries/LibJS/Tests/using-for-loops.js
···3232 M(DescWriteNonWritable, "Cannot write to non-writable property '{}'") \
3333 M(DetachedArrayBuffer, "ArrayBuffer is detached") \
3434 M(DetachKeyMismatch, "Provided detach key {} does not match the ArrayBuffer's detach key {}") \
3535+ M(DisposableStackAlreadyDisposed, "DisposableStack already disposed values") \
3536 M(DivisionByZero, "Division by zero") \
3637 M(DynamicImportNotAllowed, "Dynamic Imports are not allowed") \
3738 M(FinalizationRegistrySameTargetAndValue, "Target and held value must not be the same") \