Newer
Older
minerva / Userland / Libraries / LibJS / Tests / modules / path-resolution.mjs
@minerva minerva on 13 Jul 184 bytes Initial commit
// If all of these succeed, path resolution with implicit extensions is working.

import "./module-with-default";
import "./submodule";
import "./json-module" assert { type: "json" };