aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlformat/data/mini_esm.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlformat/data/mini_esm.mjs')
-rw-r--r--tests/auto/qml/qmlformat/data/mini_esm.mjs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlformat/data/mini_esm.mjs b/tests/auto/qml/qmlformat/data/mini_esm.mjs
new file mode 100644
index 0000000000..9d6c2406dc
--- /dev/null
+++ b/tests/auto/qml/qmlformat/data/mini_esm.mjs
@@ -0,0 +1,3 @@
+//Imports
+import defaultExport from "module-name";import "module-name";export class ClassName{constructor(h){this.h=h;}}
+export const {n1,n3,n4,name2:bar}=o;export const [name1,name2]=array;function stuff(){var l=()=>{1+1};};