Browse Source

.amd.json: Formatting, remove compat.

Herby Vojčík 5 years ago
parent
commit
0b165ece33
2 changed files with 7 additions and 14 deletions
  1. 3 3
      cli/local.amd.json
  2. 4 11
      lang/local.amd.json

+ 3 - 3
cli/local.amd.json

@@ -1,5 +1,5 @@
 {
-    "paths": {
-        "amber_cli": "src"
-    }
+  "paths": {
+    "amber_cli": "src"
+  }
 }

+ 4 - 11
lang/local.amd.json

@@ -1,13 +1,6 @@
 {
-    "paths": {
-        "amber": "base",
-        "amber_core": "src"
-    },
-    "map": {
-        "*": {
-            "00comment": "These are backward compatibility pointers.",
-            "amber_core/Compiler-Exceptions": "amber_core/Compiler-Core",
-            "amber_core/Kernel-ImportExport": "amber_core/Platform-ImportExport"
-        }
-    }
+  "paths": {
+    "amber": "base",
+    "amber_core": "src"
+  }
 }