mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-08 05:27:14 +09:00
5 lines
184 B
JavaScript
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" };
|