Michał Gołębiowski-Owczarek
Michał Gołębiowski-Owczarek
Also, an isolated test case is required first.
I haven't implemented it yet. Supporting single files is simple as I just pass proper arguments to `ng-annotate` and that's it. Supporting multiple files requires managing combining source maps; I...
Note that `ng-annotate` is now in a process of being deprecated in favor of [the `babel-plugin-angularjs-annotate` package](https://www.npmjs.com/package/babel-plugin-angularjs-annotate) so it might be better to just move to it instead of spending...
Are there any plans to implement this in the nearby future?
@Rinzwind please sign our CLA
jQuery 3.7.0 will not include Sizzle anymore so I'll reopen. That said, we're dropping EdgeHTML support in jQuery 4.0.0 so this will be a 3.x-only item, unlikely to be fixed...
V8 is: http://v8.hasb.ug/4387
Thanks for the report. I transferred it to the API repo since it's a docs issue. Would you like to submit a PR? BTW, there are a few more similar...
Thanks for the report. Would you like to propose fixes for those styles?
Thanks for the report. I don't think we guarantee anything about the order here; however, in practice, the event is fired after the callbacks are called. If you use promise...