Tim von Oldenburg
Tim von Oldenburg
Hi Nick, yeah, the problem with ST is that it runs on Python. Parsing the Gruntfile wasn't an option. So instead, we "inject" a task called `expose` into grunt. In...
Maybe you can hook a function into the Atom API that gets called when files change. I can imagine that they have a mechanism for that. This way, you wouldn't...
This is amazing; thank you for your hard work @xiaoxinghu and contributors. I started to use orga in a personal project of mine, and I've been hitting the limitations quite...
I've been seeing the same issue for a while; thanks for providing the reproduction example, @megastels! I reckon this was caused by https://github.com/wessberg/rollup-plugin-ts/commit/16d24fa1660d581b0e93d1566ef9dea2dc8fd179 I'd love to see this addressed :-)...
@wessberg I managed to add a test case with the above example; as expected, it fails. However, I'm unsure where to continue - all my `console.log`s are being swallowed when...
+1 I'd also like to have this on Bower :)
Yes, I have a lot to do here. The grunt task also depends on a fairly old version of stylestats. I will see if I have time to work on...
JSON does not have scope in the same sense that programming languages have. How would you expect this to work for JSON?
This is weird. TBH, this is exactly the use case for which I built this Grunt task - and it is working fine on my machine. Can you give me...
Thanks for the report. Scope Inspector isn't quite up-to-date with recent API changes, which is what might break it for you. Hopefully I have some time on the weekend to...