mirror of
https://github.com/apple/pkl.git
synced 2026-03-22 00:59:17 +01:00
Add bytesType to pkl:reflect (#1144)
Just like other data types on the base module, the mirror for `Bytes` should be available directly on `pkl:reflect`.
This commit is contained in:
@@ -100,6 +100,10 @@ const listingType: DeclaredType = DeclaredType(Class(Listing))
|
||||
/// A mirror for the `Mapping<unknown, unknown>` type.
|
||||
const mappingType: DeclaredType = DeclaredType(Class(Mapping))
|
||||
|
||||
/// A mirror for the `Bytes` type.
|
||||
@Since { version = "0.29.0" }
|
||||
const bytesType: DeclaredType = DeclaredType(Class(Bytes))
|
||||
|
||||
/// A mirror for the `module` type.
|
||||
external const moduleType: ModuleType
|
||||
|
||||
|
||||
Reference in New Issue
Block a user