Just like other data types on the base module, the mirror for Bytes should be available directly on pkl:reflect.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/apple/pkl/pull/1144
**Author:** [@bioball](https://github.com/bioball)
**Created:** 7/24/2025
**Status:** ✅ Merged
**Merged:** 7/24/2025
**Merged by:** [@bioball](https://github.com/bioball)
**Base:** `main` ← **Head:** `add-bytes-type-to-reflect`
---
### 📝 Commits (1)
- [`75bf5a3`](https://github.com/apple/pkl/commit/75bf5a339d47470b247335d8e8de9d4cf9144b9e) Add `bytesType` to pkl:reflect
### 📊 Changes
**1 file changed** (+4 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `stdlib/reflect.pkl` (+4 -0)
</details>
### 📄 Description
Just like other data types on the base module, the mirror for `Bytes` should be available directly on `pkl:reflect`.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/1144
Author: @bioball
Created: 7/24/2025
Status: ✅ Merged
Merged: 7/24/2025
Merged by: @bioball
Base:
main← Head:add-bytes-type-to-reflect📝 Commits (1)
75bf5a3AddbytesTypeto pkl:reflect📊 Changes
1 file changed (+4 additions, -0 deletions)
View changed files
📝
stdlib/reflect.pkl(+4 -0)📄 Description
Just like other data types on the base module, the mirror for
Bytesshould be available directly onpkl:reflect.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.