Christoffer

Results 10 comments of Christoffer

I'm having the same problem. We're not running the webpack CLI, but using it programmatically in our builds. `config.bail = true` works when running the build, but when we run...

> Don’t know if Webpack has a "target: node" option, which is a possibility. It should, there's [an example in the docs](https://webpack.js.org/concepts/targets/#multiple-targets). According to [this example](https://webpack.js.org/concepts/configuration/#multiple-targets), the possible targets are...

@madrobby we worked around the issue by changing our DOM structure a little (don't have the code with me right now). I just verified that the issue remains with Zepto...

Hey @AkosLukacs, nice idea! I've been away for a while, so I haven't been able to keep up to speed with this project, but I'm back now. I suggest that...

Great idea, I'll take a look at it!

@kanup @lionsoft so, if you want I can just cherry-pick the commit (b9e46ae) into the current master of T4TS, is that good?

I actually didn't know that was possible in Typescript, but it seems like 0.9+ has support for this (called module merging) http://typescript.codeplex.com/workitem/132 I'm just coming back to this project after...

Hi @aluanhaddad and thanks for your contributions! Unfortunately I am no longer maintaining this project, I just updated the README: 75f4003. Sorry :/

Hi András, Thanks! I'm sorry, i'm not actively working on the project anymore (nor C# or TS for that matter), so I don't quite remember. I'll give it a try:...

I haven't tried, but I suppose it should be possible to support interfaces as well. I'll have to experiment a bit!