ZLib port for JavaScript, compiled to Luau (supporting roblox-ts)
Find a file
Erica Marigold 622aa75ae3
refactor: make library lune compatible
* 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
2024-12-26 11:56:00 +00:00
.github remove unnecessary files for fork 2024-12-26 10:58:51 +01:00
patches refactor: make library lune compatible 2024-12-26 11:56:00 +00:00
src refactor: make library lune compatible 2024-12-26 11:56:00 +00:00
.eslintrc initialize roblox-ts port 2024-12-26 10:55:52 +01:00
.gitignore initialize roblox-ts port 2024-12-26 10:55:52 +01:00
.prettierrc initialize roblox-ts port 2024-12-26 10:55:52 +01:00
bun.lockb refactor: make library lune compatible 2024-12-26 11:56:00 +00:00
LICENSE More formal zlib attribution and related changes 2017-03-26 18:29:30 +03:00
package.json refactor: make library lune compatible 2024-12-26 11:56:00 +00:00
README.md initialize roblox-ts port 2024-12-26 10:55:52 +01:00
tsconfig.json initialize roblox-ts port 2024-12-26 10:55:52 +01:00

pako-roblox-ts

Fork of pako for Roblox-TS.