starknet-io / starknet.js

JavaScript library for StarkNet
https://www.starknetjs.com
MIT License
1.21k stars 706 forks source link

Starknet 0.6.10 Constants Access Issue on final package #1158

Open tabaktoni opened 2 weeks ago

tabaktoni commented 2 weeks ago

Describe the bug

The imminent conclusion is that namespaced as const+type exports don't get bundled properly.

To Reproduce

import { constants } from "starknet";
const a=constants.StarknetChainId.SN_SEPOLIA;

Expected behavior Example should pass build