bun icon indicating copy to clipboard operation
bun copied to clipboard

#941 fix

Open JL102 opened this issue 3 years ago • 0 comments

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.

JL102 avatar Aug 06 '22 07:08 JL102