Newer
Older
minerva / Userland / Libraries / LibJS / Tests / modules / indirect-export-without-default.mjs
@minerva minerva on 13 Jul 239 bytes Initial commit
// Since 'default-and-star-export-indirect.mjs' only contains an all-but-default re export of
// 'default-and-star-export.mjs' it should not have a default value.
import defaultExportIndirect from "./default-and-star-export-indirect.mjs";