37 lines
2.0 KiB
Swift
37 lines
2.0 KiB
Swift
//===----------------------------------------------------------------------===//
|
|
//
|
|
// This source file is part of the Hummingbird server framework project
|
|
//
|
|
// Copyright (c) 2024 the Hummingbird authors
|
|
// Licensed under Apache License v2.0
|
|
//
|
|
// See LICENSE.txt for license information
|
|
// See hummingbird/CONTRIBUTORS.txt for the list of Hummingbird authors
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
// Below is a list of unavailable symbols with the "HB" prefix. These are available
|
|
// temporarily to ease transition from the old symbols that included the "HB"
|
|
// prefix to the new ones.
|
|
|
|
@_documentation(visibility: internal) @available(*, unavailable, renamed: "MustacheContentType")
|
|
public typealias HBMustacheContentType = MustacheContentType
|
|
@_documentation(visibility: internal) @available(*, unavailable, renamed: "MustacheContentTypes")
|
|
public typealias HBMustacheContentTypes = MustacheContentTypes
|
|
@_documentation(visibility: internal) @available(*, unavailable, renamed: "MustacheCustomRenderable")
|
|
public typealias HBMustacheCustomRenderable = MustacheCustomRenderable
|
|
@_documentation(visibility: internal) @available(*, unavailable, renamed: "MustacheLambda")
|
|
public typealias HBMustacheLambda = MustacheLambda
|
|
@_documentation(visibility: internal) @available(*, unavailable, renamed: "MustacheLibrary")
|
|
public typealias HBMustacheLibrary = MustacheLibrary
|
|
@_documentation(visibility: internal) @available(*, unavailable, renamed: "MustacheParent")
|
|
public typealias HBMustacheParent = MustacheParent
|
|
@_documentation(visibility: internal) @available(*, unavailable, renamed: "MustacheParserContext")
|
|
public typealias HBMustacheParserContext = MustacheParserContext
|
|
@_documentation(visibility: internal) @available(*, unavailable, renamed: "MustacheTemplate")
|
|
public typealias HBMustacheTemplate = MustacheTemplate
|
|
@_documentation(visibility: internal) @available(*, unavailable, renamed: "MustacheTransformable")
|
|
public typealias HBMustacheTransformable = MustacheTransformable
|