Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: transpile to ts #17

Merged
merged 2 commits into from
Mar 31, 2022
Merged

feat: transpile to ts #17

merged 2 commits into from
Mar 31, 2022

Commits on Mar 31, 2022

  1. feat: transpile to ts

    - Updates module to transpile `.proto` to `.ts` that follows our linting rules
    - Updates benchmark suite
    - Supports `Uint8Array` for `bytes` and `BigInt` for the various flavours of `int64`
    - No extra deps like long etc
    - Uses protobufjs to generate `.json` from `.proto` then turns `.json` into `.ts`
    - Adds auto-release and unified CI
    
    BREAKING CHANGE: This module is now ESM only
    achingbrain committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    2291df9 View commit details
    Browse the repository at this point in the history
  2. chore: update deps

    achingbrain committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    35342eb View commit details
    Browse the repository at this point in the history