Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Sources/FoundationEssentials/URL/URLTemplate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ extension URL {

// MARK: - Parse

@available(FoundationPreview 6.2, *)
extension URL.Template {
/// Creates a new template from its text form.
///
Expand Down Expand Up @@ -176,6 +177,7 @@ extension URL.Template: CustomStringConvertible {
}
}

@available(FoundationPreview 6.2, *)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this annotation is needed since URL.Template.Element is an internal type, but otherwise LGTM!

extension URL.Template.Element: CustomStringConvertible {
var description: String {
switch self {
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.