hyperweb-io / hyperweb-io/telescope

Missing protobuf codegen on windows OS

Open
#499 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
TypeScript
Stars
154
Forks
53
PR merge metrics
No merged PRs in 30d

Description

When using telescope to transpile protobufs on windows OS it is missing the desired output

e.g.
in my proto directory

```
├── cosmwasm
│ ├── CHANGELOG.md
│ ├── LICENSE
│ ├── README.md
│ ├── index.js
│ ├── package.json
│ └── wasm
├── gogoproto
│ ├── CHANGELOG.md
│ ├── LICENSE
│ ├── README.md
│ ├── gogo.proto
│ ├── index.js
│ └── package.json
```

but my outPath the `index.ts` only contains
```
/**

This file and any referenced files were automatically generated by @cosmology/telescope@1.0.11
DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
and run the transpile command or yarn proto command to regenerate this bundle.
*/

export * from "./varint";
export * from "./utf8";
export * from "./binary";
```

it is missing the protobuf codegen

This behaviour seems to only occur when running from windows OS

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.