Andrew Schmadel
Andrew Schmadel
@gdaszuta @mattbrunetti Just curious: What is your use-case for this. Does Angular even know what to _do_ with an async function?
There's some history here about why this is difficult: https://github.com/olov/ng-annotate/issues/22 In general, in this use-case (and all use-cases, really), I strongly recommend using the explicit `'ngInject';` prologue directives (and `explicitOnly`...
TypeScript-style automatic property assignment is probably going to remain outside of the scope of this package. It would create unexpected behaviors for a lot of users, and there are many...
[babel-plugin-auto-assign](https://github.com/shuhei/babel-plugin-auto-assign) might do the thing that you're looking for. It's not necessarily an Angular 1.x-specific feature.
I believe that this is related to the way that ST3 imports modules. I'll take a look at it and patch it up in my fork if I can. This...
https://github.com/myfreeweb/cssprefixer might be a good alternative to prefixr. Runs locally, seems to be actively maintained...
This is fixed in https://github.com/schmod/sublime_prefixr/commit/620362b2bd363d1beadf144d4653938d979fa74f Feel free to clone my repo to your `Packages` directory, or poke @wbond to merge my PR.
I already have a PR (#19) open from a few months ago, and forgot to branch for the latest PR. If @wbond merges #19, it'll fix a few bugs and...
I think that this is a duplicate of #2 and #4
Just submitted a PR that should fix this until Prefixr gets its act together and correctly processes CSS snipets without brackets.