cosmology-tech / telescope

A TypeScript Transpiler for Cosmos Protobufs ⚛️
https://cosmology.zone/products/telescope
Apache License 2.0
146 stars 43 forks source link

Wrong import path #505

Closed liujun93 closed 11 months ago

liujun93 commented 1 year ago

file codegen/types.ts line 7 import { BinaryReader, BinaryWriter } from “../../../binary”; should be import { BinaryReader, BinaryWriter } from “./binary”;

using Telescope 1.0.10

Zetazzz commented 11 months ago

@cosmology/telescope@1.0.13