John-David Dalton
John-David Dalton
Likely because `lodash-es` is ESM written with a `.js` extension.
Hi @victimsss! I prefer brand checking if possible. What is the result of: ```js Object.prototype.toString.call(stream); // ? ```
Related ably code: https://github.com/ably/ably-js/blob/3336b660407479ccec671da0601775309dc4cfd1/src/common/lib/types/errorinfo.ts#L13 Issue in Bun only having a getter: https://github.com/oven-sh/bun/issues/3150#issuecomment-1698134905 Related PR fix: https://github.com/oven-sh/bun/pull/8368
@patrickelectric Do you happen to know what `origin` is?
Related to https://github.com/oven-sh/bun/pull/6654
Something to consider is folks like Sindre and Mathias B are on top of Unicode changes each year. It's a thing to babysit (maybe schedule period reminders to update/sync): https://github.com/sindresorhus/get-east-asian-width/tree/main?tab=readme-ov-file#get-east-asian-width...
Hi @MrKrzYch00! I don't remember the bundle I was checking before but I have a rather large bundle today and tested it without errors. Improvements on leaks is rad though.
Lo-Dash also has its own build process for [custom builds](http://lodash.com/#custom-builds). If I could tie that in as well that would rock.
@caolan Cool. Is a workaround for this adding to the package.json ``` js "jam": { "main": "lodash.min.js" } ``` for now?
@caolan Ok thanks! Yap, it's not perfect as the debug helpers for `_.template` and `console.log(_.each)` are nice but since using the dev build in production code is worse, the minified...