1 个仓库
Creation of optimized JSON bundles and declaration files for dynamic runtime type loading.
Distinct from Asset Bundling: Generates schema-reflection assets rather than bundling application JS/CSS assets.
Explore 1 awesome GitHub repository matching development tools & productivity · Reflection Bundle Generation. Refine with filters or upvote what's useful.
protobuf.js is a JavaScript and TypeScript library for encoding and decoding structured data using the Protocol Buffers binary format. It functions as a dynamic parser that can load and process schemas at runtime, a JSON transcoder for converting messages to human-readable formats, and a framework for building transport-agnostic remote procedure call clients. The project distinguishes itself by offering both dynamic message handling and a static code generator that produces TypeScript declarations and JavaScript modules to reduce runtime overhead. It also provides a reflection API for definin
Creates JSON bundles and declaration files to enable the dynamic loading of message types at runtime.