prettier/tests/dynamic_import/test.js

3 lines
57 B
JavaScript

import("module.js");
import("module.js").then((a) => a);