Ashcon Partovi

Results 386 comments of Ashcon Partovi

Related: #6730 `eslint` breaks because it is overriding the `message` property, since it expects the error to `extend Error`. But `BuildMessage` and `ResolveMessage` do not extend `Error`.

We have to fix this properly @Jarred-Sumner, same issue as #9989 ```js try { const module = await import( /* @vite-ignore */ path ); if (!module.default) { throw new Error(`Missing...

Maybe we should't type it so strictly do this isn't a problem. e.g. use `unknown`

#8373 seems to only address `toThrow`, so going to re-open for now. Unless I'm mistaken, feel free to re-close.

This could possibly be a bug with TypeScript decorator support.

Not right now @Kleywalker. The team is tied up getting ready for the Bun 1.1 release next week. I'd say it's unlikely we can fix this before then. We'll try...

This is very likely a bug in Bun, not couchbase. We will fix it.

While that is a workaround, we do want to have a proper fix.

Related to #5207 We can support both.