Removed esm2022 check as is not supported anymore since Ng18 (#11058)

This commit is contained in:
Vito Albano
2025-07-24 09:40:13 +01:00
committed by GitHub
parent 9a3ababb9c
commit 49c0f44435

View File

@@ -52,13 +52,6 @@ do
echo "fesm2022: ok" echo "fesm2022: ok"
fi fi
if [ ! -f package/esm2022/$PACKAGE'.mjs' ]; then
error_out '31;1' "esm2022/$PACKAGE.mjs not found!" >&2
exit 1
else
echo "esm2020: ok"
fi
if [ ! -f package/fesm2022/$PACKAGE'.mjs' ]; then if [ ! -f package/fesm2022/$PACKAGE'.mjs' ]; then
error_out '31;1' "fesm2022/$PACKAGE.mjs not found!" >&2 error_out '31;1' "fesm2022/$PACKAGE.mjs not found!" >&2
exit 1 exit 1