aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/systemjs/test/tests/testpkg/system.json
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/systemjs/test/tests/testpkg/system.json')
-rw-r--r--thirdparty/systemjs/test/tests/testpkg/system.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/thirdparty/systemjs/test/tests/testpkg/system.json b/thirdparty/systemjs/test/tests/testpkg/system.json
new file mode 100644
index 000000000..b2092752c
--- /dev/null
+++ b/thirdparty/systemjs/test/tests/testpkg/system.json
@@ -0,0 +1,28 @@
+{
+ "README": "This is not encouraging a system.json, which is a bad idea.",
+
+ "main": ["wrong-main"],
+ "format": "cjs",
+ "defaultExtension": "js",
+ "meta": {
+ "*.json": { "loader": "json" },
+ "noext": { "alias": "./json.json" },
+ "test.ts": true
+ },
+ "map": {
+ "json": "./json.js",
+ "./json": "./json.json",
+ "./dir/": "./dir/index",
+ "./dir2.js": "./dir2/index.json",
+ "./dir/test": "global-test",
+ "./env-module": {
+ "browser": "./env-module-browser.js"
+ },
+ "p": "./polate.js",
+ "./conditional1": "./interpolate.js",
+ "./conditional2": "./inter#{p}.js"
+ },
+ "depCache": {
+ "./dir2/index.json": ["../depcache-test"]
+ }
+} \ No newline at end of file