Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use ts-bridge for building #175

Merged
merged 2 commits into from
May 15, 2024
Merged

Use ts-bridge for building #175

merged 2 commits into from
May 15, 2024

Conversation

Mrtenz
Copy link
Member

@Mrtenz Mrtenz commented May 15, 2024

This solves issues with the ESM build. Based on MetaMask/utils#182.

Closes #152.

@Mrtenz Mrtenz requested a review from a team as a code owner May 15, 2024 11:15
Copy link

socket-security bot commented May 15, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@ts-bridge/cli@0.1.3 Transitive: environment, filesystem +1 521 kB mrten
npm/binary-extensions@2.2.0 None 0 5.36 kB sindresorhus
npm/chalk@5.3.0 None 0 43.7 kB sindresorhus
npm/chokidar@3.5.3 environment, filesystem +1 102 kB paulmillr
npm/jackspeak@2.2.1 environment, unsafe 0 222 kB isaacs
npm/path-scurry@1.10.1 filesystem +2 1.49 MB isaacs
npm/resolve.exports@2.0.2 None 0 23.9 kB lukeed

🚮 Removed packages: npm/@esbuild/android-arm64@0.19.12, npm/@esbuild/android-arm@0.19.12, npm/@esbuild/android-x64@0.19.12, npm/@esbuild/darwin-arm64@0.19.12, npm/@esbuild/darwin-x64@0.19.12, npm/@esbuild/freebsd-arm64@0.19.12, npm/@esbuild/freebsd-x64@0.19.12, npm/@esbuild/linux-arm64@0.19.12, npm/@esbuild/linux-arm@0.19.12, npm/@esbuild/linux-ia32@0.19.12, npm/@esbuild/linux-loong64@0.19.12, npm/@esbuild/linux-mips64el@0.19.12, npm/@esbuild/linux-ppc64@0.19.12, npm/@esbuild/linux-riscv64@0.19.12, npm/@esbuild/linux-s390x@0.19.12, npm/@esbuild/linux-x64@0.19.12, npm/@esbuild/netbsd-x64@0.19.12, npm/@esbuild/openbsd-x64@0.19.12, npm/@esbuild/sunos-x64@0.19.12, npm/@esbuild/win32-arm64@0.19.12, npm/@esbuild/win32-ia32@0.19.12, npm/@esbuild/win32-x64@0.19.12, npm/any-promise@1.3.0, npm/binary-extensions@2.3.0, npm/bundle-require@4.1.0, npm/cac@6.7.14, npm/chokidar@3.6.0, npm/esbuild@0.19.12, npm/jackspeak@2.3.6, npm/joycon@3.1.1, npm/lilconfig@3.1.1, npm/load-tsconfig@0.2.5, npm/lodash.sortby@4.7.0, npm/mz@2.7.0, npm/object-assign@4.1.1, npm/path-scurry@1.11.1, npm/postcss-load-config@4.0.2, npm/rollup@4.17.2, npm/sucrase@3.35.0, npm/thenify-all@1.6.0, npm/thenify@3.3.1, npm/tr46@1.0.1, npm/tree-kill@1.2.2, npm/ts-interface-checker@0.1.13, npm/tsup@7.3.0, npm/webidl-conversions@4.0.2, npm/whatwg-url@7.1.0

View full report↗︎

tsconfig.json Outdated Show resolved Hide resolved
@Mrtenz Mrtenz merged commit 8796e88 into main May 15, 2024
17 checks passed
@Mrtenz Mrtenz deleted the mrtenz/ts-bridge branch May 15, 2024 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Invalid ESM build
2 participants