path-resolution.mjs 184 B

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