1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-08 05:27:14 +09:00
ladybird/Libraries/LibJS/Tests/modules/path-resolution.mjs

5 lines
184 B
JavaScript

// If all of these succeed, path resolution with implicit extensions is working.
import "./module-with-default";
import "./submodule";
import "./json-module" assert { type: "json" };