mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
How to regenerate js/decode.js and js/decode.min.js?
#416
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vladimir-tikhonov on GitHub (Mar 15, 2022).
Hello ✋
I want to re-build
js/decode.jsandjs/decode.min.jswith a custom dictionary that I've prepared. How do I generate those? Wasn't able to find anything useful in bazel build scripts.Thanks!
@eustas commented on GitHub (Aug 3, 2023):
There is a transpiler for that... going to publish it soon...
@boywithkeyboard commented on GitHub (Sep 11, 2023):
@eustas is there any reason why the official JavaScript port isn't published to NPM?