Tim Branyen

Results 67 comments of Tim Branyen

I believe this bug is preventing my tests from running under Windows. I see many EPERM errors.

I'll gladly pay you Tuesday for a hamburger today ... I mean next tuesday of course!

Hi sorry, only just now saw this. If we solved the issue with multiple default exports, would that be sufficient vs adding the `importsOnly` option?

Thanks for reporting, I was able to reproduce the issue. input: ```js exports.super = () => {}; ``` output: ```js var module = { exports: {} }; var exports =...

@reggi the export name would still available on the default export, which is exactly what you're asking for here: > Is it possible to do an exported object, and never...

Hi @shrinktofit I believe it does. We should remove the `synchronousImport` option and instead opt to directly transpiling to a top-level await. This also has the potential to solve "top-level"...

Is the nested duplication breaking anything, or does it just look inefficient?

How do you figure? This library is tightly coupled to the API provided by Istanbul or similar instrumenters. If Istanbul changes their API surface area, it would totally be related...

Really wish we'd see a new class properties proposal that sets them on the prototype. It seems that many involved with the proposal are worried about the implications, but I...

If you don't mind spawning a java jar and communicating with it over sockets, I worked on a project that did sentiment analysis on the 2012 presidential debate captions. You...