bun
bun copied to clipboard
#941 fix
Issue was from wrapping assert in an ESM-style export * from assert statement. ESBuild, instead of copying the exported variable straight from assert, created a new object and populated it with all the properties. This lost the handy dandy fact that assert was actually a function at heart, not an object.