MetaMask / utils

Various JavaScript / TypeScript utilities of wide relevance to the MetaMask codebase.
https://metamask.github.io/utils/index.html
ISC License
30 stars 9 forks source link

Use `@metamask/superstruct`, set `moduleResolution` to `NodeNext` #186

Closed MajorLift closed 2 months ago

MajorLift commented 3 months ago

Explanation

As part of our OKR for upgrading TypeScript to v5.0+ (Q2 2024 O3KR4), we are updating our core dependencies to generate builds and type declarations for both CJS and ESM.

Tasks

References