We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37999ea commit d74da30Copy full SHA for d74da30
2 files changed
javascript/extractor/tests/esnext/input/dynamic-import.js
@@ -1,3 +1,6 @@
1
import("m");
2
b ? import("n") : {};
3
import("o").then((o) => {});
4
+
5
+import("m",);
6
+import("m",{},);
0 commit comments