mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-03 02:10:57 +01:00
ZLib port for JavaScript, compiled to Luau (supporting roblox-ts)
* Moved over to requires with type assertion to remove dependence on `TS` runtime which is roblox exclusive * Imports are now exclusively used for types, which are stripped at compile-time * Renamed `buff` utility to `typedArrays` * Added patch for roblox-ts global types to modify `require` signature to behave like ES5 requires |
||
---|---|---|
.github | ||
patches | ||
src | ||
.eslintrc | ||
.gitignore | ||
.prettierrc | ||
bun.lockb | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json |