mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-29 12:24:18 +00: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" };
|