dynst

Results 111 issues of dynst

Code like https://github.com/hyperweb-io/telescope/blob/40a4298beb51c0a2f7bfb5d44c53c5c49d121632/packages/telescope/src/helpers/binary-coder.ts#L121 https://github.com/hyperweb-io/telescope/blob/40a4298beb51c0a2f7bfb5d44c53c5c49d121632/packages/telescope/src/helpers/utf8-helper.ts#L36 https://github.com/hyperweb-io/telescope/blob/40a4298beb51c0a2f7bfb5d44c53c5c49d121632/packages/telescope/src/helpers/binary-coder.ts#L437 is missing explicit types or return types, which breaks https://www.typescriptlang.org/tsconfig/isolatedDeclarations.html https://jsr.io/docs/about-slow-types

A custom fork of `protobufjs` has been used since https://github.com/hyperweb-io/telescope/commit/ba0d882daf6f319c05d9880714c8458c3a933dd6 https://github.com/hyperweb-io/telescope/blob/5f6a50a1b70a4e59acdf994a01b8517b4d46628d/packages/parser/package.json#L76 But `buf generate` uses `@bufbuild/protobuf` (protobuf-es). Seems like it might be worth switching to it or another modern and...

``` Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: No "exports" main defined in node_modules/asn1-ts/package.json ``` 717af347db17071eaa7649d3d9f7d82a8a475c61 broke importing the package. https://nodejs.org/api/packages.html#package-entry-points > If both ["exports"](https://nodejs.org/api/packages.html#exports) and ["main"](https://nodejs.org/api/packages.html#main) are defined, the ["exports"](https://nodejs.org/api/packages.html#exports) field takes precedence over...

https://github.com/metaplex-foundation/umi/blob/471f330bced0a1ca89b6715e72e2d7700fda25e8/packages/umi-http-fetch/src/createFetchHttp.ts#L6 Replacing `'node-fetch'` with `'cross-fetch'` seems like it'd make the code more browser-compatible.

Node.js [22.18](https://nodejs.org/en/blog/release/v22.18.0) turned on type-stripping so it can natively run TypeScript tests. https://nodejs.org/docs/latest-v22.x/api/test.html#running-tests-from-the-command-line https://nodejs.org/en/learn/test-runner/collecting-code-coverage

https://docs.npmjs.com/cli/v11/configuring-npm/package-json#engines

running `tsc --init` shows the latest recommended options.

#72 This package is phasing out the old imports starting with 1.8.0. https://github.com/paulmillr/noble-hashes/releases/tag/1.8.0