This repository was archived by the owner on Dec 17, 2025. It is now read-only.
This repository was archived by the owner on Dec 17, 2025. It is now read-only.
getOptions should return an {} by default #84
Currently if no loader options are set,
getOptions(this)returnsnullby default, which requires a fallback to avoid breaking furtheroptions.xreferences within the loader.Is that intended for some reason or would it be possible to return an empty
{}by default instead ?