mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
6 lines
184 B
JavaScript
6 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" };
|