project map script | semantic parcer
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
function updateMapping(sourceUuid: string, targetUuid: string) {
|
||||
dispatch('update', { sourceUuid, targetUuid });
|
||||
}
|
||||
// [/DEF:updateMapping]
|
||||
// [/DEF:updateMapping:Function]
|
||||
|
||||
// [DEF:getSuggestion:Function]
|
||||
/**
|
||||
@@ -38,7 +38,7 @@
|
||||
function getSuggestion(sourceUuid: string) {
|
||||
return suggestions.find(s => s.source_db_uuid === sourceUuid);
|
||||
}
|
||||
// [/DEF:getSuggestion]
|
||||
// [/DEF:getSuggestion:Function]
|
||||
</script>
|
||||
|
||||
<!-- [SECTION: TEMPLATE] -->
|
||||
@@ -91,4 +91,4 @@
|
||||
/* Component specific styles */
|
||||
</style>
|
||||
|
||||
<!-- [/DEF:MappingTable] -->
|
||||
<!-- [/DEF:MappingTable:Component] -->
|
||||
|
||||
Reference in New Issue
Block a user