Refactoring about how proxy fetching happens

This commit is contained in:
Zef Hemel
2023-08-23 19:08:21 +02:00
parent 38a95d2382
commit 5a88254cde
18 changed files with 320 additions and 93 deletions
-5
View File
@@ -6,11 +6,6 @@ import {
import { YAML } from "$sb/plugos-syscall/mod.ts";
export type Attribute = {
name: string;
value: string;
};
/**
* Extracts attributes from a tree, optionally cleaning them out of the tree.
* @param tree tree to extract attributes from