0.0.0-dev.0 • Published 1 year ago

@hyperledger-twgc/fabric-formatter v0.0.0-dev.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago
  • ./compatible: format adapter to cater backward compatibility
  • ./proto: manipulating protobuf serialize/deserialize
  • ./fs: relying on native library 'fs'

Configuration justification

tsconfig.json

  • compilerOptions
    • moduleResolution: let typescript use native node modules (not for commonjs)
    • esModuleInterop: true,
      • Resolve ts-jest[config] (WARN) message TS151001

Dependency justification

  • google-protobuf: used for message Timestamp, which is excluded from fabric-protos