some more for standard lib

This commit is contained in:
lda
2026-05-17 14:25:30 +07:00 Verified
parent a8b5923dd8
commit 173a72fa82
6 changed files with 154 additions and 0 deletions
+6
View File
@@ -18,7 +18,10 @@ from wf_authoring import (
last_item_or_none,
length,
node,
pick_path,
pick_key,
project_fields,
rename_fields,
runtime_error,
truthy,
)
@@ -43,6 +46,9 @@ AUTHORING_STD_SPECS: tuple[NodeSpec[Any, Any], ...] = (
default_if_none,
constant,
pick_key,
pick_path,
project_fields,
rename_fields,
truthy,
runtime_error,
first_item,