Brian Di Palma

Results 64 comments of Brian Di Palma

And WebPack, I guess the difference is that it doesn't bundle files like html templates?

Hey @Nami-Doc > I bundle my jade/stylus file in. So there's a plugin for file (CSS/JSON/HTML) bundling that commonjs-everywhere can use? From my quick read of the front page README...

Right so it's done via handlers then. OK I see now, thank you.

Who is meant to clean up following a test run (with `singleRun` option). The Plugin itself or Karma? I mean if Karma doesn't clean up the Socket.io connection properly the...

I have this PR https://github.com/karma-runner/karma/pull/2981 but I think this issue is different as you all seem to be using one instance of Karma while I spawn many.

FWIW I'm an other user who also support this. Again another large JS codebase where TS JSDoc is being used to help tame it a bit.

I've never used the declaration file functionality with our JS code base. I'm not really sure what to say to your points, they've not been problems for us. If I...

Could you explain exactly what you are doing that's causing these issues to be problems?

OK, I see your issues. Although I still feel like I'm missing something. Isn't the only way to create declaration files is to use TS JSDoc? So I don't see...

Surely if someone wanted to keep the old JSDoc standard they could just change their config? I guess there's no urgency to move to TS mode as it's a small...