dojo / core

:rocket: Dojo 2 - language helpers and utilities.
http://dojo.io
Other
213 stars 62 forks source link

Merging compose/aspect with core/aspect #269

Closed rorticus closed 7 years ago

rorticus commented 7 years ago

Issue #144

This should be backwards compatible with the original after, before, and around methods provided by core/aspect, as well as be able to accept functions with no objects (from compose/aspect).

codecov-io commented 7 years ago

Current coverage is 95.31% (diff: 100%)

Merging #269 into master will increase coverage by 0.07%

@@             master       #269   diff @@
==========================================
  Files            34         34          
  Lines          1805       1857    +52   
  Methods          19         19          
  Messages          0          0          
  Branches        350        363    +13   
==========================================
+ Hits           1719       1770    +51   
  Misses           27         27          
- Partials         59         60     +1   

Powered by Codecov. Last update 2f2d3e8...e187a4c

rorticus commented 7 years ago

@agubler would you mind giving this a look?