project map script | semantic parcer

This commit is contained in:
2026-01-01 16:58:21 +03:00
parent a747a163c8
commit 4c6fc8256d
84 changed files with 10178 additions and 537 deletions

View File

@@ -30,6 +30,8 @@
let success = "";
// [/SECTION]
// [DEF:fetchEnvironments:Function]
// @PURPOSE: Fetches the list of environments.
async function fetchEnvironments() {
try {
const response = await fetch('/api/environments');
@@ -41,6 +43,7 @@
loading = false;
}
}
// [/DEF:fetchEnvironments:Function]
onMount(fetchEnvironments);
@@ -78,7 +81,7 @@
fetchingDbs = false;
}
}
// [/DEF:fetchDatabases]
// [/DEF:fetchDatabases:Function]
// [DEF:handleUpdate:Function]
/**
@@ -114,7 +117,7 @@
error = e.message;
}
}
// [/DEF:handleUpdate]
// [/DEF:handleUpdate:Function]
</script>
<!-- [SECTION: TEMPLATE] -->
@@ -180,4 +183,4 @@
/* Page specific styles */
</style>
<!-- [/DEF:MappingManagement] -->
<!-- [/DEF:MappingManagement:Component] -->