Askar Yusupov
Askar Yusupov
got `dist/index.d.ts` with `Promise` ```ts interface EthereumProvider { isMetaMask?: boolean; } declare global { interface Window { ethereum?: EthereumProvider; } } export = detectEthereumProvider; /** * Returns a Promise that...
But it works when `svelte` installed as a global lib
Hi @roll314 I have no idea how to do it The project moved to this monorepo https://github.com/pyoner/svelte-typescript
Hi @pierre-H, @r0skar The project moved to this monorepo https://github.com/pyoner/svelte-typescript
I have added a template `index.es.js` only in the PR #57
try this: ```ts const myClass = Builder(MyClass) .id(1) .build(); ``` see the [docs](https://github.com/Vincent-Pang/builder-pattern?tab=readme-ov-file#usage-with-class-object)
I think we should use a global counter
Does Zenstack support [Bunjs](https://bun.sh/)?
If you need a template, see here https://github.com/pyoner/svelte-typescript/tree/master/packages/template
@flaviut ok I'll write the description