diff options
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.js | 5 |
1 files changed, 0 insertions, 5 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 deleted file mode 100644 index 809c99695..000000000 --- a/thirdparty/systemjs/test/tests/package-local-alias/index-esm.js +++ /dev/null @@ -1,5 +0,0 @@ - -import {x} from './local-esm'; - -export var q = 'q'; -export var fromLocal = x;
\ No newline at end of file |