234 attempt to fix js error Uncaught SyntaxError: Unexpected identifier 'hidden'

This commit is contained in:
2026-04-27 17:57:24 +03:00
parent 8a32a0d5f0
commit 74c073bd7e
149 changed files with 14361 additions and 8886 deletions
@@ -0,0 +1,7 @@
component extends="taffy.core.resource" taffy:uri="/echo/{parentId}/child/{childId}" output="false" {
function get(required string parentId, required string childId) output="false" {
return rep({ method: "GET", parentId: arguments.parentId, childId: arguments.childId });
}
}