this repo has no description
www.jonmsterling.com/01HC/
1// SPDX-FileCopyrightText: 2025 The Project Pterodactyl Developers
2//
3// SPDX-License-Identifier: MPL-2.0
4
5import Foundation
6import llbuild2fx
7import PterodactylSyntax
8
9extension SyntaxTree: FXValue {}
10extension Token: FXValue {}
11extension Graph: FXValue where Vertex: Codable {}
12extension LineMap: FXValue {}
13
14extension String: @retroactive FXValue {}
15extension Set: @retroactive FXValue where Element: Codable {}
16extension LLBDataID: @retroactive FXValue {}