-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructure some packages and expose required types and methods in be…
…som.*
- Loading branch information
1 parent
74f6195
commit 05f8a03
Showing
31 changed files
with
311 additions
and
223 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
package besom | ||
|
||
object aliases: | ||
type Output[+A] = besom.internal.Output[A] | ||
object Output extends besom.internal.OutputFactory | ||
object OutputExtensions extends besom.internal.OutputExtensionsFactory | ||
export OutputExtensions.* | ||
type Context = besom.internal.Context | ||
type Config = besom.internal.Config | ||
object Config extends besom.internal.ConfigFactory | ||
type Logger = besom.internal.logging.UserLoggerFactory | ||
object Logger extends besom.internal.logging.UserLoggerFactory | ||
type NonEmptyString = besom.util.NonEmptyString | ||
object NonEmptyString extends besom.util.NonEmptyStringFactory | ||
object NonEmptyStringExtensions extends besom.util.NonEmptyStringExtensionsFactory | ||
export NonEmptyStringExtensions.* | ||
type Decoder[A] = besom.internal.Decoder[A] | ||
type Encoder[A] = besom.internal.Encoder[A] | ||
type ArgsEncoder[A] = besom.internal.ArgsEncoder[A] | ||
type ProviderArgsEncoder[A] = besom.internal.ProviderArgsEncoder[A] | ||
type ResourceDecoder[A <: besom.internal.Resource] = besom.internal.ResourceDecoder[A] | ||
type ProviderResource = besom.internal.ProviderResource | ||
type CustomResource = besom.internal.CustomResource | ||
type CustomResourceOptions = besom.internal.CustomResourceOptions | ||
object CustomResourceOptions extends besom.internal.CustomResourceOptionsFactory | ||
type ComponentBase = besom.internal.ComponentBase | ||
type ComponentResource = besom.internal.ComponentResource | ||
type RegistersOutputs[A <: ComponentResource & Product] = besom.internal.RegistersOutputs[A] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.