Ben Asher
Ben Asher
I'm not sure how this "Can you make a new release." issue became the one about TypeScript NodeNext support, but it would be really great to see this supported for...
@fb55 would you be open to accepting a PR for a fix?
Oh I see. It's because this issue was fixed already in #3251, but there hasn't been a release since then.
It looks like v6 and v7 are still in draft form: https://datatracker.ietf.org/doc/draft-ietf-uuidrev-rfc4122bis/11/ It's still active though! Once RFC 4122 is officially updated, I'd be happy to consider a PR for...
With TS 5.5 out, I think this can be revived?
No this is different. When you have `export =`, that can be the only top-level exported element. This should be resolved by taking the named exports and moving those to...
It looks like this code should be using `url.urlToHttpOptions`, but it's not.
This is still an issue. I would consider making a PR, but it doesn't look like I can reopen this issue.
@khanayan123 can you please reopen? This is still an issue. The TypeScript ESM support is still incorrect.
Hi @andrewbranch! I'm not sure what to recommend here. The tracer export has the requisite default property on it, so it should work to `export = tracer`, but I'm not...