v0.0.48
What's Changed
This version has the following bug fixes:
- Fix nested message definitions. Previously this would cause
"ReferenceError: Cannot access before initialization" error
. - Fix repeated int64 generation. The generated code would not compile for repeated bigint cases
- Fix bigint json serialization for
map
s - Fix comment escaping
- Fix reserved names for internal variables
Code generation for map
types are no longer inlined. This is an internal refactor that should not impact consumption, but there will be changes to generated .pb.ts
files the next time yarn twirpscript
runs.
Full Changelog: v0.0.47...v0.0.48