aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/package-local-alias/index-esm.js
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/systemjs/test/tests/package-local-alias/index-esm.js')
-rw-r--r--thirdparty/systemjs/test/tests/package-local-alias/index-esm.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/thirdparty/systemjs/test/tests/package-local-alias/index-esm.js b/thirdparty/systemjs/test/tests/package-local-alias/index-esm.js
new file mode 100644
index 000000000..809c99695
--- /dev/null
+++ b/thirdparty/systemjs/test/tests/package-local-alias/index-esm.js
@@ -0,0 +1,5 @@
+
+import {x} from './local-esm';
+
+export var q = 'q';
+export var fromLocal = x; \ No newline at end of file