cosmology-tech / telescope

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

feat: ESM compatibility #587

Closed turadg closed 4 months ago

turadg commented 4 months ago

With ES modules, the file extension is obligatory for relative imports.

This adds the extension to relative imports so the modules can be used in an ESM environment.

It's adapted from https://github.com/Agoric/agoric-sdk/blob/f71b72227f163a56e06c8511261396051383c0d4/patches/%40cosmology%2Btelescope%2B1.4.12.patch